Eugene

Results 6 issues of Eugene

Basically, the same as this [old issue](https://github.com/SherClockHolmes/webpush-go/issues/40). firefox and chrome works fine, but for edge, i get 406 error When I inspect the header for the error response, I see...

Wrong `Subscription.Keys.Auth` value does not return an error For example, if I were to append a random value to the Auth field as such, ``` sub := &webpush.Subscription{ Endpoint: endpoint,...

When using the `Listen()` method, I am getting this error: ## Client ``` gosf.RegisterMicroservice("utils", "127.0.0.1", 4000, false) _ = gosf.NewSuccessMessage("Echo this...") msUtils := gosf.GetMicroservice("utils") if msUtils == nil { panic("unable...

``` opts := &socketio_client.Options{ Transport: "websocket", } client, err := socketio_client.NewClient("https://cloud.tech", opts) if err != nil { log.Printf("NewClient error: %v\n", err) return } client.On("error", func() { log.Printf("on error\n") }) ```...

You wrote that ["Given how time-intensive and stressful software development interviews can be, it's a good idea to prepare mentally for the process"](https://interviewguide.dev/preparing-mentally#you-have-to-prepare-mentally), but did not explain how. E.g. how...