-
It is time we start compiling a list of alternatives to this project, from viable forks to... well, anything.
Let us use this thread as a repository of options.
-
Tridactyl version: 1.21.0
Firefox version: Mozilla Firefox 86.0
Operating system: linux
Tridactyl is among my top 5 favourite addons, but how can you live with it while browsing youtube?
With t…
-
**Is your feature request related to a problem? Please describe.**
Many highly regulated environments operate with minimal to completely disconnected infrastructure from the internet. Having the abil…
-
Checkout https://flet.dev/ and see if it can replace `kivy` framework. This can generate both desktop apps and web application.
-
This dependency pulls in `lxml`, which requires native C compilation at dependency-installation time.
This currently prevents the construction of pure-Python `recipe-scrapers` container images.
-
We have been using the regex for validating an input string.
This issue is opened to address Ed's concern over the usage of regex -
Std::regex is slow, takes a lot of memory, and complicates thin…
-
https://link.springer.com/chapter/10.1007/978-3-319-30840-1_16
Improving Fuzzing Using Software Complexity Metrics
"evaluated 25 metrics: Lines of code count (LOC), basic blocks count (BBLs), proc…
-
Hi @KittyGiraudel and @morkro,
First of all, thank you for creating this accessible dialog, carefully done and documented! Thank you a lot 🙌
I'm considering replacing a custom dialog/modal impl…
-
[RFC #0107](https://github.com/buildpacks/rfcs/blob/main/text/0107-pack-buildpack-new-alternatives.md) - `pack buildpack new` alternatives
Pack:
- [ ] https://github.com/buildpacks/pack/pull/1534
…
-
`db.query` is a bit difficult to support over a muxrpc stream, but it should be possible.
```js
ssb.db.query(
and( // this produces a function
type('post') // this produces an object
),…