Markus Hütter
Markus Hütter
k, looked into it, got stuck at how to get an audiograph from a video file's audio... any hints on that?
seems, this is very similar to #275 the solution in that issue does in fact solve this issue as well. The prblem seems to be that `LayoutGridControl.UpdateChildren` is removing and...
@jasonmalinowski any update on this?
Maybe I shall explain how I got to this: EFCore uses the `ObservableHashSet` and I wanted to use this with DynamicData. My first try was to use the `ObservableCollectionEx.ToObservableChangeSet(...)` overload,...
dotnet tool
Can confirm, it works! Thanks a lot! heads up for anyone that comes across this: I initially hit this ArgumentNullException: `Parameter name: Options property cannot be empty: ClientName` simitlar to...
@emgarten Just to explain to you quickly what was throwing there. I went through your code to see what was happening. First finding: your additions here: https://github.com/emgarten/Sleet/pull/170/files#diff-c5ea30c889009ba11fba4fe02f94c6094f2a031e07b079f92e5c1198f07c3e16R182 are actually not...
here is a sample project. go to definition on the `Prop` fails [SourceGenTest.zip](https://github.com/jmederosalvarado/roslyn.nvim/files/13729744/SourceGenTest.zip)