Rasmus Kockum

Results 8 issues of Rasmus Kockum

Hi, I encountered the following error in my application: `panic: runtime error: invalid memory address or nil pointer dereference[signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x7d96d0]goroutine 59856 [running]:github.com/gorilla/websocket.(*Conn).SetPongHandler(0x0, 0xc003712960) /go/pkg/mod/github.com/gorilla/[email protected]/conn.go:1160 +0x20github.com/recws-org/recws.(*RecConn).keepAlive(0x1399a00)...

**What is the problem this feature would solve? Please describe.** I have an App which consists of a static site, a backend api & a database. Whenever I create a...

suggestion

# Bug Report I am getting unexpected changes after creating `digitalocean_app`. This is my tf config: ```terraform resource "digitalocean_app" "project" { for_each = var.environments spec { name = "project-${each.key}" region...

bug

### Expected behavior I would expect `valueMax` to have a value less than `valueSum`. ### Actual behavior `valueMax` is greater than `valueSum`. ### To Reproduce This is my method that...

Needs: Attention :wave:
Status: In PR

Hey! I was planning to dockerize a Squad server myself when I stumbled over this, very nice. However when I am starting the server I get a lot of these...

bug

Hi! I am using: - Spring Boot 3.2.4 - Java 21 - springdoc-openapi-starter-webmvc-ui 2.5.0 When implementing a custom `ModelResolver` and `TypeNameResolver` the behaviour of entities wrapped in a `ResponseEntity` changes....

The same way as MongoDB is handled today. Fixes #1165.

# Bug Report ## Describe the bug When creating a digitalocean_database_cluster resource, the [password attribute](https://registry.terraform.io/providers/digitalocean/digitalocean/latest/docs/resources/database_cluster#password) for the admin user (doadmin) is always returned as empty. ### Affected Resource(s) - digitalocean_database_cluster...

bug