Eli Ribble

Results 30 issues of Eli Ribble

This supports multiple authors, and avoids using the now-deprecated [Author] block in Hugo.toml Fixes Issue #382

The code in the authorbox assumes that "Author" data comes from the hugo.toml configuration. When I add that configuration to Hugo I get the following warning: ``` WARN The author...

Addresses #71 . Without this we get the default behavior that is compiled in to Authentik. Authentik generally expects to run inside a container and therefore defaults to binding all...

Thanks for this module - it's vastly superior on NixOS to running OCI containers. One thing I noticed after starting the service is that a large number of ports were...

I set up plandex on a NixOS server using docker compose. I added an openrouter API key, but hadn't yet purchased any credits. Got this in the docker-compose log: ```...

## Prerequisites - [x] I checked the [documentation](https://github.com/Mijick/Camera/wiki) and found no answer - [x] I checked to make sure that this issue has not already been filed ## Expected Behavior...

bug

I just [spend some time figuring out](https://github.com/JeremyEspresso/swift-h3/issues/1) how H3 expects latitude and longitude to be expressed in degrees vs radians. I wasn't able to find any mention [the org marketing...

Seems like `maps.params` is something that [has been referenced in previous issues](https://github.com/go-spatial/tegola/issues/911) but is not currently documented anywhere in the documentation on in the examples.

See [postgis.go](https://github.com/go-spatial/tegola/blob/master/provider/postgis/postgis.go#L234) where a new error state is created if the connection URI does not include a user. A user isn't required [in libpq connection URIs](https://www.postgresql.org/docs/current/libpq-connect.html#LIBPQ-CONNSTRING-URIS). This makes sense if...

I was looking at [documentation for adding new language support](https://capnproto.org/otherlang.html). It still links to Google Groups under "[let us know](https://groups.google.com/group/capnproto)!". That should probably be updated to link to github discussions.