Note: as of jq v1.7 the project offers pre-built native macOS releases for ARM64 based architechtures.
A quick n' dirty Bash script to install the following:
autoconf.automake.libtooljq- from source.
| name: PlanetScale Migration | |
| on: | |
| pull_request: | |
| types: [opened, synchronize] | |
| paths: | |
| - packages/shared/adapters/prisma/schema.prisma | |
| env: | |
| PLANETSCALE_ORG: flightcontrol | |
| PLANETSCALE_DB: fc-production |
This shows how to apply this PR by @101arrowz to enable manifest v3 support. Please be aware that the patch is not production ready and might still have some issues.
Go to your project and add patch-package and postinstall-postinstall as devDependencies, then download the patch:
cd <path-to-your-project>
npm install -D patch-package| ### | |
| ### [2023-06-19] UPDATE: Just tried to use my instructions again on a fresh install and it failed in a number of places. | |
| ###. Not sure if I'll update this gist (though I realise it seems to still have some traffic), but here's a list of | |
| ###. things to watch out for: | |
| ### - Check out the `nix-darwin` instructions, as they have changed. | |
| ### - There's a home manager gotcha https://github.com/nix-community/home-manager/issues/4026 | |
| ### | |
| # I found some good resources but they seem to do a bit too much (maybe from a time when there were more bugs). | |
| # So here's a minimal Gist which worked for me as an install on a new M1 Pro. |
| type NestedKeyOf<ObjectType extends object> = | |
| {[Key in keyof ObjectType & (string | number)]: ObjectType[Key] extends object | |
| ? `${Key}` | `${Key}.${NestedKeyOf<ObjectType[Key]>}` | |
| : `${Key}` | |
| }[keyof ObjectType & (string | number)]; |
brew install mingw-w64rustup target add x86_64-pc-windows-gnu.cargo/config.cargo/config[target.x86_64-pc-windows-gnu]
| FROM ubuntu | |
| RUN apt-get update && apt-get install -y openssh-client | |
| RUN ssh-add -l 2>&1 | tee -a /tmp/ssh-agent.out || true | |
| RUN cat /tmp/ssh-agent.out |
| SUBSYSTEMS=="input", ATTRS{name}=="Keychron K2", RUN+="/bin/sh -c 'echo 0 > /sys/module/hid_apple/parameters/fnmode'" |
Author: BipedalJoe, Year 18
Pseudonym Pairs is a dApp for global proof-of-personhood, through monthly pseudonym events that last 20 minutes, where every single person on Earth is randomly paired together with another person, 1-on-1, to verify that the other is a person, in a pseudo-anonymous context. The events provide NYM tokens, global personhood tokens, untraceable from month to month and disposable, a sort of “temporary access tokens” similar to festival bracelets. The proof-of-personhood is that you are with the same person for the whole event.
Within the 1-on-1 pairs, people can socialize as they want, and can be seen as being employed in government positions, expected to stay within the pair for the entire duration of the pseudonym event. The 1-on-1 pairs is the standard organization, requiring mutual verification. In the case of a problem, such as a bot attacke
| //eos3 | |
| wget https://origin.ostree.endlessm.com/keys/eos-flatpak-keyring.gpg | |
| flatpak remote-add --gpg-import=eos-flatpak-keyring.gpg eos-apps https://ostree.endlessm.com/ostree/eos-apps | |
| flatpak remote-add --gpg-import=eos-flatpak-keyring.gpg eos-sdk https://ostree.endlessm.com/ostree/eos-sdk | |
| flatpak install eos-apps com.google.Chrome | |
| git clone git@github.com:endlessm/eos-google-chrome-app.git | |
| cd eos-google-chrome-app | |
| chmod +x eos-google-chrome-app | |
| ./eos-google-chrome-app |