Francis George
Francis George
Ooh I think this is it. We'd been having the [Could not find node with given id](https://github.com/rubycdp/cuprite/issues/61) bug and in the end increasing the `timeout` fixed it. But we're getting...
Thanks for explaining. I tried idx/idy without much effect but didn't think to try `0.5`, kinda obvious now. I'm a little surprised that didn't completely "fix" it though. I wonder...
I also think they seem similar and I'm not too bothered. They kinda seem like events, like JS onload and such. Is there also an while_loading inside the component as...
This is nice. The way it's laid out is also backwards compatible because `record.id` or `record.object_id` in existing code returns a number, and `Number#to_key == self`.
@barriehadfield I'd usually agree with keep it simple out of the box, but as Rails generates ApplicationRecord and ApplicationController is seems better to be consistent. @explainer A method I added...
Another use case is with metaprogramming stuff. I'll give an example with controllers. I wanted to autogenerate tests that every "admin_" prefixed controller included an admin authorization concern. You can...
Can't Node be used if present? I feel like that's what other tools do and therubyracer isn't recommended.
Thanks. It's a related kind of issue, but I'm not doing this to solve render performance, I didn't have any problem theme. The 2 separate issues I'm solving here: First...
Expo for ease of config (it handles Babel, Webpack and Metro for you) https://docs.expo.io/versions/v33.0.0/introduction/running-in-the-browser/
Turns out I had this can't type in middle issue in addition to my can't type dates issue. So I have added your fix on top of my fix with...