Mark Penner

Results 46 issues of Mark Penner

I've set up my exclusions like this: ``` exclusions: ['**/.*','node_modules','sql','logs'], ``` But files starting with '.' are still uploaded. Perhaps the [dot](https://github.com/isaacs/minimatch#dot) option needs to be set or unset somewhere?

I tried hot-swapping my `Twig_Environment` for a `TraceableTwigEnvironment` like so, ``` php $twig = new TraceableTwigEnvironment($twig, $debugBar->getCollector('time')); $debugBar->addCollector(new TwigCollector($twig)); ``` Turns out it affects how `{% includes %}` and `{%...

**Is your feature request related to a problem?** Yes. I just spent about an hour trying to figure out how to fix a "ImagePullBackOff" error. I could pull `myreg/myns/myimage:latest` from...

area/dev

**What happened?** My `sync` settings look like: ``` - imageName: webpack disableDownload: false localSubPath: services/webpack initialSync: mirrorLocal downloadExcludePaths: - assets/images/ - assets/scripts/ - assets/stylesheets/ - node_modules/.cache/ uploadExcludePaths: - node_modules/ -...

kind/bug
area/sync

> Please provide a description of the bug / issue, and provide the details below: Since [scrolling doesn't work on Windows](https://github.com/FormidableLabs/webpack-dashboard/issues/26), not even in [Ubuntu on Windows](https://msdn.microsoft.com/en-us/commandline/wsl/about) nor Ubuntu on...

Feature Request

This shouldn't "work": ``` ❯ node.exe > crossSpawn = require('cross-spawn') > crossSpawn('echo foo bar',[],{stdio:'inherit'}) foo bar ``` `echo foo bar` should be treated in its entirety as the name of...

### General information - Pure version: Not sure how to get this. I just installed it today with zplug - ZSH version: zsh 5.1.1 (x86_64-ubuntu-linux-gnu) - Terminal program & version:...

help wanted

I really like this theme, but I don't like how it fades out the split panes that aren't focused. I understand the benefit of being able to clearly see which...

enhancement
help wanted

## Bug ### Current Behavior [`services[].ports[].hostPort`](https://docs.garden.io/reference/module-types/container#services-ports-hostport) is undocumented. ### Expected behavior Document all the things. ### Reproducible example Click the link. ### Workaround Dive into the source code to figure...

docs

I'm not sure if the bug is in gaze or bindings, but [this line](https://github.com/TooTallNate/node-bindings/blob/150c2cb48710d36cc541ad9489b17ce721248626/bindings.js#L76) is causing some kind of fatal error when it requires `gaze/build/Release/pathwatcher.node`. **Edit:** Nevermind. It appears to...