Pedro Augusto de Paula Barbosa

Results 47 issues of Pedro Augusto de Paula Barbosa

```js const jetpack = require('fs-jetpack'); jetpack.write('a', 'anything'); console.log(jetpack.exists('a/b')); ``` This gives `false` on Windows, but gives an error in Linux: > ENOTDIR: not a directory, stat '/home/runner/work/test/a/b' I see meaning...

From the readme: > ### Features to Consider Implementing in the Future > > If you’re interested in one of these features, please send a Pull Request if you can,...

![image](https://user-images.githubusercontent.com/20914054/68790837-d75de400-0626-11ea-9f57-372d0b9d9b8c.png)

Hello, first of all thanks for this awesome package!! The documentation says that > Stream API will be added soon. Is it already a work in progress? I would really...

help wanted

Running the examples in https://alertifyjs.com/ cause the body to shift because the vertical scrollbar disappears. I was about to open an issue about this but I saw #167. So there...

documentation

On Linux, the three fields `result.total`, `result.used`, `result.free` are numbers, which is great. But on windows, the field `result.used` is a number while `result.total` and `result.free` are strings. They should...

It currently says _"list of items"_, and since the entity in the example is called `Item`, this was a little confusing for me. Avoiding the word _"item"_ in this sentence...

### Prerequisites - [X] Checked that your issue hasn't already been filed by cross-referencing [issues with the `faq` label](https://github.com/mochajs/mocha/issues?utf8=%E2%9C%93&q=is%3Aissue%20label%3Afaq%20) - [X] Checked next-gen ES issues and syntax problems by using...

help wanted
usability

## 🐛 Bug Report **Lib version: 4.1.0 (latest)** I cannot specify a note in a cell within a table. ## Steps To Reproduce ```javascript const Excel = require('exceljs'); const workbook...

The new example does not show any associations; it would be very useful to show associations being performed as well as suggesting how to organize the code for that. See...