-
Syncing in Skaffold to the container works well. However, applications sometimes change files on the filesystem themselves. If this happens inside the container, it is hard to get that change quickly…
-
```
What steps will reproduce the problem?
FileSync currently supports variable substitution from .propeties files with
some limitations.
Assume you have the following config.properties, providing th…
-
Hi,
I accidentally forgot `--ci` on a CI system and got the following error:
```
Error: build target: build main: failed to solve: io: read/write on closed pipe
```
If I add `--no-output` eve…
-
```
What steps will reproduce the problem?
1. Using Subclipse (1.4.8) SVN Plugin
2. (SVN)Delete a File or Folder with right click -> delete.
What is the expected output? What do you see instead?
Norm…
-
I'm working on a filesync app, that watches for changes, new files and so on.
I've noticed on Windows that the MODIFIED event fires multiple times when copying a file to the folder.
The same thi…
-
## Describe the Feature You Want
It could be really usefull to support the new buildx feature : Multiple build context [see blog post here](https://www.docker.com/blog/dockerfiles-now-support-multipl…
-
```
Hi,
And enhancement request, not a bug.
Recently we had a scenario come up that is causing us some difficulty:
Two people are working on different parts of the same project. It's a
ColdFusion pr…
-
In light of https://github.com/phase2/rig/issues/147, we should consider some documentation updates to set some expectations about unison.
I was thinking something like the following added to the e…
-
```
What steps will reproduce the problem?
1. Check "Enabled FileSync builder for project" and "Allow different target
folders" on a module, copy a folder(A) from this module to diff target folders
…
-
Lately I found myself kind of trapped in a corner.
My master branch is for production ready code. So when I have to change the code I'm supposed to create a branch and switch to it before making a…