Omachonu Ogali
Omachonu Ogali
@jimlambrt I believe #1 has been merged and this issue can be closed.
@twangboy At the time I created this PR, I could not get the test suite to run per https://github.com/saltstack/salt/issues/66346.
What I'd prefer to do is something along the lines of... ``` import copyStaticFiles, { filter } from 'esbuild-copy-static-files' const EXCLUDED_FILES = [...] function excludeFilter(src, dst) { if (EXCLUDED_FILES.find(f =>...
Otherwise, to cover my use case, I'd end up duplicating all of your `filter()` code and the functions it depends on into my external function just to pass it back...
Effectively the same thing is happening as you've described: if the condition test results in false, there is nothing to do, the cached statement is returned, and you're on your...
I understand it's a bit of a quandary since the published DNS records that are used for verification may or may not be different from the time that the message...
I understand that position. If it helps shed more light on the situation, the email in question came from a newsletter delivered by Mailgun. My guess is they're rotating keys...
I agree that this could be a potential footgun and I'm not sure you can completely avoid it, but only hope to mitigate it with a combination of documentation and...
My two cents... I'd imagine that it'd be unwanted behavior to include by default, so it should be something that the user should opt-in to on a per-service basis --...
What is the definition of a `version`? Are we referring to something specific, or are we referring to any valid input that Github accepts in its URL structure? (e.g. commit...