ash
ash
The Penumbra.String PR is now merged, so updating that submodule and merging this would get VFXEditor compiling on Linux.
This is particularly frustrating/odd with pydantic-settings. My settings model has a field `dry_run` with alias `dry-run`; if I include `dry-run = true` in the config file, then I cannot pass...
Sure. Say you have a `src/pkg/__main__.py`: ```python import os from pydantic import ( AliasGenerator, AliasChoices, ConfigDict, ) from pydantic.alias_generators import to_snake from pydantic_settings import ( BaseSettings, PydanticBaseSettingsSource, TomlConfigSettingsSource, SettingsConfigDict, )...
I've sent you an example mail. (I'm not sure whether Thunderbird was open or not at the point it arrived, sorry) If this is actually caused by a failure to...
relevant code: https://github.com/streetwriters/notesnook/blob/97d21c818e1806dcd41532bad968ad897a89c02e/apps/web/src/components/editor/tiptap.tsx#L623 relevant commit: https://github.com/streetwriters/notesnook/commit/a9a1290530662c2022bf6badf497683d5ab49e6e
No worries. ~~I'm currently testing this with my own application, and am running into some slightly tricky issues (unsure whether there's a bug in the application or in this code),...
This seems to work perfectly in terms of DPI/multimonitor :) I'm not the biggest fan of the new one-display-at-a-time interface, and it's a bit weird that after making a selection...
> if it does try to fake procfs files I am not knowledgeable about sysbox internals, but "Virtualizes portions of procfs & sysfs inside the container." (from the readme) would...
> If it's a WIP, aren't you going to be working on it after lunch anyway? I typically have the [merged result of multiple different branches](https://v5.chriskrycho.com/journal/jujutsu-megamerges-and-jj-absorb/) checked out, so checking...
ah! I see the relevant code in the gallery plugin, thank you for the suggestion: https://github.com/splitbrain/dokuwiki-plugin-gallery/blob/934fd4d1b4b464d722648b41fe8ca0e140d58298/simple-lightbox/simple-lightbox.js#L1166 it defines the default for `sourceAttr` as "href": https://github.com/splitbrain/dokuwiki-plugin-gallery/blob/934fd4d1b4b464d722648b41fe8ca0e140d58298/simple-lightbox/simple-lightbox.js#L31-L32 but then later it passes...