Christoph Michel
Christoph Michel
It's not clear to me when the app exits or what keeps it alive. I tried the example with the counter that uses `setInterval` and the app keeps running. In...
Hi, when I try to run it I get the following Error: ```javascript index.js:64 const worker_env = process.env Identifier `worker_env` has already been declared. ``` I think it's related to...
Hi, I'm trying to export another symbol besides the `apply` function for WASM which seems to be possible using the [eosio::wasm_entry attribute](https://github.com/EOSIO/eosio.cdt/blob/master/docs/guides/generator-attributes.md#eosiowasm_entry). But it doesn't work for me. The exported...
I was under the impression that the `check*` functions throw an assertion error like `eosio::check` does and a bit surprised that `check_permission_authorization` and `check_transaction_authorization` do not. Instead, both functions return...
Hi, I'm using `steem 0.67` and the streamOperations ```js steem.api.streamOperations(`irreversible`, (err, res) => { if (err) { console.log(err); } }) ``` And I get an `Error: Invalid response id: undefined`...
It would be so much easier if I could whitelist all rules from a file instead of having to specify the rules individually. My usecase is that I have a...
Hi, my website can never be tested I always receive an error. I think I could track it down to one of my packages which uses WebGL + shaders. There's...
Hi, I don't have much experience with Ghidra and followed your installation instructions. It fails at the last step for me at: ``` Extension version for [ghidra_9.1.2_PUBLIC_20201108_ghidra_evm.zip] is incompatible with...
Hi, I noticed some SVG icons are displayed incorrectly when building the font with `fontforge` (on MacOS). Here's how it looks like in any SVG previewer: ![screen shot 2018-06-01 at...
Hi, I set up timber with winston logging and recently the timber service seemed to be offline and made my app crash with this unhandled promise rejection error: ``` 2020-09-19T22:08:17.726Z...