unleashy
unleashy
The following snippets have an `auto_ref_assignment` warning, even though they shouldn't: ```d string bar; void foo(T)(auto ref string bar) { .bar = bar; // warning here, even though it's assigning...
On a fresh installation of code-d, this snippet has an error, `undefined identifier 'notarealfunction'`, as expected. ```d void main() { notarealfunction(); // squiggly line in the above line // }...
### Acknowledgements - [X] I searched existing issues before opening this one to avoid duplicates - [X] I understand this is not a place for seek help, but to report...
- [ ] Add phonology manager - [ ] CRUD for phonemes - [ ] Ortho for phonemes -- probably good to revamp this area? - [ ] Add dictionary...
### Describe the bug If you click on a link of a #hash, and then go to a new page, and then press back to go back to that page,...