Stephan Maximilian Huber

Results 10 comments of Stephan Maximilian Huber

I do have the same for events in my google calendar

check your `kubectl` version. This seems like a bug in newer versions. Try downgrading to kubectl 1.19. kubernetes/kubernetes#60140

there's a new feature flag in the 3.8 branch for using `rsync` internally instead of `kubectl cp`. As rsync needs to be available in the target pod this is an...

Hi @GiuseppeCSI Multiselects are more suited when scaffolding actual files, there you have the full power of twig to iterate over arrays. Arrays are currently not supported for the `scaffold`-section....

> but is there any plan of supporting arrays in the scaffold section? We can keep this issue as a reminder. I need to think of a way to transform...

that's hard to implement, as every project uses different tools and setups. phab does not "own" the docker-compose.yml and some of the config files needs to be stored in specific...

I think your last comment is referring issue #253 -- having all project files in a dedicated folder (this issue) and where you end up when running `phab shell` (#253)...

as phab is kind of an "umbrella" tool and needs to be flexible to adapt to different project setup I do not see a way to enforce this.

In the meantime you can use bash for that, e.g. ``` - echo "ignore_me" >> %rootFolder%/.gitignore ```

Hi @timlie This is currenty not supported (yet). What's your usecase? Can you add some context? If you just want the current remote db you can use `phab -c get:sql-dump`...