riccardo dozzo

Results 11 issues of riccardo dozzo

## Please Select if your Request is Either something new or an Enhancement ## - [ ] Enhancement of an existing Feature. - [x] Request of a new feature. ##...

type.feature
area.misc
status.triage-needed

I was playing around with your control, and I faced inconsistent behavior when a region of the image is selected, and the windows is then maximized. If the container window...

bug

I'm not clear what's the best way to start using yuniql with existing databases... Let's say I have my "v0.00" folder configured, with all the script required to create a...

documentation
community-feedback

When you run `yuniql verify`, and `transaction-mode` is set to `"version"`, changes are persisted anyway, because each set of changes is wrapped in a separate transaction, and each transaction is...

bug
community-feedback

Generated help for dictionaries is wrong, as it includes 4 dashes (`----`) instead of 2 ```csharp public class RunInput { [Description("The connection string", Name = "connection-string")] public string ConnectionString {...

Not an issue, I was just looking at the code and wondering... is there any specific reason to prefer `lock`+standard `Dictionary` over `ConcurrentDictionary` for `_typeHash` and `_delegateCache` in `BuildProxy`?

question

HI Jimmy I was debugging a curious exception I had in an application, so I started looking into all details, and being MediatR one of the dependencies in that project,...

**Describe the bug** Cannot install VSCode on some distribution, experiencing a behavior close to the one described in [[Error] using apt install, distrobox crash](https://github.com/89luca89/distrobox/issues/1312) **To Reproduce** - create distrobox container...

bug

Published messages are not detected. - [x] Add failing test - [x] Detect published events

Since v3.x, events are not included in `OutgoingMessageContexts` any more. Submitted a PR (#15)