Francis George
Francis George
Classes don't even work as you'd expect. If there are dashes in the class you have to use `_` but then if there are underscores you have to use `__`...
Yeah internally complicated and possibly unmaintained. But the API is perfect. Hyperloop could wrap it in a thin abstraction layer then if it ever breaks it can be swapped out...
Bob explained it in detail in his book 😄 https://craftinginterpreters.com/optimization.html#nan-boxing
We're increasingly getting failures running `rails:db schema:load` because we have views depending on views. I might try patching [schema dumper](https://github.com/scenic-views/scenic/blob/master/lib/scenic/schema_dumper.rb) so we don't have to keep manually fixing schema.rb and...
I have written a [patch](https://gist.github.com/sfcgeorge/6b28e4f038e50a2e642fc14eacbc07c9) that seems to work, for our schema at least. It is logically very simple, probably too simple. The basic idea is: * First sort alphabetically...
@jmmastey no, a naive sort by name breaks if there are dependencies between views. My patch above does handle dependencies but also needs tests.
I had exactly the same idea and would love to build a keyboard using it (I'm thinking an Atreus style). Re the Bluetooth stack, it says there's actually a keyboard...
Great, that's 1 person, hopefully we'll get more :) I agree that this is a pretty essential Spree extension. My client needs it for made to measure curtain measurement calculations,...
Fantastic, thanks @alexgirdler hopefully the 3+ of us can come up with a solid repo. I have invited @alexgirdler and @tailic to the new org [spree-contrib-variants](https://github.com/spree-contrib-variants) plus @jsqu99 as he...
I skimmed every commit in every recent fork since the last on the @jsqu99 repo to see which looks most up to date. It's very confusing as forks have forked...