Robin

Results 5 issues of Robin

### Microsoft PowerToys version 0.61.1 ### Running as admin - [ ] Yes ### Area(s) with issue? FancyZones ### Steps to reproduce 1. On Windows 10, have Fancy Zones enabled...

Issue-Bug
Product-FancyZones
FancyZones-VirtualDesktop

I couldn't find any mention of the `include required("foo")` syntax in the HOCON specification, I needed to dig through the discussion over on the corresponding issue #121, and even now...

I'm using the graphql tools from Kotlin, and I would love to use extension functions in my resolver classes for readability: ```kotlin package some.package class Service( val name: String, val...

bug
help wanted

Under certain circumstances I want to do something when one of the items is clicked, but prevent that item from being selected as the current item. Could be implemented as...

enhancement

It would be great to have support for [GraphQL subscriptions](https://graphql.org/blog/subscriptions-in-graphql-and-relay/). [graphql-java already supports subscriptions](http://graphql-java.readthedocs.io/en/latest/subscriptions.html), so it would mostly be a matter of connecting that with a ktor-supported method of publishing...

enhancement
help wanted