Results 22 comments of Vladimir Penkov

https://github.com/playframework/playframework/pull/6058 just upgrade play to 2.5.3

The only measurement we saw was the high CPU utilisation (up to 20%) on each node (3 nodes). This caused the regular searches also to be slow. I believe the...

I mean, I created my own input, that works with my own format of messages. And that caused the problems

As a workaround I simply use static fields of a class (the same idea)

add `espree@^3.5.4` to `devDependencies` manually and try again

``` "devDependencies": { ... "estraverse": "^5.1.0", "protobufjs": "^6.10.1", "estraverse": "^5.1.0", "semver": "^7.1.2", "uglify-js": "^3.7.7", "tmp": "^0.2.0", "chalk": "^4.0.0", "jsdoc": "^3.6.3" ... } ```

workaround: ```RUN curl https://www.postgresql.org/media/keys/ACCC4CF8.asc | gpg --dearmor | tee /etc/apt/trusted.gpg.d/apt.postgresql.org.gpg >/dev/null RUN sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt bookworm-pgdg main" > /etc/apt/sources.list.d/pgdg.list' RUN apt-get update RUN apt-get -y install postgresql-13-repmgr ```

https://github.com/DanielaSfregola/twitter4s/pull/245

this.**proto**.init(); this method calls superclass method, but I guess it is whong or you should update documentation (**proto** instead of _parent())

can't believe it. I've made almost the same page and it worked. But original page has no _parent(). I guess it is because of js scripts conflict or something like...