Elias Naur

Results 62 comments of Elias Naur

Thanks. I'll take a stab at it if no-one else beats me to it. > Do go modules have a way to specify test-only deps ? Not that I know...

PR #12 changes the tests to use an external module for their data. For the git history rewrite, I came up with: ``` $ git filter-branch --force --index-filter 'git rm...

> However, I'm not seing a large benefit (in size) by running `git filter-branch` as you hinted : I'm still at 121M for the .git directory... Did you run `git...

It seems to me you only need the effective position to implement LinkedViewOp in the client. If so, I wonder whether a lightweight transform feedback machanism would suffice: ``` package...

> > WDYT? > > I didn't observe any bottle-neck calling MoveWindow every frame. In case of lightweight code... As long as `link.Move(...)` is called whenever it's expected boundary changes,...

> > > > WDYT? > > > > > > > > > I didn't observe any bottle-neck calling MoveWindow every frame. In case of lightweight code... As long...

I'm considering a larger redesign of Gio layout, so I'm putting this on hold for a bit. Otherwise, looks like a neat addition.

Can you describe what this PR fixes, preferably in the commit message?

I don't think the goroutine approach is the right fix, but I'm happy to accept a patch that adds incoming events to a queue to be processed by the event...

> actually it does seem like a bug in itself Thanks, but I'd like to see the first-frame bug fixed first, then evaluate the need for DecorationSize afterwards. Can you...