Sven Kirmess

Results 14 issues of Sven Kirmess

Fixes [#15551](https://www.illumos.org/issues/15551)

This would be useful if you shut an old system down and power it up after 6 month to check something you forgot to migrate to your new system. You...

feature
analysis

You might want to keep two kind of snapshots with different expiration rules. E.g.: - `backup_` snapshots where you keep the `last_n` - `zrepl_` snapshots which you expire with a...

feature
good first issue

The `prefix` option of the `snapshot` task should allow an empty string. This would allow us to create snapshots like `2006-01-02-150405Z`. With `prefix: ""` you get the following message on...

feature
good first issue

The `last_n` prune rule keeps everything, regardless of if it matches the `regex` or not, if there are less than `count` snapshot. The expectation would be to never keep non-`regex`...

bug

Checking out a tag with Git::Wrapper in a Github workflow with Strawberry Perl under Windows hangs forever. The same code works without an issue under Linux. I've created a small...

Sometimes I save all my open tabs. Currently I use the [Copy All Tab Urls](https://addons.mozilla.org/en-US/firefox/addon/copy-all-tab-urls-we/) Firefox add-on and save all the URLs in a text file. I would like to...

enhancement

The npm CLI reports ``` $ hoarder --version 0.0.0 ``` but installed version is 0.13.2: ``` $ more package.json { "dependencies": { "@hoarderapp/cli": "^0.13.2" } } ```

bug

Trying to add a bookmark, which already exists, from the web page shows this error message: ![image](https://github.com/hoarder-app/hoarder/assets/8441536/bc4dd16f-2b71-4b01-ba69-15bc8ed0c981) The server log shows: ``` web-1 | s [TRPCError]: Bookmark e8kgxwkflas1hw75h92v7303 is already...

bug

I'm using hoarder 0.14.0. When I paste the following text in the "New Item" box it gets added as text. ``` http://example.com/ about:newtab http://example.net/ ``` but when I want to...