utils
Here are 1,439 public repositories matching this topic...
-
Updated
Apr 28, 2020 - Kotlin
-
Updated
Nov 7, 2019 - Java
-
Updated
May 3, 2020 - JavaScript
-
Updated
Jun 22, 2019 - Java
-
Updated
Mar 11, 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
Jan 16, 2017 - Objective-C
-
Updated
Jul 26, 2018 - CSS
-
Updated
May 27, 2020 - Java
-
Updated
May 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.addIndHere we're re-exporting methods of ethjs-util:
But because they're manually added to the exports object, typescript is not adding type definitions for them and Typescript users get an error when using one of those methods, e.g. stripHexPrefix.
-
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
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: