Wiesław Šoltés

Results 243 comments of Wiesław Šoltés

We can use https://docs.avaloniaui.net/docs/reference/controls/buttons/splitbutton

@danwalmsley You may like this https://github.com/zkSNACKs/WalletWasabi/pull/12305/commits/5eb7c6de5882c80063758ef8e2a1bd40d221ee4e

> > > @MarnixCroes In what percentage can you repro this? > > > > > > @soosr I just tried 10 times, it happened 6 times. > > >...

I can't repro on Linux Mint, did try many times https://github.com/zkSNACKs/WalletWasabi/assets/2297442/c2bdd490-4082-47df-be9f-bbb28ff8d76c

The only place that could this happen is here: https://github.com/zkSNACKs/WalletWasabi/blob/92e49219a06cdd8e762adbf23855d2ac9d3f7a1b/WalletWasabi.Fluent/ViewModels/AddWallet/WalletNamePageViewModel.cs#L38 1. The wallet repository has actually wallets 2. The wallet name is not valid for some reason

> The only place that could this happen is here: > > https://github.com/zkSNACKs/WalletWasabi/blob/92e49219a06cdd8e762adbf23855d2ac9d3f7a1b/WalletWasabi.Fluent/ViewModels/AddWallet/WalletNamePageViewModel.cs#L38 > > 1. The wallet repository has actually wallets > 2. The wallet name is not valid...

> issue like: type in 0.`0001`, click _backspace_ -> full entry is removed falls under this issue? Yes, alle the input in this control needs new way of handling.

Can't do more

I have same issue when publishing for `win7-x64`, to fix I have added conditions to csproj. Issue: ``` C:\hostedtoolcache\windows\dncs\3.0.100-preview4-011223\x64\sdk\3.0.100-preview4-011223\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(151,5): message NETSDK1057: You are using a preview version of .NET Core....

> > publishing for `win7-x64` > > This should be `win-x64`. That is correct, but I also publish for non CoreRT builds like win7-x64.