Łukasz Myśliwiec
Łukasz Myśliwiec
## Fast summary The code in this PR adds a support to the Windows platform for **Azure** `functions` and `storage`. As this functionality has been already merged into this repo,...
## Fast Summary This PR adds the ability to register `commander` commands dynamically using the *NodeJS fs* method called `readdir`. How does it work? It's simple - we are reading...
## Fast summary The code in this PR adds the ability to display the test code coverage (with *Istanbul*) by running this command: ```sh $ npm run test:coverage ``` or...
## Fast summary I deleted the instances of the Postman's tokens from those files: - [x] `get.js` - [x] `create.js` - [x] `list.js`
The _package_ version of **nodecloud** hasn't been updated since its creation - that makes some mess around documentation, as the code shown in documentation is newer than what we can...
## Fast summary This PR fixes #53 by updating the `index.js` file to use the newer JS syntax (`const`, `arrow functions`, etc.) Also, I added the ability to change the...
In the `index.js` file we're using old `var` syntax (`const` and `let` would be a better choice) and normal anonymous functions, instead of shorter and better arrow functions: * Now:...
## Type of change - [x] Bug fix - [ ] Improvement - [ ] New feature ## What was changed? As many GCI participants had problems with running the...
The default password for the `OpenDFU` *MySQL* user is nowhere documented. The user must check the `setup.sh` file to see what the password (and username) really is. We should either...
In the `Massa` javascript source files, we are using `@flow` syntax to use Flow to check the static types, but we are not really using any of its possibilities (the...