Eduardo Robles
Eduardo Robles
My intention, to make PRs less verbose, is to get a benchmark-action comment *only* if there's an alert. That's why I have `comment-always: false` and `comment-on-alert: true` with `alert-threshold: 150%`....
This PR is an initial proof of concept to add support for an alternative sqlite backend using [sql.js](https://github.com/sql-js/sql.js) and [sql.js-httpvfs](https://github.com/phiresky/sql.js-httpvfs). This way the search doesn't download the whole search index,...
Is there a way to generate the `docker-compose.yml` file intead of directly running `docker-compose`? I love using nix for everything I can, but I also want to, for example, be...
This might sound like an obvious question and maybe I'm wrong and this is supported or I didn't read the documentation correctly. But I think it would be great if...
When adding a inside a Divi Text block it shows correctly inside the Visual editor, but in the page it only shows something like [crayon-57a38ad658297903433069/]
**What would you like to be added or enhanced** Database names could be able to contain basic ASCII characters like underscore `_` - perhaps also some other chars to be...
**Describe the bug** When applying the [best practices](https://rusty-celery.github.io/best-practices/index.html#acks-early-vs-acks-late) regarding idempotent tasks by using `acks_late=true`, if a tasks fails out then using the recommended & default rabbitmq configuration, the channel is...
It would be great to provide an example of how to create idiomatic benchmarks (with criterion-rs or some other form) for a service/server like mini-redis - I've found very little...
you should use a constant time comparison if you don't want to be vulnerable to side channel timing attacks.
Is there any way to only execute a single ui test?