Oliver Mannion
Oliver Mannion
Still an issue in 2.4.1. Will work-around by building a custom model, which will need to be manually kept in sync when I change the case classes it maps. But...
Add the following permissions to your job: ```yaml permissions: contents: write ```
@eblume pyright respects `__all__` and installing the commit you linked resolves the issue, eg: ``` pip install git+https://github.com/sdispater/pendulum.git@75a87a4e3cab45c5f9c38ca6060a54337dcadd09 ``` I think we just need a new release that contains this...
I'm still seeing this when my repo is symlinked, eg: ``` ❯ pwd /Users/tekumara/store ❯ readlink -f `pwd` /Users/tekumara/Library/CloudStorage/GoogleDrive/My Drive/store ``` Using scmpuff 0.5.0: ``` ❯ gs # On branch:...
This also manifests when using git reset, numeric shortcuts, and files within a symlinked parent directory, eg: ``` ❯ echo $(pwd) /home/compute/code/flyte-demo ❯ readlink -f $(pwd) /mnt/fsx/tekumara/code/flyte-demo ❯ gs #...
GitHub actions now offers free m1 runners https://github.blog/changelog/2024-01-30-github-actions-introducing-the-new-m1-macos-runner-available-to-open-source/
On macOS, 99designs/keyring uses CGO (via https://github.com/99designs/go-keychain) to access the keychain while zalando/go-keyring shells out to the `security` command. The disadvantage of zalando/go-keyring's approach are: 1. When prompting for a...
FYI m1 arm runners are now available https://github.blog/2023-10-02-introducing-the-new-apple-silicon-powered-m1-macos-larger-runner-for-github-actions/
One gotcha I've just discovered is that the m1 runners are `large` and not standard sized runners, and so aren't free for open-source projects, and require [a billing plan](https://docs.github.com/en/billing/managing-billing-for-github-actions/about-billing-for-github-actions#per-minute-rates): >...