Francis George
Francis George
Using chunked template streaming in Rails via `render stream: true` doesn't work with Bullet. Much like with the [server sent events issue](https://github.com/flyerhzm/bullet/issues/212) when using (`ActionController::Live`) you can't mess with the...
As [other](https://github.com/flyerhzm/bullet/issues/426) [issues](https://github.com/flyerhzm/bullet/issues/413) [note](https://github.com/flyerhzm/bullet/issues/467) Bullet seems to have eager load false positives in test mode. So the obvious workaround is to disable the unused eager loading check in test mode...
A while ago a suggestion came up to inline some of the code (e.g. method calls) to speed up Contracts, but to use an automated tool to do it so...
I suspect Self wasn't compiled with 64 bit only support because it doesn't do much on macOS Catalina. The "Self Control" (oh I just got the pun) GUI runs, but...
Playing Sonic the Hedgehog 1 original cart there's noticeable stutter in several areas. Most noticeably the first few levels of Green Hill Zone with bridges that collapse when walking on...
AO looks _awesome_. I've been wanting an excuse to learn LISP for years and this is it. After a lot of frustration with OpenSCAD I'm more than excited about AO....
## Bug report **Describe the bug** When rotating images using Vips with nearest neighbour interpolation the result has inconsistencies. This is especially obvious when rotating symmetrical pixel art. **To Reproduce**...
A one size fits all form builder is hard. The Rails `form_builder` isn't flexible enough to work with frameworks like Bootstrap, so then there was `simple_form` but that's nowhere near...
Looking at the code I also discovered you can use methods to add classes haml style. AKA: ```ruby div.green.round { "Hey!" } #=> Hey! ``` While excessive metaprogramming in the...
I am extremely in favour of incinerating the lowercase element methods. I've already had two name collisions; the p method and defining my own small method. There are too many...