Carlos Rueda

Results 48 comments of Carlos Rueda

Hi @Wumpf - any updates on this? I'm in the process of upgrading an application from using Rerun 0.16.1 to the latest (at this point, 0.22.1). This is advancing well,...

Ah, seems like the default logging level is now less than INFO, so it should be an easy fix on my side to keep the workaround functional: just define the...

I've removed the workaround and now pre-determine the socket port before calling `serve_web`. Closing this out to help tidy up the tracker.

Hi! Unfortunately, the project related with this is not open source (otherwise I would point you to it), but, basically: I created a task `createDistribution` dependent on `pack`: ```sbt val...

@bonede – Thanks for the nice library! @jbellis - Thanks for the comment and reference. @Stefman87 – I was just facing the very same issue but then figured out a...

Seems like same behavior for: ```ts type Foo = { lat?: number, } ``` Also just had a quick look at https://github.com/tree-sitter/tree-sitter-typescript/blob/master/test/corpus/types.txt, where similar cases are tested, eg: ```ts type...

Good catch, I missed to note that, and below's the whole set of indexes ```json "indexes": { "eventIndex_Date": "DEFINE INDEX eventIndex_Date ON event FIELDS date", "eventIndex_VehicleDate": "DEFINE INDEX eventIndex_VehicleDate ON...