ssen.dev

Results 20 issues of ssen.dev

implements #14 The implementation is fairly rudimentary and doesn't allow to change depth, aggregate or other options.

It would be useful if it was possible to save a log with current disk usage to later come back and run a diff against the log instead of another...

Implementation copied from https://github.com/OctoPrint/OctoPrint/blob/f67c15a9a47794a68be9aed4f2d5a12a87e70179/src/octoprint/static/js/app/viewmodels/timelapse.js#L308-L318 https://github.com/OctoPrint/OctoPrint/blob/f67c15a9a47794a68be9aed4f2d5a12a87e70179/src/octoprint/templates/dialogs/timelapse.jinja2 There were some access checks in the original file browser which the download in Octolapse didn't have so i didn't add one to the preview...

**Existing Functionality** I want to ship a single file without a templates directory. One way it is possible now is to use a managed state Tera instance but this requires...

suggestion

## Expected Behavior svg is imported without error ## Actual Behavior `Error: Malformed svg path at 2:46. Path closed itself with command #1` but that branch should never be reached...

BUG
data import
V2

`cleanRequestClassForHistory()` calls `cloneNode(true)` which causes images to be refetched. If the cleanup is instead moved to the restore phase the additional deep clone can be omitted which is a performance...

On Fedora the default volume layout is ```bash # btrfs subvolume list -t / ID gen top level path -- --- --------- ---- 257 123693 5 root 258 123693 5...

bug

This adds a callback that gets called before rendering the Page and can be used to modify what gets shown. My use case being that i don't want to show...

- EdgeDB Version: 4.3+5a44449 - EdgeDB CLI Version: 4.0.2+be1da73 - OS Version: Linux toolbox 6.6.3-200.fc39.x86_64 Steps to Reproduce: 1. query: ```edgeql delete Tst; delete Log; insert Tst { titel :=...

bug
compiler

Add a mode to `generate interfaces` that produces a `modulename.ts` file instead of a namespace for each EdgeDB module before: ```ts import { Movie, example } from 'interfaces.ts' type Watched...

enhancement
help wanted