Skip to content
#

orbit

Here are 115 public repositories matching this topic...

haadcode
haadcode commented Dec 16, 2016

Currently the electron build is ~300MB! :O

There's various reasons for that, but looking at some of the biggest disk space consumers:

libp2p-* ~40MB
wrtc 11MB
typescript 21MB
ipld-resolver 5MB
ipfs-daemon 8MB
core-js 6.6MB
ipfs-api 5.8MB

And in total the node.js dependencies in node_modules are ~200MB. Crazy.

The build process calls npm install --prodution to exclude all dev dependencies, bu

frnsskk
frnsskk commented Aug 16, 2019

I'm currently making a Rust port of IPFS log, and I noticed that the docstring return values in log-sorting.js are incorrect:

  1. It is claimed @returns {number} 1 if a is greater, -1 if b is greater when actually it is the other way around.
  2. SortByClocks is claimed to return 1 or -1 (in the manner stated above), but in reality it returns the time difference between the two clocks, which ca
NullVoxPopuli
NullVoxPopuli commented Jan 28, 2019

I've been digging through the handleTransform code in withData, and it seems like when a record changes, is added / removed, etc,
all HoC's watching the type of object are re-rendered.

So, for example in: https://github.com/sillsdev/appbuilder-portal/
I have a user management table, and I can (re)assign roles/groups for permission reasons.
If I change a role on a user that isn't me, I woul

Improve this page

Add a description, image, and links to the orbit topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the orbit topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.