Philippe Rivière

Results 1049 comments of Philippe Rivière

Sorry I don't have much bandwidth for now. The concept sounds interesting, and it would be nice to have richer motivating examples. Note: I couldn't help but notice that the...

Sounds good. I'll work on a unit test.

I've added a unit test, however it reveals some other issues. I'll comment inline.

I suppose you mean ```diff - SELECT * FROM range(1, ?::int) t(id) WHERE id = IN(SELECT unnest(?)) + SELECT * FROM range(1, ?::int) t(id) WHERE id = ANY(SELECT unnest(?)) ```

I'm seeing the same issues that @curran mentioned earlier, where the gesture has accumulated an idea of a movement, even when the user has stopped moving. See this capture: https://github.com/user-attachments/assets/b0780a86-2a53-47e8-9e67-519a5da0f7f5

updated the description 👍

@fkauker-fsq exact same error

I wonder if we could/should provide a post-commit or post-push hook that would remind the user that their push is going to trigger a build (and where to see the...

It should be possible to simplify a little: ``` Plot.plot({ y: { percent: true }, marks: [ Plot.ruleY([0]), Plot.line( caseLength, Plot.normalizeY( (arr) => arr.length, Plot.mapY("cumsum", { sort: "case_length", reverse: true,...

Thanks for reporting. Confirming that I see the same error.