Josh Wolfe

Results 70 issues of Josh Wolfe

And they should all be encoded in a single url.

enhancement

These conditions should make the starting state for a level invalid: - collision violation: an object is on a tile that is not air-like. - gravity violation: an object will...

enhancement

according to this: https://www.lucidchart.com/techblog/2014/12/02/definitive-guide-copying-pasting-javascript/ , some browsers require hacks to get the system clipboard to work, like having a transparent textbox focused with a " " selected. I'm not excited...

enhancement

I'm the creator of this game, and i still don't have an intuitive muscle memory for where orcs and centaurs are going to go when i'm diagonally 1 space away...

![image](https://user-images.githubusercontent.com/87436/149797105-4b6b877a-bb9d-4690-8111-eae53859f8aa.png) Who's going to win the above movement conflict? I'm the creator of this game, and i still don't have an intuitive muscle memory for how these collisions are resolved....

currently, if you blind an ant and convince the ant that the lich king standing next to him is you, you can get the ant to nibble away at the...

enhancement
ai

This issue was raised in #101. We should implement a function to read externalFileAttributes and return the mode aka permission bits. it might be as simple as: ```js Entry.prototype.getMode =...

Here is a documented implementation (but no tests yet) for an alternative to `decompress: false` called `decodeFileData: false`. This new option simply ignores all the metadata about an entry's file...

The central directory is read from start to finish in a predictable linear way. This perfectly fits the pattern of a read stream, except that yauzl is interested in fixed-size...

From the spec section 4.4.10: > If input came from standard input, the file name length is set to zero. This is a reminder to myself to investigate how that...

question