Elvin Fu
Elvin Fu
## Expected Behavior Upgrade to version com.fasterxml.jackson.core:jackson-databind:2.11.0.rc1,2.10.5,2.9.10.7,2.6.7.4 Message: Upgrade to version Details: https://github.com/FasterXML/jackson-databind/issues/2589 ## Actual Behavior A flaw was found in FasterXML Jackson Databind, where it did not have entity...
I love to use slickgrid for years. Nice work! For a recent React project, we want to use it, but management doesn't want to include jQuery into the project. So...
### Description _encodeBodyObject in iron-request element outputs "null" when body is null and contentType is application/json. Can the _encodeBodyObject do a null check on body to avoid the meaningless calling...
I put autocomplete component in a react modal, which is centered by transform css rule: `transform: translate(-50%, -50%);` Then autocomplete menu displays at wrong position without consider the transform. Anyone...