mattinbits

Results 6 issues of mattinbits

I am having an issue running `alembic history`. Because I have migrations which rely on modules within my project, I get a `ModuleNotFoundError` when running `alembic history`. I can work...

migration environment
use case

I have a use case where I have two multi-select AGGrids on a page. When selecting different rows across the two grids, occasionally one grid will stop showing selected rows...

Investigation

Fix for https://github.com/joshkatz/needs/issues/6

Setting a custom CRAN mirror, for example using `.Rprofile`, doesn't appear to have an impact on `needs` as it does when calling `install.packages` directly. It appears to be hard coded...

As per the instructions at https://github.com/fsouza/go-dockerclient, this enables TLS support when the docker daemon is using secured TCP communication.

I am planning to run ShinyProxy behind a reverse proxy which authenticates the user and makes the user's ID and group information available in HTTP headers added to the request....

enhancement