HQidea
HQidea
UMD is here: https://github.com/umdjs/umd An example of how jQuery plugins work with UMD is here: https://github.com/umdjs/umd/blob/master/templates/jqueryPlugin.js
As we discussed at #1803, this pull request adds an option to pool's creation, ``` var pool = common.createPool({ // ... gracefulExit: true }); ``` If `gracefulExit` is `true`, every...
**Do you want to request a *feature* or report a *bug*?** report a *bug* **What is the current behavior?** When using DllReferencePlugin with webpack-dev-server or webpack-dev-middleware, it will occurs an...
Pull Request type ---- - [ ] Bugfix - [ ] Feature - [ ] Refactoring (no functional changes, no api changes) - [ ] Build related changes (Please run...
Hey guys, I'm new to OSG. I added a getWindowingSystemInterface call in the `osgemscripten.h`'s `setupRendering` function. ``` osg::GraphicsContext::WindowingSystemInterface* wsi = osg::GraphicsContext::getWindowingSystemInterface(); ``` https://github.com/openscenegraph/OpenSceneGraph/blob/2e4ae2ea94595995c1fc56860051410b0c0be605/examples/osgemscripten/osgemscripten.h#L155-L163 After building and opening in the browser,...
**Tesseract.js version (version number for npm/GitHub release, or specific commit for repo)** `"tesseract.js": "^5.1.0",` **Describe the bug** When using tesseract.js in the electron environment, setting `option.langPath` to a local file...
At present, only the default port (80) has health check, other ports don't.
app is still online, but `isCurrWorking` is false error: > 20180322-11:06:46.299 INFO #10821 MASTER unmout_app : appname_2.2.4_1 (target/honeycomb/lib/master.js:502:7) 127.0.0.1 20180322-11:06:46.324 ERROR #10821 NGINX nginx_config_error nginx: [emerg] "client_max_body_size" directive is duplicate...
如果您认可这个想法的话,我可以提一个pr过来
### Describe the bug The `bytecodePlugin` worked perfectly until I added dynamic import to the code. After building the app, the dynamically imported module doesn't function as expected because, in...