I hereby claim:
- I am aendra-rininsland on github.
- I am aendra (https://keybase.io/aendra) on keybase.
- I have a public key ASAFuh5dLAJLrFL_vKgCBhTJ5knIJa9-xDaHEeh89DvRQwo
To claim this, I am signing this object:
import { | |
getJetstreamOpsByType, | |
isJetstreamCommit, | |
JetstreamEvent, | |
JetstreamFirehoseSubscriptionBase, | |
} from "./jetstream-subscription"; | |
export class JetstreamFirehoseSubscription extends JetstreamFirehoseSubscriptionBase { | |
async handleEvent(evt: JetstreamEvent) { | |
if (!isJetstreamCommit(evt)) return; |
I hereby claim:
To claim this, I am signing this object:
Hi there! Please forward this to your GDPR compliance department. Thank you! | |
-- | |
To whom it may concern — I'm interested in what sorts of data your company collects about me. | |
To wit, I would like to file a Subject Access Request (SAR) under the EU General Data Protection Regulation (GDPR) for all personal information relating to myself using the following personal identifiers: | |
[ list which PII you feel or can prove is held by the entity in question ] |
license: mit |
license: mit |
license: mit |
license: mit |
license: mit |
license: mit |
#!/bin/sh | |
### BEGIN INIT INFO | |
# Provides: nginx | |
# Required-Start: $local_fs $remote_fs | |
# Required-Stop: $local_fs $remote_fs | |
# Default-Start: 2 3 4 5 | |
# Default-Stop: S 0 1 6 | |
# Short-Description: nginx initscript | |
# Description: nginx | |
### END INIT INF |