Marcus Pousette

Results 64 comments of Marcus Pousette

I am just installing this lib as [transient dependency](https://github.com/libp2p/js-libp2p/blob/b599905c1acb18ae4717d74e415fd270659c451f/packages/transport-webrtc/package.json#L64), and fail to do so in this environment

Ubuntu 20 works for me aswell, however with v 22 (I am using 22.04). It does not work longer work since it no longer ships OpenSSL 1.1 which this lib...

It succeds to install on Ubuntu 20 out of box without installing OpenSSL 3 because Ubuntu 20 already ships OpenSSL 1.1 (?). It fails to install on Ubuntu 22 out...

In https://github.com/WebBluetoothCG/web-bluetooth/blob/main/rationale.md > The key/value structure of GATT is believed to reduce the risk of device exploits compared to the unstructured byte-stream of other protocols. When the Characteristic Aggregate Format...

I pose this is a IPFS repo/mortice gclock leak. I wrote an issue here [here](https://github.com/ipfs/js-ipfs-repo/issues/428) with patches you can do in the meantime to fix the issue (hopefully). For me...

+1 with allowOverlap = true onLayoutChange only seems to be called when the order in y-space has changed or when items are resized. It is not called if the items...

So I spent the day doing a fix, but felt it was very tricky work with the current codebase. Hence, I created fork [react-grid-layout-next](https://github.com/dao-xyz/react-grid-layout-next) with the fix, together with React...

See #1775 . I suspect the problem is the same, and the solution provided could work.

This is what I get when I am starting up the node after closing 2024-01-25T23:54:38.968Z libp2p:transports creating listener for @libp2p/tcp on /ip4/127.0.0.1/tcp/0 2024-01-25T23:54:38.968Z libp2p:tcp:listener Listening on { address: '127.0.0.1', family:...

It seems to matter which node is dialling whom.. If the node that is not closing is dialing the the other node. Then it will fail, but the other way...