-
### :zap: Summary
The hardware platform suffix for Linux builds is now `amd64` or `arm64`. Change this for more reliable automation in provisioning.
### Value
Make container builds work w…
-
**Describe the bug**
Calling `just` through shim creates an exploded PATH just the same as if `mise` was activated. So instead `shims` I see all the binaries with all the versions on the PATH.
**T…
-
Bun
Nextjs(T3Stack)
NextAuth
Auth0
Vercel
Biome
MantineUI
trpc
PlanetScale(MySQL)
Prisma
lefthook
Docker(DB)
GithubActions
-
**Is your feature request related to a problem? Please describe.**
I like using `cog verify` as part of a `commit-msg` hook. Also like creating fixup commits (in IDEA, if that matters) which end up…
-
### What version of Bun is running?
1.1.26+0a37423ba
### What platform is your computer?
Linux 5.15.153.1-microsoft-standard-WSL2 x86_64 x86_64
### What steps can reproduce the bug?
Run `bun outd…
bjon updated
2 months ago
-
### :wrench: Summary
I am trying to push to my repository from MacOS. Whenever I do I get the same ssh error
git push -f
The Results are all the same, I keep getting this error:
client_loop:…
-
### Bug Description
I have a small pet project [here](https://github.com/svitovyda/udemy-react-swapi/tree/master)
There I have a pretty standard `webpack` configuration
When I run `depcheck`, I…
-
```yml
post-checkout:
commands:
update-submodules:
run: printf '%s\n' {all_files}
```
I expected the submodules we're using to appear in the `{all_files}` but it wasn't the case. I…
-
### :zap: Summary
```yml
base_branch: develop
pre-push:
commands:
lint:
run: yarn lint {push_files}
```
### Value
1. Default branch is develop
2. You create a new branch fr…
-
I use a Node project that builds native modules in a certain way, and so I need to copy the dependencies like npm.
Could you add an option for this? I don't want to switch to npm just for one packa…