Michael Mason
Michael Mason
Don't tag random people in GitHub issues, it's rude and besides I have nothing to do with this project.
Am I right in thinking this would be a useful solution to implementing stuff like https://material.io/design/components/app-bars-top.html#specs where for example the title text is positioned based on its baseline being offset...
Awesome, thanks @RSeidelsohn 👍
To add another real world example, where 3rd party code is internally using a plain object to track unique keys even though our own code is only using arrays. For...
@mullojo just FYI localstorage === cookies as far as EU Cookie Law / GDPR is concerned
Slightly tongue in cheek but [validating email addresses is hard](http://www.ex-parrot.com/pdw/Mail-RFC822-Address.html). Isn't it easier to fix/replace nodemailer to not send multiple emails unless you explicitly tell it to (i.e. by providing...
That regex is almost identical to the one at [emailregex.com](https://emailregex.com) so I agree there's a low chance you'd have seen any issues. It even works with a range of crazy...
Just testing this out... inserting 300k records in batches of 100k with `executeBatchAsync` (ran out of memory trying to insert 300k at once on the Pixel 6 Pro). On iOS...
Thanks @ospfranco, appreciate the quick reply! I figured that'd be the reasoning but that's positive in a way, I wanted to make sure there wasn't a hard technical reason why...
Just catching up on this thread, could not have hoped for a better set of replies ❤️ In my initial tests I'm seeing a 3x perf boost on SELECTs using...