Caleb Yates
Caleb Yates
### Summary Error raised when a typed function is used with the @bridge_command decorator should be fixed ### Reproduction Steps Recently, I have been using the bridge_command decorator to avoid...
Thanks so much for this crate! It has been very useful in creating my 100% Rust projects. One limitation which is pretty glaring is the lack of web touch support....
Thanks so much for `bevy`! Its an awesome crate and ecosystem that is awesome to program with :) ## What problem does this solve or what need does it fill?...
This optionally implements `Reflect` on the `ClientId` type. I'll want this (eventually) when I begin serialising my scenes, since I believe bevy relies on `Reflect` (not necessarily `Serialise` and `Deserialise`)...
### Would you like to work on this feature? - [ ] Check this if you would like to implement a PR, we are more than happy to help you...
Hey guys, I'm wanting to express certain invariants in my rust types while also handling arbitrarily large numbers, and so was refactoring from `NonZeroI32` to `NonZeroBigInt` when I realised that...
Hello and this crate is awesome! I am trying to build a space-themed game using `bevy 0.12` which revolves heavily around player movement (no gravity). The ship entity is a...
I am building a flutter app for a chrome extension, which *does not* allow ANY CSP violations at all (using manifest v3). Recently I integrated firebase firestore, however I would...
I really love this project, and was going to implement my own change (adding `lipo` support) but then realised I don't need it. I did manage to update many of...
### Is your feature request related to a problem? I was copying the Authentication example for scoped users [here](https://surrealdb.com/docs/surrealdb/security/authentication#define-the-user-table-and-fields) and added an extra `ASSERT string::len($value)