CodeMyst

Results 39 comments of CodeMyst

Sorry for the inactivity, haven't tried it yet. I'll go back to working on this in the next couple of days.

how should i get the latest changes for libdparse? can i just pull the submodule?

so, i pulled the libdparse submodule, but since the current d-scanner doesn't use the latest version of libdparse there are some errors: ``` src\dscanner\analysis\auto_function.d(81): Error: cannot implicitly convert expression p.primary...

any updates on this? i would also like a way to turn off a warning for single lines only.

Alright, seems like the issue is that `TypeTuple` is not defined. Adding a `import std.typetuple` makes the example work. But seems like `TypeTuple` is deprecated and `AliasSeq` should be used...

You can also run shiki in svelte endpoints code since it's run on the server. https://kit.svelte.dev/docs#routing-endpoints

Passing the exception to the task works. Didn't pass a pointer to the Exception since it's already a class.

firefox currently has very limited support for customizing scrollbars.