MartyIX
MartyIX
From time to time, I have look at how much Rust is in Firefox but then I always forget what the previous numbers were so I don't really have any...
#### Bug description VSTHRD200 should (probably) not report a warning for `DisposeAsyncCore` method name as it is recommended here: https://docs.microsoft.com/en-us/dotnet/standard/garbage-collection/implementing-disposeasync#disposeasync-and-disposeasynccore #### Repro steps Code to reproduce the behavior. ```csharp ///...
This makes CSS styling of input box a bit easier. I'm not sure if it isn't too specific use-case. But it would help me a lot. :)
Hi, https://docs.kucoin.com/#level-2-market-data contains: > Calibration procedure: > > 1. After receiving the websocket Level 2 data flow, cache the data. > 2. Initiate a REST request to get the snapshot...
### Description of Change I'm creating this PR just to spark some discussion about the #11088 issue. The removed lines fixed the issue for me (on Mac Ventura 13.1 arm64)....
### Description of Change This PR follows what I wrote here https://github.com/dotnet/maui/issues/19327#issuecomment-1851455656. I'm not sure if the fix is correct or not. I just figured that creating a PR is...
### Description I can see an unitended change in focus that can be very bothering because it can move user from filling an entry that is vertically far from the...
### Description Pointer hover does not set proper style for the button in the focused state (the first one here). I expect `PointerOver` [style](https://github.com/MartyIX/MauiRepro202401BtnPointerOver/blob/c6fea22a14c2714c1ab8b1a046c0e6af9894737d/Resources/Styles/Styles.xaml#L62-L67) to be set but it is...
### Description of Change This is just an idea how to fix #19752. I'm very much unsure whether: * #19752 is actually a bug or if it is "by design"...
I know that `AsyncReaderWriterLock` has the "completion" feature (i.e. `asyncReaderWriterLock.Complete()`) but: https://github.com/microsoft/vs-threading/blob/1738f83f42856926f50820fc49f44d80d2dbbab3/src/Microsoft.VisualStudio.Threading/AsyncReaderWriterLock.cs#L408-L416 is not really helpful in explaining what happens when the `AsyncReaderWriterLock.Complete()` has been called. For me it throws:...