Jakob Hellermann

Results 149 comments of Jakob Hellermann

It would be possible to filter by component/resource access, if you mean that

@PolyMeilex would you accept a PR for this? naga_oil is much easier to integrate into cargo-wgsl (and vscode-wgsl) than into wgsl-analyzer, and it would be nice if there was some...

I made this tool: [cargo watt](https://github.com/jakobhellermann/cargo-watt). Currently it can verify that a given `.wasm` file was compiled from a specified source, but it only works if both the compilation and...

@Freax13 in the initial issue text you said you had a demo working, is that demo publicly accessible?

I don't have any plans to implement that because I have no use case for this library anymore (and it only works with old Sonos devices). But if you figure...

Parameter hints were my only other idea I wanted to try out, I'm not sure if there is another better way

Another option is to assume that users have `jq` installed and use `cargo build --message-format json | jq .extract binary` or `cargo metadata --message-format json | jq .targetFolder`: https://github.com/wgsl-analyzer/wgsl-analyzer/blob/fcee0597c3f5fd1ce96b8f8dce93f5981fa82339/.vscode/tasks.json#L18 There...

I found a solution that at least works on linux without additional tools ```sh target_dir=$(cargo metadata --format-version 1 | grep --only-matching --perl-regex '(?

Hm, if I use my non-downscaled image it works. ![icon](https://github.com/burtonageo/cargo-bundle/assets/22177966/12f2c3d7-1437-4a17-87da-293d89226b53) But I generated the smaller one using `convert icon.png -resize 128x128 icon_128.png`, so I don't know what exactly in the...