-
```
% ruby --version
ruby 2.4.1p111 (2017-03-22 revision 58053) [x86_64-darwin16]
irb(main):001:0> require 'edn'
/usr/local/lib/ruby/gems/2.4.0/gems/edn-1.1.1/lib/edn/core_ext.rb:97: warning: co…
-
We should be doing this, and doing it with `EDN::Type::Symbol`s as well.
-
It seems that the ratio datatype is simply missing from the specification.
Nevertheless `pr-str` and `clojure-edn/read-string` both handle ratios ,e.g.`1/2` `3/5`, as if they were part of the spec.
`…
ghost updated
5 years ago
-
Works fine
0>** EDN.read("1.0M")
=> 1.0
Works fine
0>** EDN.read("[ 1M ]")
=> [1]
Error: M parsed as separate element
0> EDN.read("[ 1.0M ]")
=> [1.0, M]
Error: M parsed as separate element
…
-
I get an argument count error when trying to use edn_turbo on truffle ruby when I call `EDNT::Parser#read`. I have a patch that seems to fix it: #17 but I'm not sure if the extra argument was there fo…
-
Hi there! I have an existing configuration using the premade json-based configs that you can download from the karabiner website. I would like to keep these, and then add new configurations using goku…
-
I've just imported a chef (Ruby) project into Intellij, but when I try to edit `.erb` files (associated with the RHTML editor apparently), I can't - the first character or space I type throws a Cursiv…
conan updated
9 years ago
-
Requested:
- [x] Vue
- [ ] HCL
- [ ] R
- [ ] Ini
- [x] Dart
- [ ] Properties
- [ ] Scala
- [ ] Liquid
- [ ] reStructuredText
- [x] PowerShell
- [x] Diff
- [x] TOML
- [x] Golang
- [x] R…
-
I installed JRuby on Cygwin as per the [chruby v0.3.5 jruby installation guide](https://github.com/postmodern/chruby/wiki/JRuby).
I then installed jruby-lint via: `jruby -S gem install jruby-lint` a…
-
Hello,
I am forced to uptake 5.0.0 alpha4 for Kafka input plugin with Kafka 0.10 support. Now I am running into a dependency problem with Avro codec. Apparently it has issues with logstash-core. See …