Aria Desires
Aria Desires
Right now I don't do this because we don't have #9 and have checked in tests that fail for i128.
Thankfully I had the insight to make all the error reporting gathered up into types, so it should be relatively easy to select a different renderer. Not sure if the...
This will be the hardest nut to crack, and basically a fantasy in my mind, but ideally you would be able to: * cross-compile for a different platform (hard) *...
Making this metabug for rust people to tell me what they want. Just a stub for now: * [x] #10 * [x] ~~#9~~ * (see https://github.com/Gankra/abi-checker/issues/9#issuecomment-1211170745) * [x] #8
Right now we build DLLs and load them into the test harness. If a test is mega-busted this can result in corrupting the harness or just locking it up. In...
You should be able to have static files checked in with your project that configure expectation/execution of tests. Similar to the [web-platform-tests](https://web-platform-tests.org/) (WPT), you want to be able to have...
We're constantly getting winged and whammed by some weird language change breaking some thing we're doing. The whole crate's kinda unfocused and we've got all these cargo features to paper...
- type in some junk - refresh; changed content should still be there - add some extra newlines to the end of the content - refresh; newlines should still be...
I wanted epiceditor to fill up all the available vertical space on the screen, so I set up this code, where resize is hooked up to window resize events: ```...
It would be nice if the develop branch was synced to some subdomain/subpage of epiceditor.com so that we could direct users to experimental/future features, or just quickly check what is/isn't...