Bob Showalter
Bob Showalter
I've found a problem in parsing an S3 `ListBucketResult` message containing a single `` value. Here is an example of a message that doesn't parse correctly: ```xml fedora-completed-test 41/ 1...
Model.find(:first, options) does not pass the options along to the view. This breaks Model.last, because the {:order => :desc} is not passed along, so Model.first and Model.last both return the...
Inputs with absolute time (other than ISO8601 with time zone offset) seem to be parsed as UTC. Here is a simple NodeJS 20.12.0 example for `America/New_York` time zone (UTC-4 for...