Jeronim Morina
Jeronim Morina
Especially the makefile is useful! Thx @tduberne Is numpy still not compiling under 3.7?
Would love to see the per user installation of PT ❤
I had the same idea, but stumbled upon another issue on my way. The `terraform login` command will save the credentials in another place than the extension is expecting on...
> Yeah, `pyright` has been a big source of pain for us in the Zed-Python intersection. I think we should def swap out to something better. I've not heard of...
Same here, we use a proxy for some domains and enable S3 access directly via no_proxy and a service endpoint mounted in that vpc `no_proxy=localhost,...,.s3.eu-central-1.amazonaws.com` Using the `aws` cli too,...
Should we also adapt the [base kamal deploy config](https://github.com/basecamp/kamal/blob/main/lib/kamal/cli/templates/deploy.yml) to reflect [the new default config](https://github.com/rails/rails/blob/main/railties/lib/rails/generators/rails/app/templates/config/deploy.yml.tt)? The diff ``` diff --git a/config/deploy.yml b/config/deploy.yml index de5a4d4..2602c66 100644 --- a/config/deploy.yml +++ b/config/deploy.yml @@...
Leaving the versions as-is, will result in an error, due to incompatible versions. `ERROR: allennlp 0.8.5 has requirement pytorch-transformers==1.1.0, but you'll have pytorch-transformers 1.2.0 which is incompatible.`
This issue could be closed now 🤗
You can still reference hidden files e.g. `@.github/workflows/ci.yml` - but only by typing them out 😅