Benoit Sautel
Benoit Sautel
I kept investigating to try to understand what is the cause of this issue. The [rxjs documentation](https://rxjs.dev/guide/observable) states that Observable (of is a builder of an observable) guarantees that the...
After having spent a lot of time to investigate this issue (that made us lose a lot of time in our development process), I think I could identify its cause....
I am also facing this issue with Spring Boot 2.0.4. I noticed that the tests don't always fail, they are unstable. In particular, I was using a very slow continuous...
Indeed, it does not work on iOS. In [this comment](https://github.com/tsayen/dom-to-image/issues/74#issuecomment-270863365) I explained the workaround I use to make screen shots on iOS.
Ok, I am using it to make some screen shots of very small cards and html2canvas renders them rather well on iOS 10. I assume you have some more advanced...
Hi @mklilley. I am facing the same issue. I can add that at step 4, the `inAppPurchase.subscribe()` promise seems to be rejected. I do not have more precisions about this...
As a workaround, I created manually the `npmCi` task in the build script: ```groovy task npmCi(type: NpmTask) { dependsOn npmSetup npmCommand = ["ci"] inputs.file("package.json") inputs.file("package-lock.json") outputs.dir("node_modules") } ```
Yes it is possible. And no, the npm install task is not triggered automatically, at least when you use custom tasks extending `NodeTask`.
Hi @TiJof. After creating this issue, I discovered #1885 which reports the same issue on Debian. You can have a look at it, we discussed about a few tips to...
It sounds like nothing changed in this ticket since it was created. On my side I now use [Naemon](http://www.naemon.org/) and [Thruk](https://www.thruk.org/) as web interface. It works fine. During the migration,...