oliverpool

Results 167 comments of oliverpool

_For anyone interested in implementing it on the Forgejo/Gitea side_ The forge would need to expose an API allowing efficient implementation of the `BackendService` api: https://github.com/sveltia/sveltia-cms/blob/a2b3773986b794eeb3035871cb6d4560eadf390d/src/lib/typedefs.js#L69-L93 I think the main...

Personally I think that this PR add a very valuable feature and many users would welcome it (see https://github.com/immich-app/immich/discussions/9430 and https://github.com/immich-app/immich/discussions/10235) Even if it could be improved, I think that...

Reference: https://stackoverflow.com/a/57124617/3207406

FYI my PR is ready for review: #172 (supports user-defined `ReadOnly`)

I have an example where cancelling the context does not seem to have any effect (when http2 is enabled): #801 Incidentally, #791 would fix it.

Somehow related feature request: the ability to get the current scroll focus (relative to the workspace, not the viewport) - left - width - right This would enable creating a...

https://github.com/YaLTeR/niri/pull/1265#issuecomment-2724621758 is exactly what I had in mind, so my usecase would be covered by that PR. Thanks!

Similar to https://github.com/jesseduffield/lazygit/pull/4018

The solution of @stephanbogner does not seem to work anymore. Apparently the `code` representation is quite different from what this plugin expects (note the escaped `\"`): ``` import { Fragment,...

I can confirm that this helps a bit with https://github.com/emersion/go-webdav/issues/173 (conformance test for carddav server)