Steven L

Results 47 issues of Steven L

Maybe I'm misusing it? My code looks like this: ```go func main() { wrap := flag.Bool("panicwrap", true, "if true (the default), launch with panicwrap. When debugging, you probably want to...

Possibly this is a vagrant / virtualbox problem, but at the moment I'm completely unaware of how to fix :( Basically, this happens on OSX normally (no vagrant box running):...

**The request** As much as I like having the device preview on-screen for learning characters as a beginner (CC1), it quickly becomes a crutch rather than a learning tool. Sorta...

enhancement

Ran into some issues building a dashboard with these, as "worker_domain_name" does not automatically relate to "domain-name", and addressing that is... sadly difficult in our monitoring systems. Regardless, I think...

`admin kafka rereplicate` is hitting nil panics on some workflows, and this appears to be the source: a nil mutablestate builder. I've added it here and am running tests and...

unfortunately much more work than expected, due to how intertwined some of this is. fully separating out frontend limits would probably simplify things, but there's more work to do to...

I've been reading the new buffer-pool-related code due to recent OOM problems with other libraries misusing `sync.Pool`, and the varying behavior between `Buffer` and `SliceBuffer` had me confused for quite...

Greetings! We recently had some problematic code custom-generated, and noticed that generated files are always ignored by this. As largely just a proof-of-concept to kick off discussion, I hacked up...

In a nutshell: this test passes, despite the expectations being incorrect: https://go.dev/play/p/2r54p3TxXqr ```go package durable import ( "testing" "github.com/stretchr/testify/mock" ) type mymock struct { mock.Mock } func (m *mymock) Run()...

bug
pkg-mock

### What is the URL of the page you'd like to see improved? multiple ### What is the title of the relevant section? multiple ### What is the suggested edit?...

touches: docs