Josua Jäger

Results 23 issues of Josua Jäger

**Problem Description** The only way of noticing that I have unread zulip messages is opening the app. I'm not always at my desk so the notification sound does not help....

I just downloaded the Telerik library and thought that the NuGet package name is strange. Shouldn't it be something like "telerik.controls.uwp" ? and not "telerik.ui.for.universalWindowsPlatform".

question

### Description DateTime formatting differs between fable and .NET Fable: ```fsharp DateTime.MinValue.ToString("yyyy-MM-dd") // '01-01-01' DateTime.MaxValue.ToString("yyyy-MM-dd") // '10000-01-01' ``` .NET ```fsharp DateTime.MinValue.ToString("yyyy-MM-dd") // '0001-01-01' DateTime.MaxValue.ToString("yyyy-MM-dd") // '9999-01-01' ``` This leads to...

replacements

More elegant than what I did in https://github.com/fsprojects/Avalonia.FuncUI/pull/207 . Basically this allows library authors to create composed hooks without explicitly giving each hook a unique identity.

FuncUI currently implements super simple list diffing that works just fine in most cases. There are cases where a list contains complex or a lot of different items this can...

enhancement

I'm currently playing around with building a DSL for Avalonia UI. I looked at how [Fabulous](https://fsprojects.github.io/Fabulous/) generates types one time. It would be interesting to create the DSL dynamically using...

enhancement

I propose we make it possible to implicitly require qualified access for all DUs declared in a project. The existing way of approaching this problem in F# is to add...

area: unions

# Reconsider license of vsdbg The debugger used in most Microsoft owned IDEs (vsdbg) is shipped with a restrictive license (see below). This makes it harder for other Projects to...

I had 2 problems with `ButtonClickEventTriggerBehavior`. 1. It seems that only modifier keys get tracked for events that reach the control: https://github.com/AvaloniaUI/Avalonia.Xaml.Behaviors/blob/5d73e78b6f235dd54fa4272eb05426bdaa709a69/src/Avalonia.Xaml.Interactions.Custom/ButtonClickEventTriggerBehavior.cs#L36-L37 2. Key Events that happened outside of the...

bug
help wanted