ivan k
ivan k
This incantation is too strong; we must protect ourselves from any curses that may come from it.
I just noticed that some public assets have your instance's name and URL hardcoded into them, e.g. https://github.com/6f7262/kipp/blob/master/default/public/sharex Especially with the Dockerfile setup, I think it'd be cool if there...
Discussed in #9 ## --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/38529673-arch-linux-binary-support?utm_campaign=plugin&utm_content=tracker%2F19945010&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F19945010&utm_medium=issues&utm_source=github).
Recently, [SpongeMC](https://www.spongepowered.org/) declared that [its API is now 1.0](https://forums.spongepowered.org/t/status-update-api-release-edition/4889) i.e. it's ready for public use. Because Sponge's goal is to implement its API across as [many platforms as possible](https://docs.google.com/document/d/1VJ1WzHI-VUuoHEJz4SRHUbl-5XnsURbqP5fIi8B4Kyg/edit#heading=h.6w8ri891xk23), including...
Because `node-gyp` is used as part of the `install` lifecycle script, `node-gyp` should be provided as a dependency, not as a devDependency. This should fix installs of this package in...
The plugin doesn't seem to be doing anything, except logging this error to the console. Error logs in console when I right click.  - ST3 build: 3114 - Node.js:...
# Summary When trying to use joysticks with GLFW, they do not fire events (ButtonDown, ButtonUp, AxisMoved, HatMoved), probably because there isn't any code that invokes those events. SDL, on...
**Do you want to request a *feature* or report a *bug*?** Bug **What is the current behavior?** misuses cache to install the git dependency at the wrong commit, seems to...
Since you renamed suspend.async to it.
``` js msgpack.decode(new Buffer('')) ``` throws an Error, without a message or a stack. I inspected it in the node REPL: ``` > strangeError [Error] > strangeError.stack undefined > strangeError.name...