bellbind
bellbind
Added `cam.frameRaw()` to get raw frame data at ad1b1c94468e21c65ea49633325d935c665b3d1f . (It is published at 1.0.0 for node-4) When MJPG format camera used, the returned data(as `Uint8Array`) is just JPEG compressed...
It seems distribution dependent problems around linux-headers. Ubuntu-17.04's `videodev2.h` includes **``** not libc's `` above. The `videodev2.h` also uses `struct timeval` not in the libc ``. If the fix required,...
Thanks for quick reply. I hope you fix PYPI uploaded version soon. I think your design dicision is much better than tradisional virtualenv, especially to support growing site.py module. I...
I published the repository almost as an article of the algorithm explanation. so I will be the codes to Public Domain. --- At first I knew the architecture of timsort...
I want to apply it, but the project as the document code, it should not applied the last code only.
On my manual tracing, the halt point of `case-halt.mjs` is `fetchFromNetwork` in `want()` of `bitswap.ts` in `js-ipfs-bitswap` package. - https://github.com/ipfs/js-ipfs-bitswap/blob/master/src/bitswap.ts#L226 Digging into await calls, difference between `case-success.mjs` and `case-halt.mjs` is...
I found `peer:connect` events spawned, but `/ipfs/bitswap/1.2.0` topology never spawned in `case-halt.mjs`. - (update for display peer:connect event and /ipfs/bitswap/1.2.0 onConnect) https://gist.github.com/bellbind/5565c22255ae87a3c8e9948b467ee894 ---- `case-halt.mjs`: ``` $ node case-halt.mjs [middle info...
After updated helia-2.0.1, the helia node on nodejs cannot access with cid served by the helia node on browser (run on node-20.5.1 of m1mac). - https://gist.github.com/bellbind/5565c22255ae87a3c8e9948b467ee894 On `case-success.mjs`, `peer:connect` of...