Nico MASSART
Nico MASSART
But anyway it doesn't seem to be enough (would be too easy) for Cloudflare DDoS protection se for instance on this page https://metamask.zendesk.com/hc/en-us/articles/360015488991-Sending-Ether-New-UI- There's no easy way obviously... We need...
I agree with your comments. DDoS protection on websites is something I have more and more issues with though... Maybe it's specific to the domain I work in (blockchain) but...
Could you tell me more about your use case? MLC is already available as a JS function that you can call from any JS script and why not in your...
Why not generate this JSON from your JS script in your CI job then use the generated JSON with the `--config` option?
The issue I see is that STDIN is already used for MD input and then can't be used for a JSON config stream input. Can you describe what you would...
NOTE: It seems STDIN is not used for MD direct input as described in #67 but only to input list of files or files links using STDIN. But the issue...
A common pattern to solve this is to use ENV variables. What would you htink about giving the option to set the config as a JSON string in an env...
> Going to be totally upfront: I don't understand the stdin issues enough to meaningfully be able to provide input on them. Me neither, I have to dig in this...
Two comments: ## Git I don't think we should copy Git naming for these options... Git is not the software I would use as a UX example... we get used...
Would be interesting indeed. It may also be linked to the discussion about adding warnings and not only error level to the logs. These redirects warnings should not break builds...