Dave Martorana
Dave Martorana
This looks like it's expecting to find at least one Firefox application in `/Applications` and is finding none, or perhaps is not finding any profiles. Do you have this folder:...
I think it depends on if you want to enforce some type expectations in the package, or try to coerce any input that comes in. I'd lean towards expecting a...
Using this package, the installed rc.d script for the agent doesn't start `dogstatsd.py`. Was it left out on purpose? Thanks!
Ran into a need for this today. Flutter has a `FLUTTER_ROOT` env variable that specifies where Flutter is installed. Although I can do something like `export FLUTTER_ROOT="$(asdf where flutter)"` this...
There are 11 open pull requests open since 2015, and no commit on this repo for over 2 years. I'm guessing it's a dead repo. Interestingly, Sonos just forked it:...
It's actually [a requirement](https://developer.apple.com/library/ios/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/Chapters/CommunicatingWIthAPS.html#//apple_ref/doc/uid/TP40008194-CH101-SW1). "APNs treats rapid connection and disconnection as a denial-of-service attack."
So, ```--foo bar``` is handled properly, because after recognizing an unknown `TokenShort` or `TokenLong` the parser advances past everything until it finds the next `TokenShort`, `TokenLong`, or `TokenEOL`. There may...
> What's the use case for this exactly? Good question - in the past, we've taken out flag-set params in our code, or added future flags to service definitions, and...
> How does that account for positional arguments? ie. How does it differentiate between a positional argument and an unknown flag value? Let me investigate that... I _think_ it handles...
[Flyclops](https://flyclops.com) uses it for our internal admin backends.