JP
JP
@sotrh Hi Again! When I run the code locally there seems to be an error in the model.rs file as the material vector seems to be empty ``` wgpu_integration.js?t=1659527167509:352 panicked...
Hi @sotrh, I have created an example of how to integrate wgpu-rs into a svelte application and thought it might help for the showcases. I know you are not accepting...
There is already an open pr for this feature however it had merge conficts so I would like to fix those and merge this. This feature helps a lot when...
Firstly if like to say I am a big fan of the design of the project. I migrated one of my arbitrage searchers to use it over the weekend and...
### Preflight checklist - [X] I could not find a solution in the existing issues, docs, nor discussions. - [X] I agree to follow this project's [Code of Conduct](https://github.com/ory/k8s/blob/master/CODE_OF_CONDUCT.md). -...
Create base docker image that can be used in default docker and cross arch files. Right now it is spread across 3 files
Currently packages are added sometimes not in order and following best practices. Once the `cargo-sort` cli tool has a new release and supports workspace inheritance we should add it to...
Some rundler users may want to have a custom CORS configuration which we should be able to configure via the cli and pass that logic into the server
Right now the on_chain_update logic is getting pretty chaotic and we should split up separate concerns into their own smaller functions
When there is a chain update, each update will need to check that it was performed against the correct entrypoint. We should move this logic a step above so it...