Wiesław Šoltés

Results 243 comments of Wiesław Šoltés

> @wieslawsoltes do we have a way to transform text into geometries so that folks wont have to install fonts? (though iirc that's only on Avalonia 11p1) Well it's actually...

> All the flyouts are broken then, I think it is an issue in Avalonia. @wieslawsoltes Can you confirm it? I can not repro, I am on 12.5.1 and flyouts...

> Than maybe its just a bug for Mac OS Monterey _12.6 version_ What screen scaling/resolution do you use?

I have updated to Mac OS Monterey 12.6 but could not repro that issue

> I got this error when I tried to load a wallet: > > ``` > 2022-09-04 19:58:00.262 [109] INFO WalletManager.StartWalletAsync (163) Wallet 'Kiminuo' started. > 2022-09-04 19:58:00.366 [1] CRITICAL...

LineChart needs fixing ![image](https://user-images.githubusercontent.com/2297442/190995336-db6fd9a5-3578-4a91-b753-fa03ec5441bf.png)

Fixed LineChart control ![image](https://user-images.githubusercontent.com/2297442/191010869-51748818-b9dd-49cb-980e-4b08f89f42ca.png)

> @wieslawsoltes Could you review this? yes

> This messed up the scrolling of sidebar menu when the window is minimized and the wallet icons. Same wallet twice, hardware wallet icon for normal open wallets. > >...

@SuperJMN Also the NavigateTo method: https://github.com/zkSNACKs/WalletWasabi/blob/40db923ed6a2977c510e5c3ca2da42c612c0275f/WalletWasabi.Fluent/ViewModels/SearchBar/Sources/TransactionsSearchSource.cs#L52 should check for MainViewModel.Instance.IsBusy like other usages: https://github.com/zkSNACKs/WalletWasabi/blob/40db923ed6a2977c510e5c3ca2da42c612c0275f/WalletWasabi.Fluent/ViewModels/WalletManagerViewModel.cs#L94-L97