Tony

Results 51 comments of Tony
trafficstars

I'm working on a PR for this! @katcoutts, just so we're on the same page - let's take this Cloudinary asset URL of mine as an example: `https://res.cloudinary.com/pu-erh/image/upload/v1608103339/test/nestA/BUDDING_LEAVES_CROPPED_bxsny8.png` Is the...

I should have a solution up by next week but I can't speak to if/when my PR would get integrated, so stay tuned

@katcoutts my apologies, been very busy and this ended up being more complex than I'd initially expected. The solution appears to go a good bit deeper than just this widget,...

Turns out that the instance mode does the thing where it's trying to mod p5 via accessing the `window` which Svelte no likey. This may not work or may need...

Thanks, @boonier! For an internal enhancement to this component, the library would ideally support an instance namespace instead of the global namespace -- for that, we could perhaps add an...

Quick correction after exploring riso -- it still pollutes the global namespace as its vehicle into p5's instance mode. I'm testing if there's a way to avoid that causing the...

I also tried every permutation of how I'd approach importing Riso and came up unsuccessful. Riso's method for latching onto an instance also hijacks every instance on the page which...

@rbrdl what do you think of these labels? This is a followup PR to yours :)