Matt Ketmo
Matt Ketmo
Hello, Did someone noticed slow or laggy move + resize only on specific apps? I'm running on M1 max and it always ran smoothly since I installed it 5 months...
You can already add a seed phrase key via the CLI, but in 2 commands: ```bash # First generate the key near generate-key --seedPhrase 'your seed phrase ... 12 words'...
yes my bad, I confused add-key & generate-key when talking about "overwrites". A few things about your code: - Setting `access-key` `required` to `false` changes the behavior of the command....
plus, allow using a custom header (eg. `X-Authorization`)
Example of color code: | Status | Color | | --- | --- | | Not translated | Red | | Machine Translation | Purple (?) | | Human suggestion...
I just pushed branch `fix-assets-build` according to your remark. Can you confirm this is ok?
Hello, is this issue fixed? I read on release 1.4 that "Turborepo will now automatically infer and include public environment variables". https://turborepo.org/blog/turbo-1-4-0#automatic-environment-variable-inclusion However when testing looks like it still fail....
for now I still set my `NEXT_PUBLIC_` env vars in `turbo.json`
@julienschmidt any chance to have a new tagged release for all commits since 2019?
There is a typo in your snippet, I think you forgot the call to the `path()` method. Plus, I would rather use `app.request.query.all` instead of `app.request.attributes.all`: ``` {# Language switcher...