Sơn Trần-Nguyễn

Results 50 comments of Sơn Trần-Nguyễn
trafficstars

I'm in the process of writing an adapter for Hedwig. Should we use the Wiki for now to document the process? I can add notes as I go.

I would also like to add a simpler case, in which `mri` parses incorrectly: ```sh ./args.js - ``` The hyphen (`-`) is very common to indicate `stdin` or `stdout`, but...

I would second this. It may be easier with Box2D since you can loop through the fixture and check for mouse location is within any.

Why stop at returning a Boolean? What if we want to retry after a certain time defined in the error? For example, a fetch to an API may return 429...

Hi there, Sorry for the delay. After a bit of research, I think it's not easy to add this feature. I'll close this issue for now. Thanks.

Not just those. `InputField` label is not also vertically aligned.

That would be nice, but I don't think it is possible with the way streaming parsing works. In order to know if an element has some child element, it has...

Would like to see this to get `ssh2` to work in Deno as well. It's the only SSH2/SFTP solution that we could use at the moment.

Crafty has the `Gravity` component with a `.gravity(comp)` to specify which component whose entity should stop the current entity from falling. In `Box2D`, a static object will stop the entity....