yuriry
yuriry
For this code (see [type pattern expressions](https://docs.microsoft.com/en-us/dotnet/csharp/pattern-matching#the-is-type-pattern-expression)) ```CSharp foreach (var elem in array) { if (elem is SomeType link) { MethodCall(link); } } ``` StyleCop issues an error: ``` Severity...
`exit()` method from `Listenable` trait is not implemented for labeled contexts. As a result, `fn exit_or(&mut self, _ctx: &OrContext + 'a> for AddContext
A question about *docs/services/database.md*: When I run `docker compose exec postgres psql -U nextcloud -d nextcloud`, I get error: *service "postgres" is not running*. When I change `postgres` to `database-pgsql`,...
Comparing rqbit side by side with transmission-gtk, I noticed that rqbit does not send Stopped event to a tracker when a torrent is paused from UI. When a torrent is...
### Steps to reproduce 1. Start application - sometimes it crashes right away 2. Try to login to Nextcloud server - application crashes before allowing to login Everything worked on...