Aaron Li

Results 75 comments of Aaron Li

Would 20% be too high to assume? Let's keep this in mind and revisit after 10k users

We should also set up proper analytics to track usage and consumption at every level. It was scheduled for September. Might need it sooner than that.

Rather than doing this, an alternative is to add a replace-root function call to the smart contract. We already planned to do it anyway, to allow extending the lifespan of...

Some notes: currently (after some optimization) the speed for computing 65535 hashes on Safari is 5-7s (without SIMD - not supported by Safari), and on Chrome is 11s (2021 iMac...

Wiki: https://github.com/polymorpher/one-wallet/wiki/Client-Security Part II.

Is there a change log showing major changes from 5 to 6? I saw https://github.com/pmndrs/react-three-fiber/releases but am not sure whether it is complete. I had been using v4 and v5...

I am having the same issue. The work around I am using right now is to re-export the models with "placeholder" materials. In code, I then use GLTFLoader to load...

In some common situations which there are a large number of concurrent jobs, simply wrapping ".get" inside a Future seems problematic as the Future would take a spot in execution...

@acjay There are two versions of this package on Maven. It seems only `"ai.x" %% "diff" % "1.2.0-get-simple-name-fix"` has the `try/catch` block. https://mvnrepository.com/artifact/ai.x/diff_2.11

``` be84ba155a5c0c32e72664158d720acf onewallet/background.js 96ccc0ee8ac8ae4df716f50f9db3ec8a onewallet/content-script.js 4701c88491b57a425cf641b5ae6e91a8 onewallet/inject-script.js b7ccf650dc33635e3c7a02874e14f40b onewallet/popup.js 604c6d74953a59aedc1af4c4f0b94e16 onewallet/popup.html ``` ``` ⌁57% [****:~/****/chrome-extension-wallet] [base] quoc* ± md5sum -c checksums.md5 onewallet/background.js: OK onewallet/content-script.js: OK onewallet/inject-script.js: OK onewallet/popup.js: OK onewallet/popup.html:...