nbogie

Results 12 comments of nbogie

@jlam55555 said: > Can someone with the gesture pad let me know the output of... Here's the output for both of those for the Veikk A50 which has the gesture...

### First-time load of a sketch can use the wrong font in the wild (Hi all! Just adding some hopefully useful data points.) This loading of the wrong font also...

## on underlying causes (disclaimer: I've no experience with this code) I think one underlying issue is that p5.Color.toString("#rrggbb") doesn't behave quite as expected in p5 v2.x. [Both paths through...

[Initial p5 #help discord conversation with @limzykenneth and jiskra](https://discord.com/channels/836700474425475088/836702229951283281/1439804431553003642) (17/11/2025: 02:28)

Hi @limzykenneth - tagging you on this createColorPicker issue as requested.

I'd be happy to contribute regression tests for color.toString("#rrggbb") and fix up the examples for same, if that turns out to be relevant and useful.

Hi @davepagurek , thanks for the help with this! (As discussed, I'm also happy to provide a tiny PR with your solution, if wanted.)

Suggesting another topic for the category (are they wanted here?): Adding type-checking for regular *JavaScript* (i.e. not TypeScript) p5.js projects. This has an easier learning curve than with TS, is...

I'll link to a [quick braindump of topics (loosely) around the category](https://raw.githubusercontent.com/nbogie/p5-beyond-the-web-editor-neill/main/docs/initial-thoughts.md), in case it's at all useful for idea generation. @davepagurek @SableRaf [This github-interpreted version of the same notes](https://github.com/nbogie/p5-beyond-the-web-editor-neill/blob/main/docs/initial-thoughts.md)...

Also tested the fix successfully with a couple of p5 global-mode typescript projects, locally, including [this non-trivial one](https://github.com/nbogie/split-wccc-20251119-p5-ts-global). ### Process: used `npm pack` on the patched p5 code, and and...