Others

Results 32 issues of Others

This is a first incremental step, only mostly migrating type_conversions.rs Pushing for feedback/to mark where I'm at. Let me know if there is value in merging as-is, or if you...

Sometimes I forget to start the app before playing, and my match isn't recorded. It would be cool if I could manually add a match (deck/opponent class/result) manually, so it'd...

### Summary of this Pull Request (PR) The cFE is a complex piece of software, consequently our support implementation is quite complex. I will attempt to summarize what is going...

The autoformatter doesn't have a unified install story. There should be a way to ensure everyone has installed.

P-low
C-build_system
T-enhancement

We're coming to the end of the summer, and I've gone from knowing nothing literally nothing about composite to being onboarded and fairly competent. I think I have a fairly...

P-low
C-housekeeping

This is around a ~4x speedup, but required a lot of code changes. In terms of public API, only `AtomicGc` has a significant diff. (The old API would still work,...

We should implement a way to write work semi unsafely with Gc’s when you need to

T-enhancement
good first issue

It'd be cool if there was a guard you could hold to prevent collection, something like: ``` fn prevent_collection() -> PreventCollectionGuard {...} struct PreventCollectionGuard {...} ``` This may be useful...

T-enhancement
help wanted
good first issue

T-enhancement
good first issue