Stephan Schubert
Stephan Schubert
Same here — macOS 10.13.4
@codebysubtract Sure, I disabled the warning and don't mind that too much. Just figured this is an issue which needs to be discussed. :)
I have the same/similar issue - but all named imports are `undefined`. `node 10.5.0`, `jest 23.4.1`, `ramda 0.25.0`, and `babel-plugin-ramda 1.6.2`
Would love to see that feature—ran into the size limit too a few days ago. This would also solve https://github.com/apex/up-examples/issues/2 (deploying a Gatsby site).
:+1:
I fixed that in my uploader with ``` def full_filename(for_file) if for_file == model.file_name && version_name dirname = File.dirname(for_file) basename = File.basename(for_file) File.join(dirname, "#{version_name}_#{basename}") else for_file end end ``` HTH
Still not working with `power-assert 1.6.1` and `jest 23.5.0`.
@twada I can't reproduce it anymore... For others searching for this, here's how my monorepo setup looks like now: ``` // presets in /.babelrc { "presets": [ "env", "jest", "react",...
Same problem here on OSX 10.12.5 (16F73) and Emacs 25.2 with Spacemacs on latest develop branch. @Kungsgeten I've tried it here on OSX but I still experience noticeable lags even...
@Temzasse I'm using your `A11ySheet` example but got the same issue.. **but** removing `restoreFocus` "fixes" it. Any idea what the culprit could be? **EDIT** Just realized `FocusScope` is from another...