-
If the root `.gitignore` has `abc`, and the `abc/.ignore` has `!def`
Then, the ignore status for `abc/def` between git and go-git mismatch:
- In go-git: the `abc/def` is not ignored
- In git: the…
-
emsy1 updated
4 weeks ago
-
When running the 'upload_logo' request from the folder, I encounter an error. However, the request works fine when run individually.
I expected the 'upload logo' request should work the same way w…
-
Related to #103, but with the difference, that i'm ok with having the fake in a sub-package (omitting `-o` flag)
```golang
package abc
//go:generate $GOPATH/src/github.com/maxbrunsfeld/counterfei…
-
Folder structure:
```sh
./test
├── abc
│ └── abc_test.go
└── run_test.go
```
`run_test.go`
```golang
package test
import (
. "gopkg.in/check.v1"
"testing"
)
func Test(t *te…
-
### Describe the feature you'd like:
It is not possible to query for a video using the `*ByRole` queries, but these are the only queries which respect the accessibility tree. This means that if you…
-
> Note: Please use Issues only for bug reports. For questions, discussions, feature requests, etc. post to dev group: https://groups.google.com/forum/#!forum/rocksdb or https://www.facebook.com/groups…
-
In testing out dirble, I noticed that it will attempt exactly the url that is given, but seems to not understand what to do if, for example, the following scenario is encountered:
./dirble --host a…
-
Testing #210903
1. created a jupyter notebook
2. add a cell that just says "abcs"
3. save it
4. use command "view untracked changes"
5. see the following which only shows the meta-data, does no…
-
Given the following `Pipeline`, should it fail to create or succeed ? It is documented that `tasks` are required, so possible, it should fail to create. As of today, it does not.
```yaml
apiVersio…