Tim Daubenschütz
Tim Daubenschütz
https://github.com/bkrem/awesome-solidity#libraries currently this section mixes e.g. solidity library code like ...erc20.. with JavaScript Solidity tooling ...truffle-create-dapp... It'd be helpful if there were two distinct lists, one for Solidity tooling and...
Go to classless.de on your mobile phone and expand the navigation by clicking somewhere near the caret sign ^. You'll find that the navigation expands and shows all items. However,...
- as you can see from this piece of test code: https://github.com/neume-network/strategies/runs/6791138479?check_suite_focus=true#step:6:86 we're comparing two objects with each other using `t.is` - And then below notice the diff https://github.com/neume-network/strategies/runs/6791138479?check_suite_focus=true#step:6:91 -...
[consumeStateChange](https://github.com/avajs/ava/blob/master/lib/reporters/default.js#L246) expects events of a specific type to be submitted. These get then passed on to functions that will log the outcome of the test run ([endRun](https://github.com/avajs/ava/blob/master/lib/reporters/default.js#L653) and [writeTestSummary](https://github.com/avajs/ava/blob/master/lib/reporters/default.js#L619). However,...
This PR clarifies the README.md such that a mnemonic (and not a private key) has to be given in the `.env` file. It additionally throws the error to the main...
- Fixes #898
- I maintain an express/session store and the other day I got someone's contribution that makes calling the `function destroy`'s callback optional: https://github.com/TimDaub/better-sqlite3-session-store/pull/10 - So I looked into https://github.com/expressjs/session#session-store-implementation because...
E.g. if I wanted to compare with `instanceof` where would I find the "FetchError" that cross-fetch throws when it comes across a non-parsable JSON body and throws upon `await result.json()`....
👋🏼 I'm currently working with microbundle to package a service worker library. I have a file [`index.mjs`](https://github.com/TimDaub/web3-service-worker-cache/blob/demo/src/index.mjs) that takes care of initializing and handling the SW in the main thread....
As many others: - #191 - #317 I had problems understanding when autoformatting is truly applied with the config file present. A [comment](https://github.com/prettier/vim-prettier/issues/191#issuecomment-614280489) by @[vadimshvetsov](https://github.com/vadimshvetsov) received > 50 👍🏼, which...