KilDesu
KilDesu
KPCKevin Powell - Community
Created by KilDesu on 9/24/2024 in #os-and-tools
Weird prettier/git behavior
I worked on a project with macOS yesterday and all eslint checks passed ok. Today, after pulling the changes from the remote on windows, without changing anything, eslint checks fail because all files fail to match prettier formatting… when I run prettier formatter on the project, git sees 264 files changed. When I open the changes though, literally nothing was changed (not even a line break)… I want to add that I have a project-wide prettier config so there are no changes between the OS’ prettier configs. Does anyone know about that behavior? Have you ever seen it and know how to fix it without having to commit 264 files without any changes?
5 replies
KPCKevin Powell - Community
Created by KilDesu on 1/20/2023 in #front-end
Quasar qSelect weird behavior
Hi there, I don't know if someone uses quasar here but the qSelect component really has a strange behavior when I try to fetch the options asynchronously... In short, the menu doesn't show after the first time I write anything in the input, even though the query worked. To make the menu appear, you have to press "enter" or the down arrow key, otherwise it won't open. Can anyone help? Here is a codepen for reproduction: https://codepen.io/KilianDvs/pen/mdjpXdN?editors=1010
1 replies