Sam Tobia

Results 29 comments of Sam Tobia
trafficstars

https://github.com/gpuweb/types maybe its a good idea to just conform gpu.js to the webgpu standard. This way people can use gpu.js and it should work in gpu, canvas and webgpu.

You can set a constant ahead of time though

I've been looking into trying to implement something with [verlet.js](https://github.com/subprotocol/verlet-js). But one issue with verlet is that there's a lot of mutations rather than mappings. Perhaps it's fine though The...

https://github.com/faye/websocket-driver-node Someone has a start on this if you want to take a look. I was using this for a while, I might go back to it if I don't...

[It seems as though it always sends a close normal code so long as it's valid](https://github.com/theturtle32/WebSocket-Node/blob/cce6d468986dd356a52af5630fd8ed5726ba5b7a/lib/WebSocketConnection.js#L680) Do you know off hand if it should always return what it received? This...

Is this still an issue? At least the tests should get merged no?

https://github.com/formula1/meh-texteditor/tree/master/lib/Components/AbstractComponents Shameless plug. Ive got started on it but I am pretty far from actually finishing it. Im not using the real react because I dislike the global nature of...

@xonegy Well in this case you would want to get the .automobiles object. Javascript returns Objects by reference, so if you set or delete a property of the object, it...