I hereby claim:
- I am meandavejustice on github.
- I am davejustice (https://keybase.io/davejustice) on keybase.
- I have a public key ASCVnFgMEb2IN-0IJ51sBTDv8fQbFC1kdhMuLMQ4DtLlsQo
To claim this, I am signing this object:
#import <UIKit/UIKit.h> | |
#import "LegacyAppDelegate.h" | |
@import Firebase; | |
// Helper function for consistent user assignment | |
static uint32_t fnv1aHash(NSString *str) { | |
uint32_t hash = 2166136261u; | |
for (NSInteger i = 0; i < str.length; i++) { | |
hash ^= (uint32_t)[str characterAtIndex:i]; | |
hash *= 16777619u; |
import { create } from '@web3-storage/w3up-client' | |
import { filesFromPaths } from 'files-from-path' | |
import path from "path"; | |
const client = await create() | |
const userId = 'myuserId' | |
async function createAndProvisionSpace(userId) { | |
const space = await client.createSpace(`durin-${userId}`) |
const CID_REGEXP = /(Qm[1-9A-HJ-NP-Za-km-z]{44,}?|b[A-Za-z2-7]{58,}?|B[A-Z2-7]{58,}?|z[1-9A-HJ-NP-Za-km-z]{48,}?|F[0-9A-F]{50,}?)/ |
I hereby claim:
To claim this, I am signing this object:
Disable all telemetry and privacy breaching settings on initial setup. (voice search, location services, etc...)
$hexified = "00,00,00,00,00,00,00,00,02,00,00,00,1d,00,3a,00,00,00,00,00".Split(',') | % { "0x$_"};
$kbLayout = 'HKLM:\System\CurrentControlSet\Control\Keyboard Layout';
62c62 | |
< \ressubheading{Mozilla}{Remote}{Staff Engineer}{August 2015 - Present} | |
--- | |
> \ressubheading{Mozilla}{Remote}{Senior Engineer}{August 2015 - Present} | |
65,66c65,68 | |
< \resitem{Min Vid} | |
< \resitem{Test Pilot} | |
--- | |
> \resitem{Picture In Picture} | |
> \resitem{Test Pilot} |
exp_month
and exp_year
have a type of number
Argument of type 'string' is not assignable to parameter of type 'number'. TS2345
> 80 | const expirationDate = dayjs().set("month", exp_month)
| ^
81 | .set("year", exp_year)
82 | .format("MMMM, YYYY");
$ moz-phab patch D35379 --apply-to here | |
Upgrading libphutil... | |
You have uncommitted changes in the working copy for this library: | |
- bin/aws-s3 | |
Usage Exception: `arc upgrade` can only upgrade clean working copies. | |
arc failed to upgrade, which may be caused by using an arcanist package from | |
your system package manager. | |
Would you like to skip arc upgrades in the future? (YES/No)? no |
I hereby claim:
To claim this, I am signing this object:
export default class NewsletterForm extends React.Component { | |
constructor(props: NewsletterFormProps) { | |
super(props); | |
this.handleEmailChange = this.handleEmailChange.bind(this); | |
this.handleSubmit = this.handleSubmit.bind(this); | |
} | |
componentDidMount () { | |
if (this.form) { |