Stefan Maric
Stefan Maric
Hi @pararang thanks for reporting. So the deal here is that there are actually no `go` binaries for M1 processors (`arm64`) before `1.16`. Now, I would expect it should be...
@juev it seems something went wrong with the build of that release: https://github.com/golang/go/issues/52317 I would suggest to wait a little bit until the golang team publishes the build. If you...
Hi @brendensoares good suggestion! PRs are welcomed.
Hi @avorima I was reviewing your PR, but I need to understand the use-case first. This would be to drop the `g` file somewhere in your path and have it...
Hi @damianoneill, Since `g` is intended for interactive user sessions where one would change go versions from time to time while working on different projects, I have to ask: in...
@damianoneill interesting use case. The thing is that `g-install` doesn't really check if the shell is login or non-login (it wouldn't actually know, since the recommended way to install it...
I might give it a look during the weekend. In the meantime, maybe you can patch the `.bash_profile` yourself after `g-install` has finished. ```shell source ~/.bashrc printf '\n%s %s %s...
> It seems unfortunate that @jaredpalmer has abandoned the project. Formik promised us "forms in React, without the tears", and yet, find us all here crying our hearts out awaiting...
Being forced to use ambient modules makes it cumbersome for projects having different pieces running in different contexts, that's it, stuff like the browser's Request object being polluted with CF-specific...
I'm upgrading `postcss-loader` to v4 inside a monorepo (with `pnpm`) and I'm having this issue, even tho a config path is specified (it was specified already before the upgrade). I...