Martin Rauscher

Results 56 issues of Martin Rauscher

There are several exercises of the style ``` if you_did_it_right { print("great"); } else { print("try again"); } ``` Why aren't these exercises done as tests?

C-question
A-exercises

While looking through the code I noticed this: https://github.com/cenkalti/backoff/blob/a78d3804c2c84f0a3178648138442c9b07665bda/retry.go#L99-L102 Go doesn't support (yet) the `Is(err)` function for use in `errors.Is()`, and if it did then this implementation is fast but...

When using SSH Tunneling you actually do a connection to localhost:9080 (btw, why is this not configurable?), what means that the SSL certificate that a server presents will definitely be...

Absolutely nothing works in IntelliJ while I wait e.g. for a connection timeout

At the moment the only way to reload a file seems to be to re-open it again. I'm working in WSL2 and editing my files there with VS code, but...

As the current hook signature is `func beforeHook(ctx context.Context, resource string, operationName string) error` (and after hook even slimmer), it is only possible to _read_ but not possible to write...

breaking
waiting

### What do you want to change? Free unicorns! And... Currently, when I use a bunch of query methods (like `q.SelectUnicorns()`) and then just do the usual `if err!=nil {...

enhancement
:wrench: golang

I'm using Task and hit this issue and was directed here: https://github.com/go-task/task/issues/392#issuecomment-1141300882 I want my script to fail on pipe errors. `cmd1` works/fails as expected, but `cmd2` never fails: ```yaml...

The point -122.36960897d, 47.66245331d is wrongly detected as NOT being in the below given polygon. It seems to be (again) some rounding issue, as simply rounding all values to e.g....