0x127bf6921270d9b79392502210e5210c952318d237006dae1ea019210d0e77ab
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { fetchQuery, useRelayEnvironment } from 'react-relay' | |
import { useEffect, useState } from 'react' | |
interface ArgsInterface { | |
numResults: number | |
pollingInterval: number | |
} | |
export function useSomeRelayQuery({ numResults, pollingInterval }: ArgsInterface): { | |
data: SomeTypeQuery$data | null |
I hereby claim:
- I am jfrankfurt on github.
- I am jordanfrankfurt (https://keybase.io/jordanfrankfurt) on keybase.
- I have a public key ASD426uf8iIdDeYav0s3W-2U2TUO3bK6HwbqFzqy4Z45TQo
To claim this, I am signing this object:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { Subject } from 'rxjs' | |
import { debounceTime } from 'rxjs/operators' | |
const simpleTextFilter = filterString => (object = {}) => { | |
return typeof filterString === 'string' | |
? Object.values(object) | |
.toString() | |
.toLowerCase() | |
.includes(filterString.toLowerCase()) | |
: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function rowValidity(row: number[]): boolean { | |
const numSet = new Set(row); | |
const deDupedRow = Array.from(numSet); | |
const allNumsInValidRange = deDupedRow.reduce((acc, cur) => { | |
if (cur < 1 || cur > 9 || acc === false) { | |
return false; | |
} else { | |
return true; | |
} | |
}, true); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: '2' | |
services: | |
app: | |
build: | |
context: ./ | |
dockerfile: server/Dockerfile | |
restart: always | |
ports: | |
- "8080:8080" | |
volumes: |
I hereby claim:
- I am jfrankfurt on github.
- I am jordanfrankfurt (https://keybase.io/jordanfrankfurt) on keybase.
- I have a public key ASC9B-1esQH_iqnYn36jNiagzgicCOj-Sr1ksLDOMSdvAAo
To claim this, I am signing this object:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Verifying that +jordanfrankfurt is my blockchain ID. https://onename.com/jordanfrankfurt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Verifying that +jfrankfurt is my openname (Bitcoin username). https://onename.com/jfrankfurt |