ArmoredPony

Results 14 comments of ArmoredPony

This problem will soon celebrate its fifth anniversary. Will this ever be fixed? Other GCC extensions seem to be supported (at least, they aren't marked as an error).

As a newbie, I still have to learn arrays just in case I run into them later. Some examples of `arrays` instead of `vecs` at this point (after `primitive_types`) would've...

That's my current workaround. The problem is that it is way less error prone to provide (and change) return type in a required file than in all other files requiring...

Understood. I honestly hoped for something like ```lua ---@return table ---@diagnostic disable return { --- } ``` where `---@return` specifies what this file returns and `---@diagnostic disable` just stops language...

the demo page default language should be probably switched to english too

> But it would be nice for nushell to take into account your locale when deciding things. Then the results will become unreproducible across systems with different locales which would...

> > The settings are at ProjectSettings -> Physics -> Rapier or smth like that. See if you change some of those if this improves. Also try with ccd see...

Then shouldn't the same thing happen if I run `cargo check` or `cargo build` from terminal without opening VSCode?

> `cargo check --all-targets` I ran this in terminal too, had no problems whatsoever