Results 19 issues of ShaddyDC

Currently, importing a glTF file with a large image (eg using `gltf::import`) fails with the error `Image(Limits(LimitError { kind: InsufficientMemory }))`. This is because, AFAICT, there is a hard limit...

I was thinking about using this viewer for very large files, but large textures are currently broken. There exists an upstream issue with the gltf crate: https://github.com/gltf-rs/gltf/issues/388 I have opened...

I'm using rexie in a project to insert a large number of entries into a database, on the order of 300k. As this takes its sweet time, especially on mobile...

## Description of the feature I've seen the flatten attribute in a bunch of places, but I don't think it's possible to add it to arguments yet. It would be...

enhancement

It would be convenient if a transaction that wasn't explicitly flushed with `done()` or `commit()` instead automatically called `abort()` when dropped. This would allow users to more easily bail with...

enhancement
help wanted

### Problem to solve Oftentimes I want to test the same API endpoint with a couple different options and want to verify that they all work correctly. In an ideal...

enhancement

Hi, it's me again, trying to deal with unreasonably large numbers. We are using glTF for objects that may be at very large coordinates. It is important that these coordinates...

### Description of Issue Trying to create a usdz file from a large usd folder with `UsdUtilsCreateNewUsdzPackage` creates an invalid file. Opening it gives [this error](https://github.com/PixarAnimationStudios/OpenUSD/blob/2864f3d04f396432f22ec5d6928fc37d34bb4c90/pxr/usd/usd/crateFile.cpp#L3299), both in omniverse and...

We recently ran into an issue where some of our tests using amqprs 1.7.0 would fail. I honestly don't know why they worked before when we didn't change anything relevant,...

documentation