Deepal Jayasekara
Deepal Jayasekara
I found this issue while using your module in my application. When multiple attribute is present, dataURL is not attached to all the imageResults but the last one. I fixed...
Steps to reproduce: - Install `chance` first - Install `underscore` second `underscore` does not have an `index.js` at the module root. Instead, the entry point is configured via `main` attribute...
- Automate linting - Automate unit tests - Automate build - Publish to NPM automatically
We need a way to support 3rd party/Private NPM registries where the user should be able to set the NPM registry via an environment variable. Can use NPM flag `--registry`...
The standard baapan REPL `require` resolves a required module path starting from the current directory's `node_modules` directory all the way up to the parent directories (and some additional directories) until...
Readme is getting longer with new features, and becoming boring to read. Probably, it's time to add a ToC at the top of Readme.
VSCode extension should: - Automatically install modules as you type `require()` - (optional) Automatically uninstall the corresponding module when `require()` is removed? - The user should be able to enable/disable...
### Proposed Feature e.g. mytest.js ```js const lodash = require('lodash') lodash.get({a: {b: 10}}, 'a.b') ``` Introduce the ability to run `baapan` command similar to `node` command in order to run...
If the `enumerateOnStartup` is set to `true` and process is restarted due to some issue, the entire enumeration process happens again (even for the already synced notes). The best way...