Nathan Phillip Brink

Results 59 comments of Nathan Phillip Brink

> I would simplify it to: > > ``` > [You should _always_ quote your globs in npm scripts][article-globbing], the [`node-glob`][npm-glob] module will handle its expansion. > ``` > >...

Maybe this is #735? I had this exact situation happen to me, but I cannot figure out how to get Lightning to see the updated event. If I dismiss the...

@kewisch > Does discarding the dismissed reminder changes, waiting for the popup to come back, and then overwriting changes, actually revert the scheduling? In theory, between discarding and the popup...

I’m interested in a msstore package (or, if that is not possible, at least a winget one). winget can be used to install things from msstore and msstore will automatically...

@clemexjeap That is what bitwise not is supposed to do. You should get the equivalent of `~(2|8)` which is `-11`.

Sorry, I accidentally sent that too early. You are interested in a non-bitwise operation. It would be possible to add that as a new feature.

So, one way to do that is to have an “All” flag like you have and do a bitwise exclusive OR against that. Many flags enums do not have such...

@clemexjeap I do not understand how that would be helpful. Did you actually mean to pass two arguments to `IsCombinedFlag()` or did you only mean to pass one argument? Please...

@jgwinner > Not sure that's true - when I open a file with mixed line endings, it asks, and if I say yes, it adds them to every line. This...