Aske Doerge
Aske Doerge
Basic pool class implemented.
### Precheck - [x] Take a look at the open issues and be sure that your issue is not already covered. - [x] Be sure your versions of Dialyxir and...
Hi, Thanks for a great package! I have simplified a couple of projects a lot with it! 🎉 This PR adds multipart/form-data encoding for very simple forms. (I ran into...
Hi, I attempted a simple Flame example in an existing app, but I'm running into an issue where the FLAME instance is killed immediately, but the caller sees a timeout....
I'm not sure how to write and run proper tests for a RhinoPlugin, but it would be nice with some basic tests.
There exists a LOD extension that is very powerful if the server supports the Range header. https://github.com/KhronosGroup/glTF/tree/master/extensions/2.0/Vendor/MSFT_lod The extension supports both geometry and materials. The client can use the LODs...
The current implementation dumps all buffers into one big blob of a buffer, and then uses views with offsets to discern the different data. It looks like it might be...
- [ ] Figure out if we can package the ubasis binary in the plugin legally. - [ ] Add an option to convert textures to the smallest possible ubasis...
Sometimes models get's stuck in kind of infinite loops, taking way longer than normally. It would be great to have the following API: ``` ReplicateAI.run(..., timeout: :timer.minutes(2)) ``` that would:...