Bill Tihen
Bill Tihen
Hmm - I’ll try yarn, I’m surprised the different tools would have different packaging problems. Bill > On 25 Dec 2020, at 10:10, ThunderMiracle wrote: > > > I...
Hmm - didn't help. It looks like it doesn't read my `config/inflector.cr` at all when pre-compiling. Recompiling worked without error ```20:16 $ crystal build tasks.cr -o ./bin/lucky ✔ ~/devel/marpori/learning/crystal_frameworks/lucky/animals [main...
OK - this seemed to work - respect the config files (avoid precompiling) - I guess this is workable if documented somewhere. But I would hope for a more default...
I can add this to a readme or to the doc website - if there is an appropriate place. I'll write a little blog for my own memory - I'll...
Here is another format for this solution: https://btihen.me/post_crystal/lucky_0_28_0_inflections/
I have the same problem on MacOS X: 11.2.3 (20D91) I installed using ASDF: cat .tool-versions erlang 23.3.1 elixir 1.11.4-otp-23 nodejs 14.15.5 Postgres **13.2** wallaby 0.28 I have the same...
noe4j ruby driver is now called `activegraph` found at: https://github.com/neo4jrb/activegraph
> I'm in the same boat. Would be interested in working on the ruby driver. I'd find it cool to colaborate on this with some one
Greetings - I am exploring ApacheAge Rails integration. So far I am just exploring - no real directions no thoughtful design. I am starting by just trying it out and...
I am curious - I have started playing with a structure and am using ActiveModel::Base and ActiveModel::Attributes (which generates a Rails Schema) and provides the `attributes` method but I realized...