Stan Bondi
Stan Bondi
For instance: Procfile ``` shell web: ./my_web_site worker: ./my_worker arbprocess: ./my_other_process ``` Then setting: `DOKKU_ROLES="worker arbprocess"` will only run the `worker` and `arbprocess` processes. Is this a good idea?
I've used your app-deps package in my own app, wondering if you can help. I've copied from your source and removed the deps I don't need (all but lodash, kept...
Hi, I'm using Ubuntu 12.04, ruby 1.9.3p327, vim 7.4, debugger 1.6.1 `:echo has("signs") && has("clientserver") && has("ruby") && v:version > 700` returns '1' Started vim: `vim --servername VIM` ruby_debugger_log Vim...
Docker compose manifest that sets up the complete nodejs pool stack - backend (api, remoteShare, pool, longRunner, payments, blockManager, worker) - poolui production build - nginx serves the poolui frontend...
You can currently create invalid onion3 addresses: ```rust let mut b = [0u8; 35]; OsRng.fill_bytes(&mut b); let addr = multiaddr::Onion3Addr::from((b, 12345u16)); let invalid = multiaddr!(Onion3(addr)); ``` Resulting in these error...
Submitted block from local miner Chain storage error: You tried to execute an invalid Database operation: UTXO 65ab98e46e0124f2eade3ad694ada1db3238b0170b8c426d48bf483d9c18802b was already marked as deleted.", details: [], metadata: MetadataMap { headers: {}...
### Summary A peer may send an encrypted domain messages. No routing peer can decipher it, so they are unable to detect that the message is invalid. If this message,...
Description --- Uses hickory-dns fork that includes https://github.com/hickory-dns/hickory-dns/pull/2928 Motivation and Context --- How Has This Been Tested? --- What process can a PR reviewer use to test or verify this...
Ensuring steps in feature files and in code match is error-prone and requires running the test until it gets to the step, then failing due to a mismatch. I don't...