Ignacio Lago
Ignacio Lago
You can do it by hand. I have three apps pointing to the same database. You just need to add manually a new user for (examples) `yoursecondapplication` with rights to...
Interesting idea, @federicospini . I will be more than happy to add it to the roadmap. The feature could be: Heap.js should support a comparator that returns `Promise`, awaiting the...
Hello @federicospini, as I want to keep the *sync* core as efficient as possible, I have been sketching some ideas on how to add *async* functionalities without penalizing the performance....
Due to the profound implications of using an async comparison function, I made a fork of the `Heap` class called `HeapAsync,` which is independent. I haven't found an efficient way...
IMO, the advantages of using `bluebird` are endless, beginning with a great error trace support instead of an `UnhandledPromiseRejectionWarning` from nowhere (_shame on you, node!_). And take a look at...
@ssilve1989 I'd suggest to use the @lastobelus' updated fork: https://github.com/lastobelus/itermocil It has this and many other improvements and patches.
I have not been able to determine a way to reproduce it as it happens at different moments with the very same requests. As this library does not have any...
After applying those fixes, it still fails with Angular 12, that uses Webpack v5. This is the core of the package.json used: ``` { ... "dependencies": { "@angular/animations": "^12.1.3", "@angular/common":...
Please, @federicospini, if you could check that it works in your usage case, it would be super nice. I know this issue is quite old, so maybe you have lost...
This is done with the release of version v2.3.0.