Ilia Choly

Results 234 comments of Ilia Choly

Duplicate https://github.com/serverless/serverless/issues/11400

@sanyatuning yeah, can you create a separate issue. Something like "Support GOPROXY env".

Serverless has tracing built-in now https://www.serverless.com/framework/docs/providers/aws/guide/functions/#aws-x-ray-tracing

Why is the `fs.WalkDirFunc` error parameter being ignored?

Ive needed this function for 2 out of the last 3 projects I've worked on. An iterator based approach would not have had any benefit in either of these use...

@avamsi that sounds more like a `Partition` function.

There's this pull request, but it doesn't implement decoding: https://github.com/kolo/xmlrpc/pull/75

@sapient-cogbag I've been using this to simulate misbehaving LSPs https://github.com/icholy/dummylsp . For your case, it sounds like you'll want to put a `time.Sleep` in the `Initialize` [method](https://github.com/icholy/dummylsp/blob/58237f3bb1f3964733891bb06cd5ddf3da51f0a0/main.go#L33). Here's a minimal...