Results 16 issues of Tomoki Nakamaru

[#develop](https://github.com/tomokinakamaru/silverchain/tree/develop) - `internal` - `frontend` - `parser`: Build Ag AST from text - [x] Implementation - [x] Tests - [x] Check modifiers - [x] Annotate with API guardian - [x]...

Hello, and thank you for your work on this repository! As part of my research, I am analyzing how developers configure .dockerignore in popular repositories. During my analysis, I noticed...

Hello, and thank you for your work on this repository! As part of my research, I am analyzing how developers configure .dockerignore in popular repositories. During my analysis, I noticed...

Hello, and thank you for your work on this repository! As part of my research, I am analyzing how developers configure .dockerignore in popular repositories. During my analysis, I noticed...

I've noticed that the following four gitignore patterns are interpreted differently between python-pathspec and Git: | pattern | path | python-pathspec | Git | | :---------- | :------- | ----------------...

Bug

I noticed that the gitignore pattern `foo**/bar` behaves differently between libgit2 and Git. When `.gitignore` contains `foo**/bar`, - Git ignore a file named `foobar`, while - libgit2 does __not__ ignore...

Hello, and thank you for your work on this repository! As part of my research, I am analyzing how developers configure .dockerignore in popular repositories. During my analysis, I noticed...

I've noticed that the following five gitignore patterns are interpreted differently between node-ignore and Git: | pattern | path | node-ignore | Git | | :---------- | :---------- | ----------------...

Hello, and thank you for your work on this repository! As part of my research, I am analyzing how developers configure .dockerignore in popular repositories. During my analysis, I noticed...

### Issue Description Podman interprets dockerignore patterns like `**.md` and `**.html` differently from Docker. For example, when `**.md` is listed in .dockerignore, - Docker ignores `README.md`, `foo/README.md`, ... but -...

kind/bug
stale-issue