Gottfried Haider

Results 91 comments of Gottfried Haider

@StanLepunK Can you elaborate on "no window appear"? The following does not draw anything for you? ``` void setup() { fullScreen(P2D); } void draw() { background(255, 0, 0); } ```

@JakubValtar Putting `noSmooth()` in there makes the example work.

@JakubValtar Recovering from the error and disabling multisampling also seems to work. Still curious what's really wrong with the multisample setup. Since it's free software: I could go check the...

So #4921 made the following examples at least run with the VC4 driver: * Basics/Form/Primitives3D * Demos/Tests/RedrawTest * Topics/Shaders/BlurFilter * Topics/Shaders/Conway * Topics/Shaders/CustomBlend * Topics/Shaders/Deform * Topics/Shaders/EdgeDetect * Topics/Shaders/EdgeFilter *...

Thank you, @jsdf, for your response and update! I believe I must have thought that the version on your website is newer (and potentially: faster), as it wasn't showing this...

Happy hear - thank you @lindapaiste

I hackishly fixed this in the latest release by applying the patch above manually. This version doesn't give me the error above (and works): https://unpkg.com/@gohai/ml5@latest/dist/ml5.min.js

I just modified the dependency source. One could try to bump the version of @tensorflow-models/speech-commands from 0.3.9 to 0.5.4, but I know too little about this to say if this...

Indeed, when I try `npm installed` after bumping the version: ``` npm WARN @tensorflow-models/[email protected] requires a peer of @tensorflow/tfjs-core@^3.0.0 but none is installed. You must install peer dependencies yourself. npm...