Patrick Lightbody
Patrick Lightbody
In various places in the UI we can get overlapping AJAX requests. This most commonly happens in the autocomplete widget, but it also can happen on search.
Can aggregate up to a service like Loggly, Papertrail, or SumoLogic.
We've seen some cases where unexpected JS errors may be happening, resulting in duplicate submissions. Let's track them!
Per [this thread](https://groups.google.com/forum/#!topic/jdbi/Kv49_MwE4TM), it would be nice if there were a RowMapper that helps with LEFT and INNER joins and reduced the objects to unique references. As such, I'm sharing...
I'm finding that RFC5545_LAX isn't lax enough for some of the data I'm seeing come out of GCal. For example, my software just bumped into an event that had the...
This is arguably "by design", but the 12 emojis that are actually a normal ASCII character + a keycap defined as (0-9*# + \u20E3) don't get fully removed. Instead, the...
### Expected Behavior The code in question is here, it seems: ``` private static boolean isEC2Linux() { if (readFile(EC2_LINUX_HYPERVISOR_FILE).startsWith("ec2")) { return true; } else if (readFile(EC2_LINUX_BIOS_VENDOR_FILE).toLowerCase().startsWith("amazon ec2")) { return true;...
### Feature description TimedInterceptor doesn't override `getOrder` and return a specific value, so it gets `0`. The docs for `Ordered` claim "Defaults to zero (no order)", but from my reading...
### Expected Behavior In Micronaut 3, I could write code that would execute in a transactional context and then submit work via an `ExecutorService` to happen in it's own, separate...