Scott Busche
Scott Busche
This is working fine for me on the latest GHE, what version are you running? We may need the markdown as well to troubleshoot.
Here is a simple way to reproduce: https://github.com/busches/gcp-pubsub-crash run `docker-compose up --build`. Here is the output you requested. I had to start the image with just Alpine and `openjdk17` installed...
Undocumented change `msSaveBlob` was removed from `window.navigator` in TypeScript 4.4.2.
Attach your `yo-rc.json` file please. https://github.com/Swiip/generator-gulp-angular/blob/master/CONTRIBUTING.md#issues
@alinnert You've crossed the bridge of asking a generic angular question instead of something related to the generator. Consider consulanting the [Google Group](https://groups.google.com/forum/#!forum/angular).
Tried 5.13.2, as soon as I remove `MOCKSERVER_MAX_LOG_ENTRIES: 500000` from my `docker-compose.yaml` my build starts failing again.
Same test suite as in #1171, but tested against 5.13.2. Not setting `MOCKSERVER_MAX_LOG_ENTRIES` I get `18617` log entries, despite my heap being super free. [memoryUsage_2022-04-21_default.csv](https://github.com/mock-server/mockserver/files/8535224/memoryUsage_2022-04-21_default.csv) Once I set `MOCKSERVER_MAX_LOG_ENTRIES` to...
We're running the mockserver docker image: ``` FROM mockserver/mockserver:5.13.2 COPY mockserver.properties /config/mockserver.properties COPY initializerJson.json /config/initializerJson.json ``` OS is either MacOS or `ubuntu:bionic` in CI. The JVM is controlled by you...
This is still happening and took me by surprise when it happened, is there interest from the project in changing it?
Looks like it was fixed in #1069