Jos de Jong

Results 72 issues of Jos de Jong

Currently it looks like it's not possible to use mathjs in a browser module like: ```html import { create, all } from 'mathjs' ``` I think the existing bundles in...

feature
help wanted

Hi @epoberezkin , would it be possible to provide an ES module version of `json-source-map`, alongside the CommonJS code?

Creating a new calendar regularly takes more than 10 seconds, resulting in a timeout. The `needle` library used has a default timeout of 10 seconds, but I if I see...

The Close button doesn't work anymore on the latest version of Chrome, nor clicking on the overlay around the modal. Works fine on FireFox though. To reproduce: On Chrome 42,...

In this pull request: - Improved command line interface: added arguments -v, --version, -h, --help, and some other improvements. - Renamed default build script for the command line interface from...

It would be very powerful when you could concatenate all files or a filtered set of files with buildify at once, something like: ``` js var buildify = require('buildify'); buildify()...

I noticed that when using both `vulnRegexDetector.test` and `vulnRegexDetector.testSync`, testing a new regexp always returns UNKNOWN the first few times, and only after a minute or so it returns VULNERABLE...

cache

It would be great to have support for browserifies option `standalone`, so we can create standalone modules. Right now when I do: ``` js gulp.src('./index.js') .pipe(browserify({ standalone: 'mylib' })) .pipe(concat('mylib.js'))...

Thanks for offering jsonlint via npm, works great. I stumbled upon one issue though: when I try to browserify jsonlint, an error is thrown: > Error: Cannot find module 'file'...