Arkadiy Kukarkin
Arkadiy Kukarkin
Tracking for https://github.com/ipfs/devgrants/tree/master/open-grants/ipfs-rust
Tracking for https://github.com/ipfs/devgrants/blob/master/targeted-grants/protocol-handler-api-for-browser-extensions.md
If I invoke the same decorated asynchronous function multiple times, will I see the timing values clobbered? i.e. ``` fooT = timely.promise(foo); fooT("foo").then(r => console.log(fooT.time)); fooT("bar").then(r => console.log(fooT.time)) // which...
This introduces two major changes: 1) upgrade Joi to 7.x, which among other things throws `Error` with `name: ValidationError`, and update the callsites and tests accordingly 2) undo f940de6c4997ebacb95aebbbb80188fa72b69066, which...
**Describe the bug** It's not possible to connect to the RPi Zero W using the current configuration because it's not in peripheral mode. setting `dr_mode=peripheral` fixes this. Parameter should be...
Tests will not run otherwise (node v0.12.7) ``` bash-3.2$ NODE_ENV=test mocha --compilers js:babel/register --require co-mocha $(find src -name *.spec.js) /Users/arkadiy/mine/graphql-server/node_modules/koa/lib/application.js:179 function *respond(next) { ^ SyntaxError: Unexpected token * at exports.runInThisContext...
it seems like between #1 and `--enable-namesys-pubsub`, we should be able to automagically trigger a pin whenever the name is updated I can’t quite figure out how to access this...
``` > ./pack-serve.sh stuff/pqrc40ifgvj-e9 stuff/-3hom6p-y-d7 stuff/v0b5ncrxf6vr stuff/n0q_0w87y_j6 stuff/dyt30ri50e- stuff/pua5sscmt stuff/j980wq8b_fzvwdv stuff/j980wq8b_fzvwdv/g9h8u02o_1i stuff/j980wq8b_fzvwdv/cvm2k6 stuff/j980wq8b_fzvwdv/ylylvk5fg stuff/j980wq8b_fzvwdv/k25c0jwx2bu stuff/j980wq8b_fzvwdv/0v351_bxiqt stuff/j980wq8b_fzvwdv/of7rq0aki stuff/j980wq8b_fzvwdv/jllrl5s stuff/j980wq8b_fzvwdv/jllrl5s/rsnhhrcq0s5 stuff/j980wq8b_fzvwdv/jllrl5s/a-kvk4xhb9qige stuff/j980wq8b_fzvwdv/jllrl5s/l4u7w6j stuff/j980wq8b_fzvwdv/jllrl5s/twsvrubs1z stuff/j980wq8b_fzvwdv/jllrl5s/qg10 stuff/j980wq8b_fzvwdv/jllrl5s/a-37dlga6-dlzpx stuff/j980wq8b_fzvwdv/dqk_hn5 stuff/j980wq8b_fzvwdv/dqk_hn5/rfjv69ui0cln7a stuff/j980wq8b_fzvwdv/dqk_hn5/g8opho4fa396 stuff/j980wq8b_fzvwdv/dqk_hn5/e2orz5x_df0l_v stuff/j980wq8b_fzvwdv/dqk_hn5/6c1j stuff/j980wq8b_fzvwdv/dqk_hn5/t41_9nasn6fn2f4 stuff/j980wq8b_fzvwdv/dqk_hn5/6yfohahmyqzu...
### Checklist - [X] This is **not** a new feature or an enhancement to the Filecoin protocol. If it is, please open an [FIP issue](https://github.com/filecoin-project/FIPs/blob/master/FIPS/fip-0001.md). - [X] This is **not**...
Found another issue that will unfortunately probably make me stop using this, the Downlaod/Upload dialogs in Chromium, Slack, other Electron apps etc simply do not load, error seems to be:...