increpare

Results 108 comments of increpare

> https://news.ycombinator.com/item?id=26655521 for future reference - not a full solution, but a partial solution 2022 update: none of these work on my m1 macbook 😁

todo: try track down again what happens with property-objects and do something parallel (Why can't these two systems work uniformly?)

``` [moving barrier]->[barrier] ``` goes to ``` (100) DOWN [ up barrier ] -> [ barrier ] (100) DOWN [ down barrier ] -> [ barrier ] (100) DOWN [...

This touches on the core of how pattern matching works, and isn't necessarily an optimisation because some trade-offs might have to be made. Right now knowing that the LHS is...

the advantage of the current system is that I have 0 moderation to do rather than 100% moderation

(additional context for those who don't know: originally github allowed sharing + creating gists without logging in, so it used to be possible to share games without creating a github...

Sorry for the tardy reply, but could you let me know what browser + OS you were using? (I just tried it on MacOS 13.2.1 with Safari Version 16.3 (18614.4.6.1.6),...

> SDL provides our native implementation of keyboard events and text input. This is likely something that will need to be fixed in SDL first. Not sure if they're aware...

https://github.com/libsdl-org/SDL/issues/9268#issuecomment-2002616878. explains how to fix the behaviour - by calling SDL_StopTextInput (the vvvvvv sourcecode on GitHub has example usage https://github.com/TerryCavanagh/VVVVVV if you search) - this is presumably something SDL want...