orbit
Here are 115 public repositories matching this topic...
-
Updated
May 30, 2020 - Kotlin
There are two definitions of styled-components installed:
- styled-components_v3.x.x.js - definition for an older version (Orbit already uses 4.x.x)
- [styled-components_vx.x.x.js](https://github.com/kiwicom/orbit-components/blob/master/flow-typed/npm/sty
-
Updated
Jul 11, 2019 - Jupyter Notebook
I'm currently making a Rust port of IPFS log, and I noticed that the docstring return values in log-sorting.js are incorrect:
- It is claimed @returns {number} 1 if a is greater, -1 if b is greater when actually it is the other way around.
- 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
This text should be on the homepage:
The first serverless, decentralized, peer-to-peer chat.
Built with IPFS and OrbitDB.
This is alpha software, with known bugs.
Interested in helping us make this better? Orbit Chat is open source, on GitHub. Join us!
We need a fast algorithm to compute the position of the planets so that we can use in a numerical orbit propagator.
-
Updated
Aug 7, 2019 - Python
-
Updated
Nov 11, 2019 - C#
Document the currently available query parameters.
Example query params: https://satvis.space/?gs=48.2663,11.6683&sat=MOVE-II
-
Updated
Apr 30, 2020 - Python
-
Updated
Nov 8, 2015 - C++
-
Updated
May 29, 2020 - Python
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
-
Updated
Dec 6, 2017 - Python
-
Updated
May 20, 2017 - C++
-
Updated
Jan 18, 2018 - Go
Add Tracking Sensors
Add NASA Deep Space Sensors, AF Space Control Network, ESTRACK, etc.
-
Updated
Apr 10, 2019 - TypeScript
-
Updated
Feb 21, 2019 - JavaScript
-
Updated
May 2, 2020 - C++
-
Updated
May 4, 2018 - Java
Improve this page
Add a description, image, and links to the orbit topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the orbit topic, visit your repo's landing page and select "manage topics."
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 --produtionto exclude all dev dependencies, bu