LoganDark

Results 873 comments of LoganDark

> optional argument Optional values (and variable numbers of arguments like @Enselic mentioned) require special care. The first one is possible using explicit values only (`--flag=value` syntax, not `--flag value`)....

> Of the options discussed so far, my favourite CLI for this is `--diff-dirty` (same as `--diff-dirty HEAD`) and `--diff-dirty ` (but I am open to being convinced of other...

I'd add "getting events for permission changes" to that list. Would be a great step towards eliminating the some of the polling that needs to be done right now.

Also, I don't think this API should require permissions to be handled via "groups". There are various other useful permission models that a manager could choose to use - that...

We could possibly use [Make My Logo Bigger Cream](http://www.makemylogobiggercream.com/), but that only works for 1000% bigger. And obviously, the logo needs to be MUCH bigger. It'll only take a few...

I don't know. π stores every trade secret in the universe. I believe you should be able to look up what the fine will be in your π

I set up an image buffer by storing it in a static, then obtaining a reference to it at runtime is effectively free. What setup are you doing at runtime?

Try `logPanel.enableInput()` and tell me what that does

That's happened to me before. I believe it's a problem with your terminal, or mouse reporting. Are you using Terminal.app?

That would be nodemon messing with the escape sequences, I suppose. There's nothing that can be done other than piping stdout/stdin manually.