Jacob Magnusson

Results 45 issues of Jacob Magnusson

Currently time fields seem bound to the `time` library. Working with time zones with `time` is a PITA so I was saddened to see that cornucopia does not support chrono....

feature
dependencies

The main use case is to support PostgreSQL extensions, in my case [TimescaleDB](https://hub.docker.com/r/timescale/timescaledb). This PR also includes improvements to the container healthcheck and supports changing port and container name. This...

Just throwing this one out there 😊

I don't use a password for my local postgresql database so I didn't specify the `password` property for my connection. This worked so so.. This is what the console gives...

### Describe the issue you are experiencing When using external network access with a TLS certificate provided by the Let's Encrypt add-on, renewed certificate doesn't get applied until after reboot....

Hi, First of all - thanks for this awesome project! I'm trying to do a pyoxidizer build with an Alpine container image ([based on this Dockerfile](https://github.com/jacobsvante/pyoxidizer-docker/blob/main/Dockerfile) with RUST_IMAGE=rust:1.58.1-alpine3.15). But as...

bug

This is made possible through some `gulp` tasks, which also: - Includes a source map for minified code - Ensures that code adheres to coding standard, using `eslint` - Version...

Sometimes the error message will not be readable because the text isn't adjusted to the available space. An example taken from issue #5: ![zk6ewnt](https://cloud.githubusercontent.com/assets/190835/6727594/64855cd2-ce23-11e4-8b7e-41c9a7a30b1b.png)

It would be nice to have an option not to have the isort plugin change the code but just output what needs to be fixed. Less destructive. If #20 were...