Alyx

Results 453 comments of Alyx

I'd need to see more code to be sure but this doesn't look like a sequelize issue. It looks like you might be modifying the same attribute on the same...

I could replicate the issue, but I don't know if it's a sequelize issue. It is super weird. The requests are being executed, and run in the right transaction. Could...

From what I understand based on [this](https://git-scm.com/docs/gitattributes#_end_of_line_conversion), files should still be normalized to lf when pushed. Is this an issue though? The only time I had issues with lf on...

Yes but that's not the issue, vscode is perfectly able to view & edit files that use LF. Does it cause any issue to windows users to enforce the use...

> but it will great to avoid CRLF being pushed to the repo. I'm confused, isn't that what the current config already does? :o I thought that was the goal...

Nowadays when people say Mac OS, they mean macOS, which uses LF. No one uses classic Mac OS, which did use CR, it's been dead since 2001

It will, we have `'linebreak-style': ['error', 'unix'],`, but it will only check JS/TS files This also means it will fail (locally) if the project is checked out locally as CRLF...

> Maybe we can do something with our pre-commit hook that converts all CRLF to LF? Do you mean use CRLF locally but convert before the pre-commit hook? Or enforce...

I don't think we can convert to LF during the pre-commit hook, then revert back when the pre-commit hook fails/succeeds without causing a lot of issues

Sounds like a nice addition, we welcome it. I think dialects that don't support it and don't have a clean workaround could query whether the column exists first