-
`uia.rb` line 106
``` ruby
"'#{escape_uia_string(part.to_edn)}'"
```
Reported as an error when trying to require calabash stuff in console.
Should it be `to_end`?
-
Hi Pedestal Team,
I get the following exception when reading a custom EDN tag with
the body-params interceptor:
```
java.lang.RuntimeException: No reader function for tag geo/point
at clojure.la…
r0man updated
11 years ago
-
[cheshire](https://github.com/dakrone/cheshire) is significantly faster than clojure.data.json.
Upgrade body parsing and JSON response generation to use cheshire. Make sure the API is consuming input…
-
This may be a design decision, but it is not clear so here goes.
The documentation states "Lists "(...)" and vectors "[...]" are both mapped to implementations of java.util.List. A vector maps to a L…
-
Running `rspec spec` runs the tests and they pass as expected. Running `rake` runs a subset of the tests and has one failure.
```
opensource/edn-ruby/master (solo)> rake
/home/abedra/.rvm/rubies/ru…
-
Oversized UDP responses (EDNS) get truncated for every query after the first query.
Observed with SVN Revision: 1263
System/PowerDNS Info:
```
[ch@monique~/pdns%] uname -a
Linux monique 2.6.24-19-g…
-
It would be very helpful to nest and compose parsers to deal with situations where you have a schema with different components that require different parsing logic.
For example consider the following…
-
The LIsts, Sets and Maps returned by Parser should be immutable by default. The simplest way to achieve this within the JDK is to wrap them in Collections.unmodifiableXXX before returning them.
"Thu…
bpsm updated
12 years ago
-
We need an Elixir standard for reading Elixir data. Just like [edn](https://github.com/edn-format/edn), it would be nice to have an Elixir-like data language with built-in facilities for reading/writi…
-
The printer interface currently declares checked exceptions (IOException).
I believe these should be removed for two main reasons:
- Not all printers will perform IO (e.g. a specialised printer could…