Mirko Guarnier

Results 17 comments of Mirko Guarnier

@gaearon My understanding here is that the agreed solution for this is to introduce `defaultMuted` to be consistent. Do you think this could be a "good first issue" to tackle...

Note the syntax for Power Shell is `$env:NODE_EXTRA_CA_CERTS="C:\cert.pem"`

Even `npx create-react-app --scripts-version 4.0.3` does not work for me. I get: ``` You are running Node 12.13.0. Create React App requires Node 14 or higher. Please update your version...

Pinning `history` worked for me as well. Perhaps a fix for `history > 5.x.x` is required ? Or at least add some documentation about this

My workaround was to mock entirely the library with ``` jest.mock('react-tooltip', () => jest.fn(({ children }) => children)); ``` but I think those repeated inline styles should be fixed regardless

With inline dataFormat you have access to the enclosing scope so: ```` col.map( name => { name

@AllenFang I believe this is a bug. Do you confirm ? It prevents me from using the function entirely which is pretty useful for marking a cell as editable based...

Same issue with a cuda tromp build. This is the command I run: ``` ./nheqminer_cuda_tromp -u .worker -cd 0 -l stratum.zcash.nicehash.com:3357 ``` The entire OS freezes for a couple of...

Today after pulling the latest Linux updates , after starting the program I get this line ``` [16:39:05][0x00007f6102ffd700] miner#7 | CUDA error 'the launch timed out and was terminated' in...

Another info: running with -e 0 (which disables AVX2) I get it to run at 11 Sol/s In parallel another instance just runs on CPU at 15Sol/s Not sure it's...