-
Updated
May 7, 2020 - JavaScript
chain
Here are 221 public repositories matching this topic...
-
Updated
Jan 2, 2020 - Objective-C
-
Updated
Apr 3, 2019 - Go
-
Updated
Sep 29, 2019 - PHP
-
Updated
Apr 1, 2020 - Shell
-
Updated
May 12, 2020 - JavaScript
-
Updated
Apr 30, 2020 - JavaScript
-
Updated
Apr 13, 2020 - JavaScript
-
Updated
Jul 18, 2017 - Objective-C
Hello,
I try this example on your site
but the findIndex return only 0 (normally here he should return 3)
const rawData = [-99, null, undefined, NaN, 0, 20,40,50,'99']
// Async compatible (not needed in this simple example)
FP.resolve(rawData)
.filter(x => x) // truthiness check = [-99, "99"]
.map(x => parseInt(x)) // convert to numeric [-99 99]
.findIndex(n => n
Manual Installation
CocoaPods and Carthage are awesome tools and make our life really easier, but there are some devs who still don't know how to use them.
It would be cool to add the Manual installation guide in your README.md. You can take a look at my iOS Readme Template to see how you can do it.
-
Updated
Oct 4, 2018 - Go
-
Updated
Aug 13, 2018 - Go
-
Updated
Apr 28, 2020 - Julia
There's currently only an indirect mention of C4 Evolution of Public Contracts, but this could be more specific:
- adding
deprecatedrustdoc - documenting changes in the changelog
- ...
The docs are long enough now that we should probably move the documentation to an actual docs directory using Sphinx.
-
Updated
Mar 14, 2020 - TypeScript
-
Updated
Jul 28, 2019 - Python
-
Updated
Sep 26, 2019 - Python
-
Updated
Nov 25, 2019 - Java
-
Updated
Jun 16, 2017 - JavaScript
-
Updated
Oct 21, 2019 - Swift
Improve this page
Add a description, image, and links to the chain topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the chain topic, visit your repo's landing page and select "manage topics."
Component
consensus - pbft
Assignee
Anyone
Detail
We need an unit test to connection event handler.
Reference
.