Carl Smedstad

Results 14 issues of Carl Smedstad

In the switch to paru the `run.sh` script stopped installing `checkdepends`, apparently this is not something that `paru -U --noconfirm` does. Added it back using the old method.

Firstly, thanks for a great library! When we implemented this in our code base one useful feature that came to mind was population of `default` values for missing keys /...

Hey, Many sites hosting git repositories have some kind of DOS protection that will reset the connection if to many request are sent in a short amount of time. This...

Hey, Do you have any ambitions to add a `setup.py` file and publish this on PyPI? It would make installing it a bit easier. I could submit a PR with...

Hey :wave: I'm in the process of packaging this for Arch Linux and I'm running in to the following issue: ```sh $ toutatis -u xxxxxxxxx -s xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Traceback (most recent...

Hey :wave: The current version (1.61) was released in July 2022 (https://github.com/megadose/holehe/commit/f7d151c49cafd958c3adb4d75aacca549315ce23). Would you mind releasing a new one? Also, a suggestion: it would be easier to package your projects...

Hey :wave: We get a crash when using reference-style links and referring to a link more than once, for example like this: ```markdown Lorem ipsum [my link][]. Lorem ipsum [my...

Hey :wave: I'm using bemenu as an application launcher and I can almost use it with only the mouse - I can scroll between items using scroll and select them...

The following schema becomes a bit hard to read due to so many intersected relations: ![schema er_diagram](https://user-images.githubusercontent.com/6952324/230533154-5ef07d88-76b4-4b4f-a135-7d3755d1f19d.png) It seems tbls is limited to putting tables on two "rows" while some...

enhancement

Took a stab at implementing what I suggested in #215. Implement the `--force` option that, if supplied, will make installer overwrite any already existing package files instead of failing. With...