Julien Perrochet

Results 13 comments of Julien Perrochet

Just to chime in on this issue, I have a problem that might be related (although I'm on OS X): * I'm trying to generate mocks for the current project...

As an FYI: the workardoung still works like a charm. Just create the file from the gist (under the correct package) and this will get you going: ``` val restClient...

@DanielaSfregola would you be Ok if we did the same hack with the streaming client? (From a cursory glance changing the visibility of a constructor, as @rtyley did in https://github.com/DanielaSfregola/twitter4s/pull/239,...

That makes sense. Might find the time to do a proposal in a PR :)

Our current version for x/net is 0.21.0, which does not seem to have any CVE warnings. We can thus close this PR. ### Some observations regarding updates on transitive dependencies:...

While we may not be able to do the removal within an existing query, we might be able able to surface the fact that the subscription attached to an OIR...

Thank you for the details, @callumdmay. Regarding the request and response you provided, they don't seem to contain the payload that was sent and received from the DSS, but instead...

Given that the nested loops seem to be used only for the `&` operator, we might be able to work around this problem by using some form of subquery? For...

> @Shastick keep an eye out for #1070 as you do your experiment, as we still need to ensure we use the inverted index, otherwise we'll end up doing a...

Notes regarding early locking with `SELECT FOR UPDATE`: ### Early ISA subscription locking Interactions with NetRID's ISAs might benefit from having a method like SCD's [LockSubscriptionsOnCells](https://github.com/interuss/dss/blob/9147b9b348b3e7236e01c7b0f15254721e447642/pkg/scd/repos/repos.go#L56) for RID subscriptions. Ie,...