Robin

Results 18 comments of Robin

Hi @limzykenneth, thank you for the quick response. I think I'll just create a seperate package containing just `p5.Vector` and `p5.Color` for now.

I got something very basic working for my game project. p5.Vector works (which was my main use case, as I'm calculating physics on the server), but p5.Color depended on some...

I would be willing to create a PR to fix this, but I'm unfamiliar with this codebase, so it might take a while.

I'm not seeing much activity on this repo anymore. Is there anything I can do to get this merged? If not, that is fine too; I completely understand if this...

Is there anything that needs to be fixed/done from my side to get this merged? Would be nice if we could switch back from our fork to the upstream for...

Update: it only happens with JS-based external uploaders. `Phoenix.LiveView.UploadWriter`s are terminated correctly when navigating. (See RobinBoers/lv-long-running-uploads#upload-writers). I think this issue is related to #3287. Seems like the proposed solution there...

> The hidden input in checkbox groups is a standard HTML pattern to ensure the form parameter is always sent even when no checkboxes are selected. https://github.com/petalframework/petal_components/commit/8715c035db8dd7fdaf0f80fdd6ef9f0d1bbae7e7 So then this...