Alex Siryi

Results 22 issues of Alex Siryi

While developing a custom gdb with mi/2 protocol, I've noticed that Native Debug for some reason tries to obtain some thread info after doing continue (after connecting to remote target):...

For example, this RSS feed https://nitter.net/Nrg8000/rss The bot only posts links from that RSS and that's it. No images no text.

Considering to migrate from `pyv8`, but not sure if this solution allows me to fire multiple Isolates in different threads. ```c extern Isolate *isolate; ``` Does not sound like it...

Often you already have some code base you would like to introduce into Javascript world. But the API you have is just not ready to be used in `dukglue_register_method`: -...

Hello! After updating to 1.5 i've noticed that disabling both blur and shadow causes render issues on Mac Os X. Steps to reproduce: 1. Open standard "Box2dLightsTest" 2. Add ```...

bug

https://github.com/desertkun/littlefs-dokany * Similar in the idea, but for Windows * Has several issues but could be addressed I could transfer ownership (and give it up legally) or you could just...

Requires [osxfuse](https://osxfuse.github.io/) as dependency. Works.

#121 escape pattern is wrong: unnecessarily adds single quotes to strings that contain ':'

But it shouldn't, at the colon is perfectly legal in YAML. For example, this: ``` test::value: 5 ``` Would get unnecessarily quoted: ``` 'test::value': 5 ``` The use case would...

what stops them from reaching situation where they never actually catch each other and constantly jump on the same sequence, but with shifted index of the sequence array?