Caleb Land
Caleb Land
Hi, Firstly, I would like to thank everyone who works on this project. I'm getting started with Elixir and it's nice to have such good tools (Spacemacs + Alchemist is...
I have keys that are represented as maps (e.g. `{:kind “user” :id 42M}`). When importing these documents a BigInteger was used (noted by the `42M`). THe problem is that when...
On two different machines running macOS Catalina 10.15.1 I get a NullPointerException when trying to run boot "shebang" scripts. I've tried Oracle JDK 11, 12, and 13, and OpenJDK 13....
I have a Rails 6 application that I'm testing JRuby with and I ran into an issue with a column in PostgreSQL (9.6) that has a type `enum[]`. Everything works...
The following causes an error when processed with less: ``` @op: .5; #title-bar { background-color: rgba(0, 0, 0, @op); } ``` This is the output of lessc: ``` /Users/caleb/Applications/ruby-1.8.7-p174/lib/ruby/gems/1.8/gems/polyglot-0.2.9/lib/polyglot.rb:78:in `max':...
I'm using Firefox 66.0.3 on Windows 10, and when I try to install dissenter (dissenter_extension-0.1.9-fx) I get a popup telling me that it is corrupt. "This add-on cannot be installed...
I'm trying to merge two nodes that contain a `` and after the merge the template contains the contents from the old node. Does it make sense to just replace...
The documentation linked in the README mentions the `evaluate!` method, which should be replaced with `execute!`. This looks like it was fixed in https://github.com/funcool/urania/pull/8/files but maybe the documentation wasn't pushed...
When I try to install JRuby with ASDF (which uses ruby-build), it tries to install `jruby-launcher` which fails on my M1 Mac with the error: ``` /var/folders/zf/ppjmd8mj7qb8w1849xqyjgp80000gn/T/ruby-build.20211105080558.71908.PwEKZ3/jruby-9.3.1.0 /var/folders/zf/ppjmd8mj7qb8w1849xqyjgp80000gn/T/ruby-build.20211105080558.71908.PwEKZ3 ~ Fetching...
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...