Eric Lindvall

Results 125 comments of Eric Lindvall
trafficstars

Updated `main.go`: ``` package main import ( "context" "log" "time" "net/http" _ "net/http/pprof" "tailscale.com/tsnet" ) func main() { server := new(tsnet.Server) server.Start() lc, err := server.LocalClient() if err != nil...

Use case: I have created an `internal: Run shell path` action that has a `Target Variable (stdout)` set. The command that is run outputs JSON which I would like to...

I would really like to see the `Resque::Job` passed to the hooks as well. I would like to improve the resque-lock plugin to store the worker ID as part of...

Fixed the issue with the tests not passing.

For us, not blocking the writer was our primary objective. Because of that, we ended up implementing a much simpler (and less efficient) buffering mechanism that would provide strategies to...

Oh sorry. Looks like we’re on v1.7.7

I'm also not seeing my code being marked as in-app using `-trimpath`. Is there a solution to this?

Here is an example exception: https://fancy-bits-llc.sentry.io/issues/3485598464/ What does the recover handler look like in your example?

Ah, you are correct. Here is one from the 0.25.0 SDK: https://fancy-bits-llc.sentry.io/issues/4575378790/