Milan Patel

Results 7 comments of Milan Patel

@emmercm we ended up forking the helm chart for temporal to fix the various bugs in it. For this one, I did end up changing the hard coded port to...

@emmercm after reading #333 , noticed you're trying to run 2 unique temporal clusters. you cannot do this without isolating them, the services use a gossip protocol where they broadcast...

No problem, some suggestions would be to have the user pass in a tools directory for where all the tools are installed as a command line argument. The other option...

@snayfach I wanted to share the solution I implemented in case it would be useful for you (works only for species pipeline but should be able to generalize for other...

Sorry to keep adding, one more thing I had to do was change the way you call stream-seqs: If for example someone is using a python version that is not...

I think the [zed docs](https://zed.dev/docs/languages/typescript#large-projects) are wrong, or rather show settings that don't work. when i switch from: ```json { "lsp": { "vtsls": { "settings": { // For TypeScript: "typescript":...

> I think the [zed docs](https://zed.dev/docs/languages/typescript#large-projects) are wrong, or rather show settings that don't work. > > when i switch from: > > { > "lsp": { > "vtsls": {...