Holger Schmidt

Results 25 comments of Holger Schmidt

This info would indeed come in very handy! @mcguffin's proposal looks good to me. Since the data structure is meant to be consumed by the internal `L.tileLayer.provider()` extension and not...

I could squeeze it in at some point, but will let @mcguffin take point - since he already volunteered.

this implements https://github.com/samdark/yii2-webshell/issues/3 and might be a solution for https://github.com/samdark/yii2-webshell/issues/7

+1 Yes, please! Multiple named user inputs for routine and maintenance scripts would be a charm

@borisdj I see and thank you :) I just thought I'd fish for inspiration because I was stuck on this. I'll continue to improve my understanding of the `BulkInsert()` implementation...

@gerhardol I wasn't aware of the static `Control.MouseButtons` and didn't handle mouse buttons except for in `RepoObjectsTree.OnNodeClick()`. But wherever I find `Control.MouseButtons` used, it's compared to using `==` instead of...

I've had a poke at it. The result is not pretty - it relies on the order of mouse handler registrations (see [GitUI/BranchTreePanel/RepoObjectsTree.cs](https://github.com/gitextensions/gitextensions/pull/10283/files#diff-30898bcfc538da9210d67dd18ba2b70a86fa054f3b353d0f45747dca0558d408) ). But it does the job if...

Yes, this is indeed fixed in 3.5.1 and works as expected. My bad, I didn't check whether I was on the latest version.

Yes, this would indeed be useful. I currently remember all select options on init and then reset them using a custom script when filtering.

[Recent updates to Fabulous.Avalonia](https://github.com/fabulous-dev/Fabulous.Avalonia/pull/206/files#diff-96cc63366bf7cc2c4a28682e1162d6b7df145d8142981c054c8f219e9131b813) triggered me to look into the `Program` module and try to understand the difference between `stateful`, `statefulWithCmd` and `statefulWithCmdMsg`, which includes the concept of `CmdMsg` vs....