Patrick Nelson

Results 116 comments of Patrick Nelson

p.s. I think this may also affect YAML files as well. Here's what I could quickly slap together. Basically for the life of me couldn't figure out how to get...

Thanks for the research; actually it looks like the bug definitely occurs well before it gets to [the specific block](https://github.com/mozilla/sops/blob/master/cmd/sops/subcommand/exec/exec.go#L86-L96) @felixfontein called out. I'm not actually a go developer, so...

**TL;DR:** Bottom line is that I think the environment variables (for both `exec-eval` and `dotenv` output) should be abstracted away so that: 1. The environment variable name and values are...

I think this should be detected and fail in case any parameters are passed after the file name. The reason why: I was **also** stuck on this for a bit...

How would censorship be beneficial? Libraries like these are extremely useful for security research as well (why I’m here). I’m finding it very educational to explore the various ways that...

Thanks to this thread, I'm now using `gulp-bro` (after frustrating myself with watchify) and I can confirm: it works great!

p.s. I can tell this is a pretty important issue, considering it's _still_ getting thousands of downloads per day despite the big fat **THIS PLUGIN IS NO LONGER MAINTAINED** warning...

Essentially this is debouncing (e.g. https://browsersync.io/docs/options#option-reloadDebounce). What he’s saying (if I’m not mistaken) is that even though there’s currently a `delay`, even if you make several changes very quickly within...

Hmm... looks like this is already in `master` via #12. I think this can be closed @NARKOZ.

> I don't feel strongly about this, so I'll leave it for others to add use cases. I can help with that. 😄 One good use case might be in...