Results 8 comments of Alfish

I just had a big problem because I wouldn't expect `draft: true` to change an existing non-draft release in any way, even if the draft has same `tag_name` (and `name`)...

So, basically, a troll user or malicious attacker could be sending a bunch of POST requests via script, taking every possible username for themselves for the past 3 years and...

> if godot follows glsl conventions, then `m[column][row]` is correct, but `m[idx] to access a vector by row index` is incorrect. Yes, either the documentation (or worse, the language??) is...

Yeah, since it's non-standard, it makes sense to have such a generic setting. In this case it's better as a regex, since it'd have best flexibility while being easy to...

So, are there any plans to support this in any form? Even just the simplest implementation of removing any `/^\s*#\[compute\]\s*$/` found first before linting the file? I'd assume it doesn't...

I really like `static if` syntax for the directive, if it would work even at top-level code. It's quite intuitive.

As for "nameof" feature, I would suggest a more generic `@"some.code"` + `some.@"code"` that: - Evaluates to the exact quoted string after `@` as a compile-time String or StringName constant....

Agree. Also, I think changing the popup buttons is not strictly necessary, as settings can already be applied per-workspace if desired (you could just add a text like "This warning...