Felipe Vieira
Felipe Vieira
**Describe the bug** The `erlang_ls.config` file should expand environment variables. **To Reproduce** ``` # https://erlang-ls.github.io/configuration/ include_dirs: - "$HOME/bin/erlang/" ``` Does not work. But: ``` include_dirs: - "/home/myuser/bin/erlang/" ``` Does. **Expected...
I can't turn them off, even with: ``` instrumentator.add(lambda info: None) ``` In order to try to prevent: ``` if len(self.instrumentations) == 0: self.instrumentations.append(metrics.default()) ``` It feels like too much...
Does this send user content to github? It is not clear if this keeps the readme being rendered as being private or not.
Dear all, after struggling with the installation of basemap I decided to post here. I have tried a couple of different 'hacks' found in google but none worked. Full error:...
**Describe the bug** `odbc` does not play nice with `binary` blobs. **To Reproduce** 1. Create a table in `sqlite`: ``` CREATE TABLE blob_data( md5sum text NOT NULL, chunk_number int NOT...
Is there a way to use transactions and get results out of it? ``` esqlite3:q( , [], Db) ``` Returns `[]`. I would like to get the `[1,1,1]`.
alembic autogeneration "false-positively" detects change to comments from the empty string to None
**Describe the bug** Setting column comment to `""` causes `autogenerate` to create changes even though no changes were made. **Expected behavior** I expected `Column("mycol", sa.types.String(), comment="")` to be treated as...
I had the following on my makefile: ``` echo 'abc' | sudo tee /usr/share/xyz/config.conf ``` But then the new file creation was not detected. However changing it to: ``` echo...
I'm trying to use this software with an ABNT2 keyboard layout. The software does not take my keyboard layout into account, just the plain EN-US layout. It looks like this...
Olá, primeiramente obrigado por disponibilizar esta API. Uma sugestão: adicionar um `.name` para a série baixada, por exemplo: ``` from bcb import sgs xx = sgs.get(1) xx.iloc[:, 0].name # '1'...