Amit Singh
Amit Singh
Sorry, if I misunderstood your question, why can we not extract the `queryId`? `/ui/query.html?20200416_160256_03078_6b4yt` satisfies the query Id pattern and should be extractable. https://github.com/lyft/presto-gateway/blob/39d7d5f3194265c688d4d5f01db1d64143fe284a/gateway-ha/src/main/java/com/lyft/data/gateway/ha/handler/QueryIdCachingProxyHandler.java#L42 This is used when a Trino...
Yes, that seems to be a bug.
@matthewwardrop Are you planning to work on this soon?
I am also trying to debug this issue on my end. **My observations:** 1. The order is present in `self._sb_order_tracker.in_flight_cancels` but not present in `self._market_info.market.in_flight_orders` (shown by @cardosofede in the...
> The class hierarchy for this whole application has been very confusing for me due. I created this so that I don't have to keep looking for the references over...
> @amitds1997 : Yes, I agree on the process for the actual cancellation of the order. For the strategy's order tracker though, I think something has to call stop_tracking_limit_order for...
> To make the environment variable work in IntelliJ, enable sbt shell for project reload. > > Build Tools > sbt > sbt projects > > > > This worked...
Created this because of [this comment](https://github.com/neovim/neovim/issues/21635#issuecomment-1674698983) from @justinmk. The scope of that issue seemed to be to just set up remote connections through a single command. This issue is to...
> Maybe mosh is also relevant, though I don't think it can work with neovim out of the box. Mosh will definitely help us perform better on slow networks but...
I have been leveraging Neovim to work on Dev containers and this would make my life way better so I am willing to put a bit of effort into making...