Swoorup Joshi

Results 156 comments of Swoorup Joshi

Should be fairly straightforward to fix. Will take a look. Been a bit busy with other stuff.

The workaround cannot be used for multiple files. ```shell ❯ watchexec --project-origin=. -w secrets.nix -w config.nix echo Error: × No such file or directory (os error 2) ❯ watchexec --project-origin=....

Thanks for reporting. I think this might be relatively simple (given no other panics occur further 😄 ) I normally start by trying to recreate the issue in the example...

Completed. See https://github.com/Swoorup/wgsl-bindgen/blob/main/example/src/demos/texture_array_demo.rs for example usage

> ```fsharp > [] > type MyFSharpTestClass() = > inherit TestClassBase() > ``` > > fails with > > > error FS1097: The struct or class field 'Foo' is not...

That means you can't interop with C# libraries easily.

Sounds fair. At the time, I only needed this feature to hot reload the shaders for development. As my final build just uses the embedded mode. We could probably just...

The first one is missing a `where`? This should work ```sql sample=# with t as (select 1 as f, 2 as s) select * from t where (t.f,t.s) = (1,2);...

Same here, came looking for laying out multiple graphql endpoints to different files by business logic rather than dump everything to one file.