Chance Snow
Chance Snow
Note, the `VK_KH*_external_memory` extension has been promoted to [a KHR](https://www.khronos.org/registry/vulkan/specs/1.2-extensions/man/html/VK_KHR_external_memory.html).
I'm [working on a shard](https://github.com/chances/wgpu-crystal#readme) for [wgpu-native](https://github.com/gfx-rs/wgpu-native) (a WebGPU implementation) with support for compute shaders.
For example, `dub lint` ought not scan sources specified in `excludedSourceFiles`.
Much like this issue's author (I'm accustomed to the Organize Imports action in VS Code for JavaScript sources), I like to alphabetize my [Selective Imports](https://dlang.org/spec/module.html#selective_imports). I might try to pickup...
@dfranx And chance we can get some traction on this?
@djowel IIRC, things don't really compile as-is. I hit a wall trying to debug it and gave up/got distracted with other projects.
It also looks like the Sentry scope is [cleared anytime something is logged](https://github.com/aandrewww/winston-transport-sentry-node/blob/2467c49d304b25bb0eb9b40afe831e95bf9c3640/src/transport.ts#L61).
@mellinoe I've resolved your first point. I'll work to add tests to cover point 2. Regarding your fourth point, I'm a little lost about how I should map the `:...
@mellinoe Is there anything else I should do to move along this PR?
@mellinoe Regarding your question about how this is working with named entry points: I'm not sure yet if a shader compiled this way works because I've been working around this...