Stu Hood

Results 266 comments of Stu Hood
trafficstars

The potential API changes here to `await` acquiring resources relate to #11329.

I think that this could be accomplished by treating use of the `Workspace`/etc as critical sections, and applying some constraints: 1. until/unless a `@goal_rule` enters one of these critical sections,...

I thought that #9462 would not require us to change the public API of `@side_effecting` types, and it mostly doesn't... except that `InteractiveProcess` needs to actually become async in order...

#13178 added this as `await Effect(InteractiveProcessResult, InteractiveProcess(..))`. The difference between a "side" effect and an effect is nebulous here, since in `@goal_rule`s the `Effect`s are the whole point. Thanks for...

> I'm thinking if I have lint/check and test, I don't think it's worthwhile to run tests on bad code. But then again maybe it's harmless 🤔 Racing `check` against...

The need for lockfile updates as covered above makes sense. But as to this point: > The fact that generate-lockfiles might update existing entries in-place also prevents us from adding...

@jippi : I'm able to reproduce this, and I agree that the issue appears to be that neither stemming nor normalization/casing of tokens has been applied when using the `paradedb.phrase`...

@thebabush : I believe that the problem you are describing is most likely #2416, although the title does not currently match: we're still hoping to be able to get to...

Sorry for the trouble! A minor correction here: this lookup is not cached in the persistent cache: only in memory in `pantsd`. The reason that `--no-local-cache` helps things is that...

Encountered this one today... pretty awkward.