I hereby claim:
- I am r14c on github.
- I am xj9 (https://keybase.io/xj9) on keybase.
- I have a public key whose fingerprint is B826 7A49 A516 A8EF 3C37 CB81 9431 D347 149E E5EF
To claim this, I am signing this object:
function bashEm(spaceId, token) { | |
return (ids) => fetch(`https://app.storyblok.com/v1_us/spaces/${spaceId}/assets/bulk_destroy`, { | |
"headers": { | |
"authorization": token, | |
"content-type": "application/json", | |
}, | |
"referrer": "https://app.storyblok.com/", | |
"body": JSON.stringify({ ids: ids }), | |
"method": "POST", | |
"mode": "cors", |
I hereby claim:
To claim this, I am signing this object:
/** | |
* this test (unexpectedly!) fails with: `TypeError: expect(...).toMatchObject is not a function` | |
* | |
* @see {@link https://facebook.github.io/jest/docs/api.html#tomatchobjectobject} | |
*/ | |
describe('a broken test', () => { | |
it('will fail', () => { | |
expect({foo: 'bar', baz: false}).toMatchObject({foo: 'bar'}) | |
}) | |
}) |
This script requires a userscript manager like Greasemonkey or Tampermonkey.
Click "Raw" to install.
[Hero Punch] is creating a [blueprint] for the future of work. This project is ambitious, but we believe that cooperation is the key to a bright future and we want to be the force that makes that future happen. Technology is a powerful force multiplier. Steve Jobs called computers "bicycles for the mind". Our challenge is to make advanced technology accessible to anyone. We want to enable to world to do amazing things. Are you ready to challenge the status quo?
Hero Punch is a [workers cooperative], there are no bosses or managers; members are equal co-owners. Projects are managed democratically by teams. We strive to create a stimulating atmosphere for creativity and problem solving that is
@namespace url(http://www.w3.org/1999/xhtml); | |
@-moz-document domain("www.fastmail.com") { | |
.MainNavToolbar, | |
.app-list, | |
.app-belowViewBar, | |
.app-listItem-link, | |
.v-Sidebar--showRefresh, | |
.v-Toolbar.app-toolbar { | |
color: #ddd !important; | |
background-color: #1C2126 !important; |
tab.tghlpr_group_tab { | |
color: #8FA1B2 !important; | |
text-shadow: none !important; | |
border-radius: 0 !important; | |
border: none !important; | |
border-right: 1px solid #555 !important; | |
} | |
tab.tghlpr_group_tab[activeGI] { | |
color: #F5F7FA !important; | |
background-color: #1A4666 !important; |