-
One of the problems we have encountered was due the fact that the P2P communication picks up all kind of node software and all kind of (Ethereum like ?!) networks.
Since DMD is it's own ecosystem, it…
-
### Describe the feature
Self explanatory. Nuker whitelist / unwhitelist onKey. Huge QoL since it takes long to remove / add stuff to nuker
Edit: I meant you aim at a block and hit a key to whitel…
-
The owner should be able to choose a consensus mechanism on initialization
1. Owner has full authority
2. Any Payer has authority
3. Unanimous Payers have authority
4. Percentage of Payers have au…
-
After switching to Span V2, Zipkin stores all {,binary} annotations as tags and save them for indexing if the value is less than 256 bytes long. This, however, is problematic sometimes, since some tag…
-
## Summary
It would be great to be able to whitelist sites by wildcard. For example, if I want to whitelist baz.foo.com and bar.foo.com, I should be able to whitelist *.foo.com.
## Motivation
This …
-
```
Sometimes, it's necessary to ban a large range on a server to prevent abuse.
Unfortunately, bans like these often cause collateral damage. A whitelist
system for allowing certain IPs/smaller ran…
-
```
var _ocr = new TesseractProcessor();
_ocr.SetPageSegMode(ePageSegMode.PSM_SINGLE_CHAR);
_ocr.SetVariable("tessedit_char_whitelist",
"ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789");
_ocr.Init(Pr…
-
```
What's the problem with the current implementation?
The problem is related to some well known hosts which has SPF records
verified but still greylisting them like gmail or yahoo.
What would you …
-
```
Currently the Android App is whitelisting only data sent for http* protocols,
but in the long time it can be useful to whitelist other ones like market://,
tel:// and sms://, maybe also mailto:/…
-
If you use `#follow_links_like` and the given start urls does not match the configured regexps, the crawler stops working. Is there a reason why the start urls aren't whitelisted?
``` ruby
start_urls…