issues Search Results · repo:juxt/aero language:Clojure
Filter by
56 results
(82 ms)56 results
injuxt/aero (press backspace or delete to remove)Like #include, but instead of expecting a config, just pass the raw string contents of a file.
E.g:
(defmethod reader slurp
[{:keys [resolver source] :as opts} tag value]
(slurp (if (map? resolver) ...
orestis
- Opened on Jan 24
- #117
#ref pointing to other #ref sometimes work and sometimes not
Consider this config.edn
;; config.edn
{:x #or [#ref [:none] default ]
:b #ref [:x]
:c #ref [:x]
:d #ref [:x]}
Reading this with aero: ...
zetafish
- Opened on Apr 5, 2024
- #112
While clojure.edn/read has no problem reading tagged literals in metadata, aero leaves them unprocessed.
For example:
(- (clojure.edn/read-string {:readers *data-readers*} ^{:x #inst \ 2023\ } {:a ...
cch1
- Opened on Dec 30, 2023
- #111
Hi!
I don t really understand if this is a bug or a misuse of tagged literals on my part. I want to specify a
:logger/min-level key which could contain either a keyword or a complex data structure. I ...
fuadsaud
- 4
- Opened on Aug 8, 2023
- #110
Hi and thanks for the lib!
Is it possible for me to have the following use case:
{:token #my-reader-1 SECRET_TOKEN
:value-that-uses-token #my-reader-2 secret-value }
(defmethod reader my-reader-2 ...
licht1stein
- 8
- Opened on Apr 17, 2023
- #109
Is there a way to properly read regexp literals by default?
I would like to read edn file with content like this using aero: {:regexp # regexp-here }
Right now it complains: No dispatch macro for: \ ...
abcdw
- 2
- Opened on Nov 24, 2022
- #108
Hi,
Context: I am looking at aero for configuration loading but we have a use case that might not fit ?!
I know there is a reason why aero suggests using a single file but there are valid reasons for ...
ieugen
- Opened on Oct 1, 2022
- #107
Readme stills says:
Please note that being a beta version indicates the provisional status of this library, and that features are subject to
change
Is it still in experimentation phase? I feel it s API ...
didibus
- 1
- Opened on Aug 6, 2022
- #106
function env was renamed to get-env, but forgot to rename call (env HOSTNAME )
https://github.com/juxt/aero/pull/104
onoga
- 2
- Opened on Aug 2, 2022
- #105
This link in the readme is dead: https://juxt.pro/blog/posts/component-meet-schema.html I couldn t find the article
anywhere
yenda
- 1
- Opened on Nov 25, 2021
- #102

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.