ysenda
ysenda
[note] you can use golang-jwt instead of jwt-go. https://github.com/golang-jwt/jwt
https://github.com/palantir/blueprint/blob/develop/packages/core/src/components/toast/toaster.tsx#L83-L84 https://github.com/palantir/blueprint/blob/develop/packages/core/src/components/toast/toaster.tsx#L132 `usePortal` is always false when you use `Toaster.create()`. The workaround is stop using `Toaster.create()` I think. cf) https://blueprintjs.com/docs/#core/components/toast.react-component-usage
hi, I have a question about this change. It seems to make the second argument of TSTypeOperator mandatory, which would be a breaking change for those relying on the previous...
@coderaiser @nicolo-ribaudo Thank you for the clarification. I understand this is intended as a bug fix, but it seems to be a breaking change. Shouldn't we consider including it in...