chylex
chylex
Interestingly, if I run the `buildSearchableOptions` task again after it fails, it's flagged as up-to-date and the build succeeds. However, that's not workable on CI where the build folder is...
Is it necessary for the `buildSearchableOptions` task to scan other plugins' configuration, or at least could it handle errors in other plugins so that it doesn't prevent my plugin from...
I was mistaken, the issue does not cause the task to crash, it's just IntelliJ reporting the task as failed even though it actually succeeded.
Consolas is very off-center since updating to Avalonia 11, is there something I can do to fix it?  I cannot use Padding because it will affect fallback fonts that...
> @chylex looks like it can be solved by adding `VerticalContentAlignment="Center"` into a style: https://github.com/AvaloniaUI/Avalonia/blob/97f2d8e74e0a64f98f855a5dc92ac30d03440d7f/src/Avalonia.Themes.Fluent/Controls/TextBox.xaml#L167C73-L167C97 > > Can you double-check it on your end? @timunie These textboxes already have VerticalContentAlignment...
> @chylex The issue is the Padding property and TextControlThemePadding styling resource. Try overriding either of these and you should be able to center it better. The defaults are carryover...
Machine translation could be helpful to people, but forcing it upon everyone who doesn't live in a majority English-speaking country is atrocious design. You seem to be able to remember...
I don't know what you mean.
Slightly different names, `third.error.log` is the hard link to latest and `rotated/third.error.log.X` is the rotated file. ``` strace: Process 23 attached read(0, "[Tue Sep 13 20:04:10.499934 2022"..., 65536) = 260...
Hi, do you have any ideas about why it's not working?