Alexander Tkachev

Results 51 comments of Alexander Tkachev

Once I created a new site via a globally installed netlify-cli. `~/.netlify/state.json` was generated silently; I was not aware of that. Later, I found that one of my tests was...

This feature would save a lot of headache 💚 The latest 0.14 release changes the lock file on some machines. Older versions change it back 🙈

Tip for those who use Devbox with direnv: add `DEVBOX_USE_VERSION=x.x.x` to your `.envrc`

I met the `Missing libraries` error in the Github CI. I was adding `devbox` to the existing setup. Playwright was installed via `pnpm`. For me the solution was `PLAYWRIGHT_SKIP_VALIDATE_HOST_REQUIREMENTS=true`. Playwright...

Also, it was a surprise that `nodePackages.pnpm` came with its own Node.js. I was expecting it to use `nodejs` I defined in packages. Are there any docs about this?

For me, the text that I have found in the code would work better, maybe a little rephrased: > You can install Yarn or Pnpm by adding them to the...

The test failures seem to be unrelated.

Adding `direnv-action` is just this: ```yaml - name: Load devbox via direnv uses: HatsuneMiku3939/direnv-action@v1 ```

@Lagoja > 1. Have you used this on your Devbox setups in CI? Yes. Currently it's in a PR https://github.com/AmazeeLabs/silverback-template/pull/338 but looks quite promising. Everything works as expected. > 2....

Maintainers do not seem inclined to add support for nested ignore-files. See https://github.com/prettier/prettier/issues/4081 But there is a workaround: https://www.npmjs.com/package/prettierignore-monorepo