Alan Silva
Alan Silva
I'm wondering why, after `pip install bash-kernel`, one still need to do: ``` python -m bash_kernel.install ``` I've found the hard way that `bash-kernel` won't work with python venv if...
I have workflow that tests my application from python 3.6 to 3.10. After I added `abatilo/actions-poetry` it's now failing for `3.10`: ``` 2021-12-25T11:01:46.9378939Z ##[group]Run poetry add openbabel-wheel 2021-12-25T11:01:46.9379598Z [36;1mpoetry add...
Sorry but this is not the behaviour I'd expect if I run `docker-compose-wait` with NO docker service up, it shouldn't return: ``` All processes up and running ``` or am...
### Are you certain it's a bug? - [X] Yes, it looks like a bug ### Is the issue caused by a plugin? - [X] It is not a plugin...
My project is set as `yarn zero install` so I thought this plugin was about it. I did the steps in [README](https://github.com/serverless/serverless-plugin-typescript): ``` yarn add --dev serverless-plugin-typescript typescript # Add...
Why not an option to sort by date (and name) the files in a bucket? It goes the length to tell me how old the file is while sorting by...
## Summary Conda `meta.yaml` has some elements of `jinja` so this mix play havoc with yaml or jinja validation tools. ## Relevant information For example: ```yaml {% set data =...
## Environment I'm testing in both my Mac and [Gitpod](https://www.gitpod.io) I need to build a docker image with `netlify`. ### What's working So far, the only `Dockerfile` configuration I got...
### Bug description When starting a `gitpod` workspace, the project is checked out and the folder permissions are: ``` drwxr-x--- ``` However, when starting a docker postgres container for the...
We started with issue #154 and thought that would have addressed our issues but, alas, setting a index in AWS S3 does not solve the problem. ```python import os import...