Benjamin Boudreau

Results 22 issues of Benjamin Boudreau

If it's methods were on the prototype overriding it would be super easy. `class MyWorkbook extends Workboot {}`

The action requires a specific version of go to get `go-patch-cover` and run it. `go-patch-cover-action` might want to either fail with a more informative error message or fallback to installing...

dx

To enforce that the top X changed files have the most coverage.

For example: ``` (Δ +20%) (Δ -20%) ```

This feature would be about making coverage reporting beautiful and modern. Some thoughts: - Funny / Cute gamification elements - Animations - Ensuring proper formatting in github email notifications without...

### Describe the bug Using python's httpx library creating lots of traffic from multiple replica of the same docker compose service results in sporadic `'[Errno -5] No address associated with...

t/bug

We should align on https://devguide.python.org/versions/ for the different python version to consider supporting. We should run the acceptance tests in a matrix of supported versions: https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/running-variations-of-jobs-in-a-workflow

In https://github.com/tensorlakeai/indexify/pull/1050, we found a regression around API keys. If we had tests around authentication, this may have been prevented.

When deleting a graph and then recreating the same one, some executor state issue seems to create side effects that only go away when restarting the executor. The following example...