Zach Klippenstein

Results 83 comments of Zach Klippenstein

No progress, unfortunately I don't have time to work on this project anymore.

That's a bug. When did you start seeing this? Does it happen on other devices? On Sat, Apr 2, 2016, 09:28 Julian Frumar [email protected] wrote: > Does this include from...

Are you mounting with [the `--no-readonly` flag](https://github.com/zach-klippenstein/adbfs/blob/b50c67c9c2b8f8ff4a1f7d8c21c7d006aa0981af/internal/cli/base_config.go#L50)?

Nice catch! Unfortunately I don't know when I'll have time to fix this.

I have a terrible memory apparently, this is almost identical to https://github.com/mobnetic/compose-shared-element. Ideally I think it would be simplest to just make this library a wrapper around that one, and...

No updates at this time. I'm kind of waiting to see what the new transition APIs in compose turn out like.

This could be tricky with #17, since the direction could change in the middle of a transition. There might be other cases where we'd want to back out of a...

Do you need the full lists? Would just a `from` and `to` be enough?

That makes sense. Could "sideways" also be called "replace"? Another way of solving this would be to make a third `Direction` value. I think that would be better, since it...

Maybe just the one function that takes both lists, and the library provides a helper method to calculate the simple directions given two lists? Although I'm not sure that follows...