Ryan Leach

Results 197 comments of Ryan Leach

I'm also running into issues with games on the windows store. ![image](https://user-images.githubusercontent.com/141554/165864202-df6f9125-a015-4d58-88ab-67d41e37356d.png) [WinGet-2022-04-29-08-50-49.671.log](https://github.com/microsoft/winget-cli/files/8587254/WinGet-2022-04-29-08-50-49.671.log)

After starting a drag event, you could spawn a drop target that says default on it, that is hidden otherwise. Otherwise, dragging to the current default could overlay 2 drop...

@Cypherthegreat right click the discord icon, and it will fold out showing both instances. ![image](https://user-images.githubusercontent.com/141554/181284428-5461a015-e025-45b2-ab0b-69360df7f6cf.png) I agree that it's non-intuitive, and could do with an icon showing the number of...

Oh damn it, that's really confusing. But thanks. If show favorites only is checked when adding a new network, can we get a prompt, or else add it to favorites...

@StefMa e.g. https://github.com/gradle/kotlin-dsl/blob/master/build.gradle.kts#L110-L140 Shows the build.gradle of this project, using the idea plugin + configuration. It has several 'type safe kotlin builders / dsl's' But attempting to make the same...

> You only have to create you extension like you have done it in the "old Groovy" days. I've been avoiding gradle due to groovy, this is the first time...

On top of which, Given the under-specification of Hocon, I'd be reluctant to fork the current reference implementation. Configurate probably needs to change to adapt to the new API's provided...

This needs testing after Forge: Forge Changelog: ``` Build 1.12.2-14.23.4.2708: bs2609: Fix structure template processors causing cascading world generation (#4979) ```

@Faithcaio Can we override that behavior? At minimum I would have expected there still to be a click event, even if nothing changed, if we could detect the click, like,...

I'm curious as to what this change means for what was previously called "hybrid" Sponge plugins. e.g. they contained both mods and plugins , usually in the form of mixins.