xster

Results 69 comments of xster

I synced this again since stable is out now. PTAL

Ha, I was gonna suggest exposing line height so I could decrease it and pack more files into each screen.

Looking at the code, it seems like it was never set up to respond to iOS 'overscrolls'. The API doc for `OverscrollNotification` specifically says ``` A notification that a [Scrollable]...

This is unrelated to platform-views. It's ViewControllers that iOS itself inserts in its own hierarchy outside of the Flutter view hierarchy.

It seems like this option was added in a recent release but AFAICT, there's no setting to choose a default branch when using open file on remote. Could be a...

Looks like there's now a "choose default remote" option. Which is great. It's just missing a "choose default remote branch" option :)

Example: ```dart typedef A SomethingIWantToMock(B b, C c); void somethingIWantToTest(D d, E e, SomethingIWantToMock mock) { [the code to test...] A a = mock(something, something); [more code to test...] }...

cc @cbracken FYI