Caio Hamamura
Caio Hamamura
Um adendo, se o objetivo for mesmo apenas fazer uma documentação genérica que atenda aos não falantes de inglês, a tradução automática do Google por si só já faz um...
Desculpe, mas uma documentação está longe de ser um documento científico, mas muito mais próximo de um documento que deve ser didático, inclusive este é um dos grandes valores que...
If there is nothing against it I would love to contribute
Solved by afb69c7
I would rather prefer: ``` { "key": "F5", "command": "sqltools.executeQuery", "when": "editorHasSelection && editorFocus && editorLangId == 'sql'" }, { "key": "F5", "command": "sqltools.executeQueryFromFile", "when": "editorHasSelection == false && editorFocus...
Yes, indeed this does the job, but should the developer always have to have that concern just for auto checking? Can't we just add before the checkout action by default...
Looking inside some packages like [sf](https://github.com/r-spatial/sf), they do use the .gitattributes to avoid that: .
I've edited my actions yaml to include ` - run: git config --global core.autocrlf false` and the checking warning indeed goes away. https://github.com/caiohamamura/gdalBindings-r/blob/8736d328d08511a3e0d6570c20a9c3fd513f2b94/.github/workflows/rhub.yaml#L81 I doubt that including this step will...
> I think the best fix for this is indeed a `.gitattributes` file, because that'll ensure that all Windows users that clone your repo will get the correct line endings,...
In addition this will also allow to more throughly test and CI with a windows github action relying in MSYS2.