Edward Xia
Edward Xia
As title says, currently `#route_to` and `#route_from` can be broken for `file://` URI due to possible inconsistency of windows drive letter casing: ``` irb(main):001:0> require 'addressable/uri' => true irb(main):002:0> Addressable::URI.convert_path("C:\\foo.txt").route_from(Addressable::URI.parse("file:///C:/bar.txt")).to_s...
**Is your feature request related to a problem? Please describe.** OT has the concept of ResourceAttributes but they are not tagged to spans. For example, if I have: `-Dotel.resource.attributes=service.name=cats,service.namespace=mammals` Currently...
I discovered a bug in Safari that if I try to do `table.orderBy(index).uniqueKeys()` right after schema is created (before insert any data), Safari would throw an 'Unable to open cursor'...
Now dart has stable support for RISC-V. Having the RISC-V container image would be nice.
Closes #1094. First, I have read #1095, and I understand why it was rejected. I agree having a limit on pending requests is out of scope. --- This PR addresses...