Spencer C. Imbleau

Results 181 comments of Spencer C. Imbleau
trafficstars

I've noticed this happens when I sometimes git pull or bring in new files. Still trying to find the root cause. My theory is that (without looking at the code)...

Did you install trunk with `--locked`? https://github.com/thedodd/trunk/blob/5fe418aacd2787fb7e5f5916b509e4f81fcb218f/src/config/manifest.rs#L20 This is the error - appears to be unable to locate your Cargo.toml file via pathing somehow. Could it be a symlink? What...

The pathing looks strange. That could be related to the I/O issue. Did anything come after this output? Did the program terminate or suspend?

Not currently. We've wanted to minify both the JS wrapper and the HTML. We will likely adopt a tool (similar to how sass is handled) and call the minifier as...

Let's wait until you think Particular is in a good state for integration. Then, I'm happy to leverage Particular, and endorse its use. The ultimate goal is to have a...

@Canleskis What's the state of progress? :) I'm really interested to see if this could be merged within the next few days.

You are correct about an array of primitives being more compatible with compute shaders. Essentially to pass data to and from the GPU in a compute pipeline in WGPU the...

Do you mind submitted a pull request?

I think you're doing great work. It's true, if you plan to integrate with WebGPU you'd need to implement the same lifetime guarantees as them (unless unsafe), which would make...

I think you're right about nightly. From what the devs on WebGPU have told me, Chrome Dawn is further along than Firefox nightly. Might be better to test with that....