Swoorup Joshi

Results 79 issues of Swoorup Joshi

### What happens? When writing to partitioned csv or parquet the order by statement at `COPY` statement is not being respected specially for this input for some reason when exporting...

reproduced
feature

Awesome project btw. I kinda started on https://github.com/loco-rs/loco/issues/920 and wanted your input. - Semi working hot reloading without unsafe. - Need to also attach the tower-livereload to make it fully...

#### Description Currently, the key field in the `venndb` library is limited to pointing to struct fields. We could an enhancement to allow the key field to point to functions...

https://github.com/shader-slang/slang

There isn't a strong enough reason to switch at least right now, as it appears as is naga_oil has the same features more or less, although I am unsure how...

tracking

For fields, arrays that are padded in bytemuck, there is no reason to always 0-initialize it. We can likely use `MaybeUninit` for more efficient copying when building from the `*Init`...

Might be useful to override to allow has_dynamic_offset for some bindings

It would be nice to get support for HashMap, for eg. ```rust #[derive(Debug, PartialEq, StructOfArray)] #[soa_derive(Debug, PartialEq)] struct Baz { foo: u16, bar: u8, test: HashMap, } ``` would create...

I propose we allow adding intrinsic/optional extensions on type augmentation or composite data types. This makes it a bit more natural to extend composite types analogous to using intrinsic/optional extension...

approved-in-principle
area: extension-methods