Adam Barth
Adam Barth
Yeah, I realize this is a tough UI problem.
Swipe should be handled by http://docs.flutter.io/flutter/widgets/Dismissable-class.html. We should show it in the gallery though.
Fuchsia is a Tier 2 supported OS for Rust: https://doc.rust-lang.org/rustc/platform-support.html#tier-2 For context, I'm a Fuchsia OS developer. We'd like to switch over from `vk_sys` to `ash` in our Vulkan stack...
> Fuchsia doesn't do the unixy .so.$MAJOR thing? Yes, we do that for most shared libraries. I'm not sure why `libvulkan.so` doesn't have a `.$MAJOR` suffix. > Interesting; is this...
I'm not sure adjusting the `kTouchSlop` constant referenced above will help achieve the user experience you're aiming for. From your comments, it sounds like react native uses a similar term...
> On the other hand, I‘m imagining that this applies to browser vendors, not necessarily us. If you're parsing the Set-Cookie header, you should use the algorithm in Section 5.2....
That's not really how cookies work. There isn't any such thing as an invalid character from the point of view of cookie consumers. The point of Section 5.2 is to...
There are certainly some pieces that are more general (like convertHTMLLengthToCSSLength), but I put everything in one file for now for simplicity.
They seem to be the same (and therefore redundant).
They seem to be the same (and therefore redundant).