Antoine Sachet
Antoine Sachet
Word embeddings contain bias. Ethics in general is an active area of research and is worth mentioning. One of the seminal papers: * Man is to Computer Programmer as Woman...
The `{golem}` package is rather beefy, so I'd rather avoid having it as a dependency. For a number of reasons: it makes the docker image bigger, it make the build...
I am running a plumber API in production and I am observing a slow increase of memory usage over time, about 2MB/day. The API is running in a container on...
I just added a `default` argument to `add_arg`. Currently, this argument is the third (after `ahead`). I would prefer to put it in the second spot so you could do...
R `dock$ARG("GITHUB_PAT")` Dockerfile `ARG GITHUB_PAT` R `dock$ARG("GITHUB_PAT", default = "")` Dockerfile `ARG GITHUB_PAT=""`
Binding for IP stack (https://ipstack.com/) would be great. They provide a great free tier suitable for commercial use (which is quite rare). Here is the documentation https://ipstack.com/documentation
`Hmisc` is a very large package with a lot of dependencies. This makes it quite a pain to install in certain environment e.g. in a docker container, especially when it...
At the moment, terminal codes are filtered out by _strip_terminal_codes in outputmon.py. It would be great if there was a setting to turn that off. With the right syntax selected,...