Peter Coles
Peter Coles
@matatk good point! Here’s a start: https://github.com/mrcoles/bookmarklet/commit/9d16e441b1d2825a98f89365ff33439a6e911ef1 Let me know if you think other improvements should be made!
@rjmunro feel free to update based on the latest changes!
I’d love an example with a nested tree, e.g., I can add items and categories to a list, which can all be sorted, but items can also be moved between...
> We would also like to change the background colour of the screen from the murky grey. There does not seem to be any options to change CSS outside of...
Yeah, that works for some things, but `body` is rejected (and so is `.modal-content`). ``` message: 'The CSS class body is not in the list of allowed classes.', code: 'InvalidParameterException',...
@motiazu, you should probably include the additional placeholder styling in your original post: `.text-style::placeholder { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }`. It looks to me like the library is...
I can always do this extra check post-handshake, but it’s more secure to do it pre-handshake. By checking pre-handshake, the child never sends a postMessage to untrusted parent origins (post-handshake...
@yowainwright is there a reason why the 'call' method does not return a Promise in the same way that the 'get' method does? This could be useful if you want...
@mpreethi90 does what you were seeing match what I just encountered? https://github.com/Modernizr/Modernizr/issues/2419 (Also, I think you’re seeing a false negative?)
This would be awesome to have. Lambda functions are hard to test locally (relevant: issue with [amplify function invoke](https://github.com/aws-amplify/amplify-cli/issues/691)) and Typescript would at least create *some* more confidence that simple...