Diamond

Results 461 comments of Diamond

https://github.com/diamondburned/gotk4/pull/145 might've bumped it a bit too high...

If this is seriously affecting your application, please consider downgrading `gotk4/pkg` to [pkg/v0.2.2](https://github.com/diamondburned/gotk4/releases/tag/pkg%2Fv0.2.2).

> > If this is seriously affecting your application, please consider downgrading `gotk4/pkg` to [pkg/v0.2.2](https://github.com/diamondburned/gotk4/releases/tag/pkg%2Fv0.2.2). > > I think we are all trying to use dissent, which uses gotk4 v0.3.1....

> And if it doesn't compile because there are symbols missing, there is always the possibility of the application crashing in runtime. (Thats an assumption, I am not a C...

> > > And if it doesn't compile because there are symbols missing, there is always the possibility of the application crashing in runtime. (Thats an assumption, I am not...

Are you using Dissent on X or Wayland?

Do other GTK apps look properly scaled? This might be a scaling issue on your end. Dissent uses the default font sizes, so I'm not sure why it would appear...

I was able to accomplish this with a pretty silly preprocessor and some homebrewed scripts: ![image](https://github.com/user-attachments/assets/564a5918-0a58-4e92-9818-cb39a01cd392) - **Preprocessor:** https://github.com/diamondburned/docs/blob/main/preprocessors/toc-summary.ts - **Script:** https://github.com/diamondburned/docs/blob/main/preprocessors/toc-summary.ts I would absolutely love to see this supported...

> Thanks! You should be able to use the following function instead of adding a new one: > > https://github.com/photoprism/photoprism/blob/ad581aff4b8d0444efb975e8030a5313d2cc5115/pkg/txt/bool.go#L7-L16 Is there a reason why this function exists instead of...

Huh, I see. I initially had the impression that `Env()` is used for all boolean flags such as `PHOTOPRISM_DETECT_NSFW`. Shouldn't we unify `Env()` together with `urfave/cli`'s parser then? That would...