georgir

Results 13 comments of georgir

[test.leveldb.zip](https://github.com/0x00A/lev/files/1464037/test.leveldb.zip) an example db that shows the problem

a different workaround seems to be to goToFloor(elevator.currentFloor()) if you changed the indicators in the idle event.

The whole idea of this tester is to see how string-based patterns work and how they are compiled to a regex. Using a regex directly completely defeats the purpose. There...

Triggers seem to work ok currently, acting as an additional axis, and can be mapped as is, split to buttons or to axes, etc. Or am I missing something? (I...

Prepending a compilation step seems the way to go for this. But it seems a bit like reimplementing the wheel for nothing. Perhaps a sweet.js macro version of Sugartags is...

A note for those still looking for such endpoint - `/stream-bytes` has an undocumented parameter `chunk_size` that can be helpful. By default it is 10k, making the endpoint appear non-streaming...

On the other hand, I guess people would mainly use it for xbox triggers and such, which don't suffer from deadzone problems like regular sticks, so all those extra settings...

I see no reason for this eval to be separated in another VM... it should just apply its parameter filter on its input, compile every string result from it (which...

re: eval(context) I do not think an object can contain anything other than actual normal json-able values, nor do I think it is a good idea to make it possible....

More specifically, I imagined the interface as something to the effect of `eval(program)`, using the current input as the input for the evaled program. Not having the current defs and...