Turiiya
Turiiya
What do you guys think of using the automatically generated `v doc` feature? It could be set up to automatically generate on changes to the main branch. Would result in...
I did some tests, unfortunately without success. - Tested compiling with TCC using the GCC build files - Tested compiling with TCC using the TCC build files (TCC doesn't produce...
If we get TCC to work, then I think it's worth it to add the `tlhelp32.h`. Currently, it does not work with V when having it included. > I believe...
Hey @gilmartaj, to help you better, can you share the following information? - What example do you try to run? - What is the output of `v doctor`? - The...
Hey @Dialga thanks for reporting. Thanks for reporting. I can reproduce it. Gonna look into it.
It's an issue with TCC with the latest webui and V versions. You should be able to compile when using `-cc gcc` or `-cc clang`
In terms of the
@fitrh I'm having the same issue, I thought of commenting here yesterday now you beat me to it 😊 Getting the correct highlight color codes returned, but no actual highlighting...
Unfortunately I can't spot the reason for this problem, so I did some exploratory testing and modifications around the highlight related functions for the last two hours, unfortunately without satisfying...
> Absolutely! > > I'm planning to update the MDN tutorials, just wainting for the SvelteKit final realease, and to gain more experience working with it. > > I'm also...