Joachim Schiele

Results 68 comments of Joachim Schiele

For the issue I mentioned, it might also be an issue with the rsa 4096 bits vs. rsa 2048bits key size. * In my first attempt i let gopass create...

@decentral1se did you get something working? If so, could you plase paste it here?

I got this here working: ``` import ( "fmt" "github.com/compose-spec/compose-go/loader" "log" ) import "github.com/compose-spec/compose-go/types" func main() { file := "docker-compose.yaml" var configFiles []types.ConfigFile = []types.ConfigFile{{Filename: file}} var configDetails types.ConfigDetails =...

In pankat I use these libraries: "github.com/gocraft/web" "golang.org/x/net/websocket" "net/http" * Main: https://github.com/nixcloud/pankat/blob/future/cmd/pankat-server/main.go * Websocket implementation: https://github.com/nixcloud/pankat/tree/future/cmd/pankat-server/ws Maybe I should have tried a more recent implementation. For me it works right...

https://github.com/gorilla development has stalled also.

https://github.com/gobwas/ws maybe I'll give this a try this week.

@computeralex92 maybe one of these two things helps you: in your docker-compose.yaml you need to add this to each service: ``` postgresql: image: postgres:13-alpine restart: on-failure expose: - "5432" networks:...

@LennardF1989 I love your proposal. Just lost all my edits in the pattern editor because of a crash due to a bug in the pattern. Then I reloaded the program...