Michael Wei

Results 8 issues of Michael Wei

Currently, `POOL_INIT_CODE_HASH` is hardcoded in src/constants.ts. This might work fine if you never touch the pool code, but it make for surprises if you make any changes to the pool...

question

This PR includes the set of changes necessary to use with with my wideq branch, opened as sampsyo/wideq#132 In particular, the following changes need to be addressed: - Support for...

This PR adds support for YOLOv3-tiny, which increases the detection fps vs mobiledet from about 9fps to 27 fps on my Edge TPU. At least in my tests, accuracy seems...

pinned

In the documentation for faster-fifo, it states: ``` Completely mimics the interface of the standard multiprocessing.Queue, ``` But it does not, because the standard Queue.put interface specifies timeout=None. ``` put(obj[,...

Currently, it seems that rlpToMerkleNode needs to have an instance of a merkle tree. Does it actually need any fields of the Merkle tree to work? It seems it shouldn't,...

Currently, the webpack browser package is quite large (~256KB). This could be because of inline source maps or other dependencies, we should investigate and minimize it.

Fixes #10426 In #10426 , turning on any IE fields with TREL enabled (for example, when `OPENTHREAD_CONFIG_TIME_SYNC` is set), will result in a segfault because the`mIeInfo` is NULL, and will...

**Describe the bug** #9977 adds support for time sync using RCP. Unfortunately, if multiradio is enabled (OPENTHREAD_CONFIG_MULTI_RADIO), which is implicitly turned on when TREL is enabled AND RCP are used,...