Job van der Zwan

Results 56 issues of Job van der Zwan

The last release in this editor was in August, which used p5js 5.4. The latter has since been bumped to 5.6. https://github.com/processing/p5.js-editor/releases https://github.com/processing/p5.js/releases I can also imagine it doesn't make...

Bit of a nitpick: but I just noticed this while writing a sketch and it resulted in some stupid bugs. Made a micro-screencapture to clarify: ![curly brace](https://cloud.githubusercontent.com/assets/259840/17102388/a02cfc0a-5279-11e6-99de-b1d5d01695f0.gif) Now, this is...

At the moment the Linux version (and presumably the Mac version too?) doesn't include an icon. I don't know which image is used for the Windows icon, but if we...

In general plugin speeds up my code-base quite a bit, but in one crucial part it breaks my (admittedly quite unusual) code: [the part where I generates a recursive tree...

bug

First of all, thank you for flathub! Many applications that I could not get to work before due to... well... I couldn't figure that out, I probably would have gotten...

So this is a bit of an exotic use-case, but it's valid JS: ```js /** * Returns the first key in `keyList` that matches a key * in `obj`, case...

This combines various suggestions from @Rycochet and @lishid and myself. See #88 and #97. - replace string-based `keyStr.charAt(i)` with array-based `keyStr[i]` - add `compressToArray` and `decompressFromArray` functions, and use them...

So let's decide once and for all what we need to do to merge _that_ pull request Here's a TODO list with some first thoughts, I'll update it as the...

So I have time to spare to (finally!) start merging the changes from my branch to here. The thing is, I have some undesignated snippets here and there: - the...

question

So @gloryknight came up with a very interesting and simple heuristic that apparently works really well in many JSON files: whenever a `,` is encountered (can be set to another...

enhancement