fobiasmog
fobiasmog
@mysticatea Defaults of html.void and html.normal should be vise-versa ('always' and 'never' instead of 'never' and 'always') And, i think, that html.component should be never or any by default, because...
I had same issue Before ruby-2.7 I was installed truffleruby-20.3.0 `rvm remove truffleruby-20.3.0` fixed my problem
For someone, who like me tryin to make it right now (for hybrid dip/non-dip env's) ```yaml run: "( [[ -f $(command -v dip) ]] && echo 'dip bundle' || echo...
Why? It's still in use https://github.com/mpdavis/python-jose/blob/master/jose/backends/rsa_backend.py#L4 upd: better to point on this try block https://github.com/mpdavis/python-jose/blob/master/jose/backends/__init__.py#L3
Fair point! Maybe it's good to at least display a warning message when the fallback import happens? (imao remove should be in major release)