Friedrich von Never

Results 544 issues of Friedrich von Never

Sometimes, users change the code outside their XAML, and expect the previewer to take these changes into account. In those cases, DLL rebuild is required, and the plugin doesn't help...

kind:enhancement
status:help-wanted

A useful comment from the plugin feedback page: > A link to Avalonia project templates, albeit being irrelevant to the plugin itself, might be helpful to those seeking for a...

kind:documentation

Right now, `me.fornever.avaloniarider.previewer.AvaloniaPreviewerSessionController#getCriticalError` signal is sometimes subscribed to, but never properly handled: the session gets terminated momentarily after this signal, so all the error handling we have in `me.fornever.avaloniarider.idea.editor.BitmapPreviewEditorComponent#handleCriticalError` doesn't...

kind:enhancement
status:help-wanted
kind:refactoring

This is supposed to fix #45. Sadly, I don't understand how to build the plugin: it seems like it depends on some long gone dependencies from bintray :(

We are receiving a fair amount of error reports in Rider from the following stack trace, related to this plugin: ``` java.lang.Throwable: id is not specified for extension colors/ChroMATERIAL --...

### Far Manager version 3.0.6161 ### OS version 10.0.22621.2283 ### Other software _No response_ ### Steps to reproduce 1. Create the following directory structure: ``` T:\Temp\untitled\ (directory) T:\Temp\source\untitled (file) ```...

bug

## Expected Behavior I am trying to authenticate using Passkey on a test site of WebAuthn.NET library ([sources are here](https://github.com/dodobrands/WebAuthn.Net)), and it doesn't work: the library throws an exception when...

bug
passkeys

For example, see this one: https://github.com/ForNeVeR/xaml-math/actions/runs/7221886895/job/19694965151?pr=480 ``` D:\a\xaml-math\xaml-math\src\WpfMath.ApiTest\WpfMath.ApiTest.csproj(38,9): error MSB4018: System.IO.IOException: The process cannot access the file 'D:\a\xaml-math\xaml-math\api\XamlMath.Shared.net462.tmp.cs' because it is being used by another process. D:\a\xaml-math\xaml-math\src\WpfMath.ApiTest\WpfMath.ApiTest.csproj(38,9): error MSB4018: at...

kind:bug

### Discussed in https://github.com/ForNeVeR/xaml-math/discussions/476 Originally posted by **pomaton12** November 26, 2023 Hello, I would like to know if you can write these types of matrices, that is, place a vertical...

kind:feature
help-wanted

Try to export this matrix to a PNG file: ``` \matrix{1 & 2 & 3 \\ 4 & 5 & 6} ``` You'll get this: The image is cropped and...

kind:bug
help-wanted