Ben Hendel-Doying

Results 4 issues of Ben Hendel-Doying

after calling `JSRuntime.InvokeVoidAsync("print")`, ``s stopped working (clicking them had no effect). rolling back to 0.5.50 resolved the issue.

### The feature request I'd like an option to not-hide the native/system title bar. ### Proposed solution A checkbox option in the Options window. ### Additional context No two applications...

enhancement

I thought I might be able to do a PR for this, but it's been waaaaayyyy too long since I did C++, apparently >_> anyway, I noticed the camera has...

I've run into use-cases where something like `flatMap`/`SelectMany` would be rad. for example, we currently resort to somersaults like this: ```php return new ArrayCollection( array_merge( ...$this->someCollection->map(fn(Thing $o) => $o->getSomeOtherCollection())->toArray() )...