Swoorup Joshi

Results 79 issues of Swoorup Joshi

Since this package is named `literal` providers, would it feasible to add sprintf like functionality using and get a string literal? I am not entirely sure if it is possible...

Can you attach a license? I am planning to use it for my personal purpose as well as in a company. I plan to contribute the changes back as well....

This is more of a design question. If I have a type inside a module which is named the same as the module itself, I'd want to be able to...

It appears that you can't use wgsl alias from a composable module. It works when using you are using from the make module file though. ```rust composer .add_composable_module(ComposableModuleDescriptor { source:...

This example is straight from the [w3 examples](https://www.w3.org/TR/WGSL/#example-ad1395c9) which follows the valid path. It appears that the `align(16)` attribute is not applied when the struct is defined in a composable...

I am currently working on a [library](https://github.com/Swoorup/wgsl-bindgen) which uses naga_oil to generate bindings of shaders utilizing naga oil's features. The library statically generates rust bindings given the shader entry points....

Using rediculous with timeout can cause weird issues intermittently. Repro test case. Add the following to `RedisCommandSpec.scala` and do a few trial runs. ```scala test("early termination"){ redisConnection().flatMap{ connection => val...

I propose we allow `use` statements in Computation Expressions. such as follows ```fsharp type PooledEntry ignore module DeadPool = let (|PooledEntry|) (x: PooledEntry) = x.Entry let testPooling () = let...

### Describe the bug It's useful to have empty data, especially for streaming cases where you are generating stuff on the fly. It appears that having an empty dataset in...