Jim Pick

Results 101 comments of Jim Pick

I think this would be fun to do as a separate demo ... I want to be able to show that it's easy to hook peer-base into any type of...

It was bugging me too ... I quickly chose option (1) as it was fastest to do. #308 I'll leave this issue open for now ... feel free to leave...

I'll see if I can code up an example quickly... doing it with Node is easier as I can avoid bundling...

https://github.com/jimpick/peer-pad-tool Usage: `node index.js ` ``` $ node index.js https://dev.peerpad.net/#/w/markdown/HGUcFHKPCe6Wvv2KNLP1fTU867CySJC5zC9SddV1Rhf5/4XTTMCuCB6aTCYz2Py3g7kea382Mi3MvisqtqawmLRMHnb7W8-K3TgUV8e7o7h8epS5efRWQZLTsB8A9TGwR1ByAFq7yrzthCHoFrJdyg5KBDsCZW7JS3as7T24nXHkv5kYgt7MvoAvc4CP7qEtSh9MSmQg3x4P918TgVqVdBxqGmNi1KTbnDLVxj2 Starting... (node:16284) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 start listeners added. Use emitter.setMaxListeners() to increase limit Swarm listening on...

I need to review the current best practices for distributing react components. Can anybody think of a good modern example to pattern off of?

I believe codemirror has a CSS file that comes along with it, so we'd have to figure out how to ship that along with it ... because it's wrapping a...

This would be very useful for tests as well.

Here are some fun FSM links: This looks like a nifty library I haven’t tried yet: https://github.com/davidkpiano/xstate Here’s a simple lib for UIs from the Choo project: https://github.com/choojs/nanostate/ The really...

Some of the heavier-duty computer science-y stuff is probably going to be necessary if we go in the direction of trying to model the state of peer-to-peer swarms ... there's...

I was playing around with XState, and I made a little prototype of using it to drive a simulation using peer-base... https://github.com/jimpick/peer-base-xstate-playground ![Demo](https://gateway.ipfs.io/ipfs/QmexLJsg5NSvhNDpcNXCAY3XgAJjEv35qY2BjCPAHTLaqM/xstate-2.gif)