-
ale/ale_linters/go/gopls.vim
Add following lines after line 26:
```c
if empty(l:project_root)
let l:project_root = getcwd()
endif
```
-
### Issue
Files created by `docker run -v $(pwd):/projects -w /projects meltano/meltano init my-meltano-project` are owned by root.
### Context
I started a poc today using the getting started on …
-
**Is your feature request related to a problem? Please describe.**
As I work across multiple organisations, I normally store AWS credentials in a .env file in the root project directory, to prevent…
-
### Component
Forge
### Describe the feature you would like
The OP Stack contracts utilize the absolute import path style (relative to the project root). We decided to use this because it made refa…
-
When running the linterbot with stylelint enabled, any paths ignored by a `.stylelintignore` at the project root are not properly ignored by the linter. That is, running `npx stylelint content/**/*.sc…
-
Consider the following project:
```
project.class.cls
project.include.inc
```
Cache studio thinks that they both are in a directory project.
But in cache-tort-git if we add them to source control, t…
-
I'm trying to copy a set of files from a subfolder of the project to the root of the project, with no luck. I tried to set the `dest` attribute to `.` or `..` or `./` or `../` with no luck. I manage t…
-
I am not able to create domain class after running "gradlew dbReverseEngineer" command in command promp.
**My Environment**:
Grails Version: 3.1.0
Groovy Version: 2.4.5
JVM Version: 1.7.0_79
I am ge…
-
Perhaps I am wrong, but it looks to me that it is not possible to use 'git-pre-commit' on git projects that do not have the package.json and gulpfile in the same directory as the git root of that proj…
-