Thibaut Barrère
Thibaut Barrère
I figured out how to solve this on my side: the default RVM ruby was `jruby 9.3.8.0`. Moving to `ruby-3.0.4` then installing `ruby-3.2.2` worked out fine. I figured this out...
Coming from: - https://github.com/livebook-dev/livebook/discussions/2303 Something increasingly useful I'm doing for prototyping of feature is: use the trick described in https://github.com/livebook-dev/livebook/blob/main/lib/livebook/notebook/learn/intro_to_livebook.livemd#elixir-integration-and-use-cases to re-use the main app config & dependencies inside an...
In the mean time, a simple doc patch is enough if you prefer :) Thanks for your work on Mongomatic!
@jsmestad: looking at the code quickly I believe the fix is still to use .collection.count directly.
Postgrex 0.17 changes: - https://github.com/elixir-ecto/postgrex/blob/master/CHANGELOG.md
I am considering forking for our project. Hopefully a merge & release can happen!
@OnigiriJack I have noticed this exact error message when attempting to include #13 in my project here https://github.com/etalab/transport-site/pull/2524/files. I believe it is caused by the lack of compilation of the...
@jayjun I made a quick test today (from a Mac M1 though, so take this with a pinch of salt), and things seem to reach their end: full log ```...
(maybe you have a bit of cache to flush? I notice I have more Docker logs than you etc)
@balins I believe the blocker issue is still this: > Running mix compile.rambo all fails to compile the Windows binary. Anyone with access to a Windows machine and enough time...