Daniel Gustaw

Results 200 comments of Daniel Gustaw

I have the same error. I was trying to use this package with meteor. I installed it by npm and copied code from README to meteor method. I had also...

There are explained differences: https://stackoverflow.com/questions/35848688/whats-the-difference-between-replaceone-and-updateone-in-mongodb This pull request is great, can I please accept it?

Why this pull request was abandoned?

Hi @rwilliams-scottlogic! :) I created pull request that solves this problem.

@spmason can you accept this pull request and pull requests with updates of dependencies?

You can use it on frontend: Import it: ``` import qif2json from 'qif2json'; ``` And use: ``` qif2json.parseInput(text, {encoding: 'utf-8'}, async (err, data) => { ... your code ... })...

Now I have problem on fronted because of error: ``` This dependency was not found: friendly-errors 21:14:27 friendly-errors 21:14:27 * fs in ../qif2json/lib/qif2json.js friendly-errors 21:14:27 friendly-errors 21:14:27 To install it,...

At this moment last pr that was accepted is: https://github.com/vuejs/vue-cli/pull/7324 merged by @sodatea into [dev](https://github.com/vuejs/vue-cli/tree/dev) from [dependabot/npm_and_yarn/loader-utils-1.4.1](https://github.com/vuejs/vue-cli/tree/dependabot/npm_and_yarn/loader-utils-1.4.1) on Nov 9, 2022 In README you can read that Vue CLI is...