Nico Braun

Results 33 issues of Nico Braun

Hi, I am trying to understand how to configure this properly. I was combining this with stdlib before, but I have switched my config now according to the example about...

The version is: `SQLBoiler v4.11.0` and I am using the sqlite3 driver. I have this handler, and I can't get it working. I have tried all variations of columns like...

Hi, I noticed that this package implements a Decode function that decodes from `[]byte` I think it would be good if there was a function like in the std `encoding`...

enhancement
v2
syntax/json
syntax/native

**Describe the bug** I have used a function in the template that didn't exist in the funcmap (the env function). The container would run without complaint, but when actually trying...

bug

Hi, I noticed an 500 error after the auth flow. After some troubleshooting I found out that this happens with 7.3 but not with 7.2.1. Image deployed: `quay.io/oauth2-proxy/oauth2-proxy:v7.3.0` I am...

question

Hi, I am using directories to set categories on the posts' implicitly. I have enabled feeds for those categories, but when I check the xml file it's empty. I am...

stale

Hi, I found this project, and it looks interesting. I have no clue how to use it, though. It would be nice to have some content in the readme or...

Hi, I would like to use go install, but it didn't work. ```bash $ go install github.com/rubenv/sql-migrate go install: version is required when current directory is not in a module...

Hi, I noticed that the addresses of the nodes are saved in a file. I am experimenting with container deployments and those usually don't come with fixed repeatable IPs. For...

Feature

Hi, I noticed different types of errors when using the returning clause. Sometimes I see this: ``` server: src/vfs.c:1701: vfsFileShmLock: Assertion `wal->n_tx == 0' failed ``` And sometimes this: ```...

Feature