-
I'm not entirely sure why this is happening. But I thought I'd report it because it could be an easy fix.
In the AMP Camp project, all server output is run through amp-optimizer, whether that outpu…
-
I am lost with current proposals. As I know Interface types proposal was created for direct WebAPI calls from WebAssembly. (Answer from Emscripten team https://github.com/emscripten-core/emscripten/is…
-
If I have `watch: true` enabled in the webpack config, BrowserSync won't start for some reason. Note, I don't have watching enabled in gulp.
JS task:
```
gulp.task('js', () => {
return gulp.src(''…
-
After updating from `@vercel/webpack-asset-relocator-loader` 1.7.3 to 1.7.4 the build still succeeds but the generated bundle now fails to start with the following error:
```
/Users/.../dist/index…
-
**Describe the bug**
I created a simple flow that send an email using the Gmail piece and when it is run it crashes the server and "Killed" is added to the logs with no additional information. Ironic…
-
I'm researching to see if anyone has done this before I start doing it myself.
Idea is simple, if you have two or more classes that share properties with the same values, we automatically modify the…
-
I usually have a package.json and a gulpfile.js in each of my projects and manually run 'gulp' from command line to run gulp-imagemin to optimize all images in my project. I'd love it if I could optim…
-
I have attempted to follow the guide for the new Docker-based Clarin to set up a local instance: https://github.com/ufal/clarin-dspace/wiki/NewInstallation
The dspace-angular container doesn't seem…
-
I have read the docs, and made sure that my webpack Uglify entry looks like this:
```
new webpack.optimize.UglifyJsPlugin({
compress: { warnings: false, unused: false, comparisions: false…
ghost updated
6 years ago
-
https://github.com/SheetJS/js-xlsx/blob/master/xlsx.js#L19061
The `merges` for loop will became extremely large and slow while handling large table, i had test this with 204 cols * 250 rows table, …