Jakob Gerhardt

Results 14 comments of Jakob Gerhardt

**TL;DR: I have found out that the PDFView Widget has a callback Function `onDocumentLoaded`. After that method has fired, `pagesCount` will be available.** Since I had the same issue, I...

Is there an ETA for this? This issue sadly makes the extension useless for TS Projects at the moment.

Currently trying it out. While the extension seems to work, the specifications suddenly seem to fail. Will have to do further investigation to ensure it's not related to the workaround.

I ran into this while using const generics to specify an array size and trying to fill that array with None without T being Copy or Default. I solved it...

ollama is[ already packaged in nixpkgs](https://github.com/NixOS/nixpkgs/blob/611d4f4ebe5c0ecbf584e554681d57920e968f50/pkgs/tools/misc/ollama/default.nix#L9) (currently only on version 0.0.17, but a [version bump](https://github.com/NixOS/nixpkgs/pull/257760) is in the works) The benefit of a flake would be the ability to expose...

I'd like to add a task that should be done as well regarding the cleanup of the API. Currently `./modules/flake-parts/all-modules.nix` imports all modules and exports them again under `dream2nix.modules..`. This...

Could the merge tool from the [overlayfs-tools project](https://github.com/kmxz/overlayfs-tools) help here? They apparently [use `mv -T upper_dir lower_dir`](https://github.com/kmxz/overlayfs-tools/blob/master/logic.c#L454). [Since `mv` is based on the `rename()`](https://unix.stackexchange.com/questions/322038/is-mv-atomic-on-my-fs) syscall ([which is atomic unless the...

I also notice that the `-V/--version` CLI argument is missing from 0.3.0

I think the right place for these kinds of integrations would be a dedicated crate. Similar to how nickel-cli exposes nickel functionality to the CLI, a serde-nickel crate could be...

As far as I can tell, the merging capabilities of nickel are not equivalent to a NixOS module system. I would assume nickel-based modules to do their option definition via...