Migush

Results 51 comments of Migush

As a heads up, Windows 11 removes this behaviour

You can already configure dolphin to shake the WiiMote when you shake your joycon. On the "Motion Controlls and IR" tab I have set Y and Z to 'Slider 0+-'...

I checked again, and there is (still) no animation related to enabling the button via the `RdtBtnFullLauncher` component ![image](https://user-images.githubusercontent.com/22274715/125063425-c097bb00-e0af-11eb-95c6-8b3bb8fb4913.png) Here there is none that hides/shows the entire component. The `N_Icon_12`/`L_BtnFlc`...

I wanted to add that the `common.szs` files are not all identical, so indeed blindly copying will break with fw updates.

Yes, I minimize the application to the system tray.

I do not pass a logger object to `makeExecutableSchema`, but for me unspecified columns in `fields` aren't in the query either. I have to specify the column with the `sqlColumn`...

@Borvik I might have mixed up some some terms, probably because I can't find a good overview. I'd appreciate it if you could help answer a few questions :) 1....

Those three cases you're talking about, do you use `vue-apollo` in their project(s)? I'm asking since I don't think this is an `apollographql` issue anymore, because of https://github.com/apollographql/apollo-feature-requests/issues/117#issuecomment-514256660. From what...

Oh you you did (unlike me)? I'll have a look at it tomorrow. Thanks!

Okay this seems quite hard to implement _properly_. I tried two ways to include metadata (via `formatResponse` in `ApolloServer`): - Include it as `data.pagination` - Include it as `extensions.pagination` My...