BWindey
BWindey
Possibly related scrolling issues I encountered: - When clicking the "Stijl" button without actually choosing a style, it scrolls to the top of the page, even if you're at the...
As a student, I am much happier seeing all the green accents, and no red (indicating failed tests). It gives a sense of accomplishment after a difficult exercise, while the...
Could this be expanded upon to have more options? I was thinking of a `list-targets` subcommand for `project`, that could take in an additional flag to print the shorthand version...
There is now a comment explaining what `curves` do for ffmpeg in this scenario. Maybe I need to specify that this closes #70 for Github to recognise it. I'll update...
On both `v0.7.2` and `v0.7.3` I get an error about the `char* a = 0x20;` part. - On `0.7.2` the error is ``` Error: Implicitly casting 'char' to 'char*' is...
The website actually has its own repository! You can find it at https://github.com/c3lang/c3-web =)
File-name can already be done with `$$FILE` (https://c3-lang.org/misc-advanced/builtins/#compiler-builtin-functions). Same for `$$LINE` and `$$LINE_RAW` (same url). An example: ```c module main; import std::io; fn int main() { $echo "Compiler says hello...
No, that does not work. That's why I opened #1874, Christoffer told me in Discord that it would be a good addition. So in the future there will be more...
I would suggest `$echo: ` as prefix, but I don't know what others think about it.
Maybe a poll on Discord would be the way to close this issue?