utils
Here are 1,472 public repositories matching this topic...
-
Updated
Jun 4, 2020 - Kotlin
-
Updated
Nov 7, 2019 - Java
-
Updated
Jun 6, 2020 - JavaScript
-
Updated
Jun 22, 2019 - Java
-
Updated
Jun 17, 2020 - PHP
Handle 0x1101, DMI type 17, 34 bytes
Memory Device
Array Handle: 0x1000
Error Information Handle: Not Provided
Total Width: 72 bits
Data Width: 64 bits
Size: 4096 MB
Form Factor: DIMM
Set: 1
Locator: DIMM_A2
Bank Locator: Not Specified
Type: DDR3
Type Detail: Synchronous Registered (Buffered)
Speed: 1600 MHz
Manufacturer: 00AD04B300AD
Serial Number: 4A87CE52
As
-
Updated
Jun 10, 2020 - Objective-C
-
Updated
Jul 26, 2018 - CSS
-
Updated
Jun 19, 2020 - Java
filterIndexed
Is your feature request related to a problem? Please describe.
R.filter doesn't expose index to the predicate function. Let's create a function that does and call it filterIndexed.
Describe the solution you'd like
filterIndexed((v, idx) => idx === 0, [1, 2, 3); // => [1]Possible implementation
const filterIndexed = R.addIndOpening for comment.
Geth recently became more strict and now rejects many hex values that have leading zeroes (ie 0x02 instead of 0x2).
The official RPC spec dictates that quantities should have no leading zero, and unformatted data should.
For this reason, it
-
Updated
Feb 20, 2020 - Java
-
Updated
Nov 3, 2017 - Java
function Foo() {
return <div />
}
export default React.memo(Foo);Results in:
<[object Object] />
Opening an issue here to track the progress, and see what we can do.
The thing is we need the displayName not only for DEV env, but also production.
-
Updated
Feb 8, 2020 - Python
-
Updated
Aug 29, 2019 - Java
-
Updated
Feb 24, 2019 - Dart
Improve this page
Add a description, image, and links to the utils topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the utils topic, visit your repo's landing page and select "manage topics."
Checklist
Description
The following code produces an array whose shape does not match what I'd expect: