Lumina Sapphira
Lumina Sapphira
I'm restructuring the storage to be in-memory and synced to local storage (in contrast to the way it is now: operations are done directly on local storage). It will be...
This is a result of the current implementation of `SelectionService` calling `addListing` on `SidebarService` every time a section is added, which happens as part of a loop when `toggleCourse` is...
Can confirm its determining the newest version of reborncore to be outdated
Hello, and thank you for the suggestion! I'll bring this up with the other team members to discuss how we'd like to implement this.
Hello and thank you for your contributions and enthusiasm! We're currently having internal discussions on how we can better support Typeshare as a project (and new languages in particular). I...
Hello, and thank you for reporting this! I'll be looking into this!
At the moment, we are discarding errors that result from converting the CLI-provided paths to walkable iterators. I'll bring this up with the team to discuss if there's a better...
Currently, Typeshare parses source files as-is, without first expanding macros. This means that types (or any code) generated by a macro will not be considered when exporting types for other...
Just spitballing here, could cargo-expand help at all? Either in downstream toolchains or called from typeshare.
Hey, thanks for this! I had gotten sidetracked on other projects so I haven't looked at this branch in a while.