ToBinio

Results 49 issues of ToBinio

it seems like cargo `binstall` does not update the `.crates2.json` I found a [command](https://github.com/cargo-bins/cargo-binstall/issues/201#issuecomment-1174989963) that says it would update but at least for me it does not am I doing...

It would be very useful to have some sort of abstraction above a whole dimension (collection of all regions). Which then enables the usage of things like #17 and the...

### Environment node 20 and bun ### Reproduction ```ts const router = createRouter(); router.insert("/test/**:test", { payload: "wildcard" }); console.log([ router.lookup("/test") ]); ``` output: `[ null ]` expected: `[ { payload:...

This PR adds a category selector to the mod's view ![image](https://github.com/modrinth/theseus/assets/81473300/3f873ef4-71e0-45ea-ac94-d4d4aa10b08d) this would lay the groundwork to close #1091, #1059, #875 I would add further filter options in additional PRs...

This PR should remove all the white flashes happening when starting the app. Not sure if they happened on all platforms but at least on Linux - Wayland they did....

This PR adds an additional way of selecting an icon for your instance. Using an icon from one of the mods in the instance. ![image](https://github.com/modrinth/theseus/assets/81473300/0c64b756-5a8f-41ff-b45d-f1b653a14d38) based on the [search-dropdown](https://omorphia.modrinth.com/components/search-dropdown.html) I...

This PR improves the sorting behavior for mods inside of an instance. name sorting now sorts by logical character and not by ASCII code so uppercase letters do not strictly...

This PR implements the `open in Modrinth` and `copy lint` for the contextMenu that opens when right-clicking in on a mod in the instance list. ![image](https://github.com/modrinth/theseus/assets/81473300/a841a42c-dae5-4ffb-80cb-69af14b5b367) I also removed some...

updating `vue3-apexcharts` should fix #1582 at least locally it does for me