Results 10 comments of Bryan Horna

Still testing... Looks like it's specific to Windows/LF combination. Tried reproducing the issue in a Codespaces VM, and works fine with LF/CRLF. Don't know if the same would happen when...

> Does this mean that if I configure VS Code to force everything to CRLF line endings the problem will go away? To be specific, even if I don't set...

> The cynic in my calls this IWOMP, something of which most of us are guilty. Tried again with a "clean" environment (just C# extension, no user settings, nothing more...

After setting `razor.trace` to `Verbose` in order to have a Razor Log (to provide more information on where the issue would be, if logged), here are the results on three...

> Preflight requests are not supposed to return cookies Do you have any link (from a trustable source) that documents this? If that's the case, I'll find a way to...

Ok, there are some things to notice here: 1. `window.fetch` lives in the frontend and this `slim-session` in the backend. 1. Your links go to `window.fetch` specification. CORS is not...

It seems it also needs `pacman -S hdf5` at the time of this comment. Also, I don't know if it's normal but the first time it takes a extra long...

Having almost the same problem here, caused by the `--column-statistics=0` addition. It happens that MariaDB's `mysqldump` doesn't know about that option, so it fails saying: ```text mysqldump: unknown variable 'column-statistics=0'...

I guess it's NOT a Digistump thing, because that code compiles fine on Arduino IDE. That made me look at root cause, it's because `atmelavr` sets other flags for compilation....

@tomrijntjes something like this. ```bash go run go.einride.tech/can/cmd/cantool lint ```