FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

support double click events by ianhi · Pull Request #446 · matplotlib/ipympl · GitHub

support double click events - #446

Merged
ianhi merged 2 commits into
matplotlib:mainfrom
ianhi:dblclick
Mar 31, 2022
Merged

support double click events#446
ianhi merged 2 commits into
matplotlib:mainfrom
ianhi:dblclick

Conversation

ianhi commented Mar 31, 2022

Copy link
Copy Markdown
Collaborator

closes: #261 attn @nvaytet

@martinRenou for version numbers what do we do here? I think we need to bump package.json

"version": "0.10.5",

to either 0.11.0 or 0.10.6 and also bump the python version. Is there anything we can do here to ameliorate the patch version incompatibility (#416)?

Copy link
Copy Markdown
Contributor

👈 Launch a binder notebook on branch ianhi/ipympl/dblclick

ianhi commented Mar 31, 2022

Copy link
Copy Markdown
Collaborator Author

Ok I'm out of ideas for fixing this error:

[webpack-cli] Error: error:0308010C:digital envelope routines::unsupported
    at new Hash (node:internal/crypto/hash:67:19)
    at Object.createHash (node:crypto:130:10)
    at BulkUpdateDecorator.hashFactory (/home/runner/work/ipympl/ipympl/node_modules/webpack/lib/util/createHash.js:155:18)
    at BulkUpdateDecorator.digest (/home/runner/work/ipympl/ipympl/node_modules/webpack/lib/util/createHash.js:80:21)
    at /home/runner/work/ipympl/ipympl/node_modules/webpack/lib/DefinePlugin.js:595:38
    at _next31 (eval at create (/home/runner/work/ipympl/ipympl/node_modules/tapable/lib/HookCodeFactory.js:19:10), <anonymous>:42:1)
    at _next9 (eval at create (/home/runner/work/ipympl/ipympl/node_modules/tapable/lib/HookCodeFactory.js:19:10), <anonymous>:97:1)
    at Hook.eval [as call] (eval at create (/home/runner/work/ipympl/ipympl/node_modules/tapable/lib/HookCodeFactory.js:19:10), <anonymous>:119:1)
    at Hook.CALL_DELEGATE [as _call] (/home/runner/work/ipympl/ipympl/node_modules/tapable/lib/Hook.js:14:14)
    at Compiler.newCompilation (/home/runner/work/ipympl/ipympl/node_modules/webpack/lib/Compiler.js:1053:26) {
  opensslErrorStack: [ 'error:03000086:digital envelope routines::initialization error' ],
  library: 'digital envelope routines',
  reason: 'unsupported',
  code: 'ERR_OSSL_EVP_UNSUPPORTED'
}

@martinRenou any thoughts? Everything on the internet seems to point this being an issue with node 17 but above commits moving to node 16 didn't seem to help :(

Fixes `ERR_OSSL_EVP_UNSUPPORTED` because openssl 3
no longer provides md4.
https://github.com/webpack/webpack/releases/tag/v5.61.0

ianhi commented Mar 31, 2022

Copy link
Copy Markdown
Collaborator Author

bumping webpack version was the solution

ianhi commented Mar 31, 2022

Copy link
Copy Markdown
Collaborator Author

@nvaytet will release soon hopefully - going to try to work out whats happening with #416 first

Copy link
Copy Markdown
Member

Sorry I missed your question. I will push a PR for that OpenSSL issue, we fixed it in multiple places.

nvaytet commented Apr 1, 2022

Copy link
Copy Markdown

@ianhi awesome! thanks :-)

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Double-click events are not recognised

3 participants


Back | FazBrowse Home | New Git URL