raymeskhoury
raymeskhoury
Also, setting initialSizes back to the value passed in to onResizeFinished results in the column jittering visually. There is some kind of scale difference between newSizes and initialSizes
Yep, something like that would work. If you change searchString, are you guaranteed not to receive any further SearchUpdateArgs for previous searches? I think that would be simpler from a...
That sounds fine then - it would be easy to cancel before setting a new search :)
> We (me and @alexshalamov) have a concern that introducing of low(high)-resolution mode will be quite confusing for web developers who will not know exactly which permission token is required...
We probably have rows in the realm of 5-10k. Would it really take that long? If so then not the end of the world not to have this.
For some columns yes. The would probably be some clever ways to estimate the width of the largest column (e.g. caching letter widths and summing them).
@martinsvb I've hit the same issue
One interesting thing to not is that "full" might just be syntactic sugar. If there was just: access: "read" access: "write" I think all the same operations would still be...
Hmm, I'm not convinced that either of those problems are going to be concerns in practice (at least initially). I also think that if we add a requestClipboard() function it's...
I see a few different approaches we could take to making it possible to request gestureless access. **Question 1: How do developers request gestureless access?** Approach 1: Have a clipboard.request()...