Vladimir Penkov
Vladimir Penkov
## Expected Behavior Codec should be initialised once when MessageInput is initialised (e.g. ```gelfCodecFactory.create(configuration)``` in [GELFHttpInput:42](https://github.com/Graylog2/graylog2-server/blob/master/graylog2-server/src/main/java/org/graylog2/inputs/gelf/http/GELFHttpInput.java#L42) Instead, it is initialised on each message in [DecodingProcessor:142](https://github.com/Graylog2/graylog2-server/blob/master/graylog2-server/src/main/java/org/graylog2/shared/buffers/processors/DecodingProcessor.java#L142): ``` final Codec codec =...
add logger warnings
This is not an error handling: ``` def filterStatuses(follow: Seq[Long] = Seq.empty, ... errorHandler: PartialFunction[Throwable, Unit] = ErrorHandler.ignore ... object ErrorHandler { def ignore: PartialFunction[Throwable, Unit] = { case scala.util.control.NonFatal(e)...
Hi. I was excited by your library, used it for a long time. But it lacks another useful monads from scala (collections, try, either). So I decided to implement in...
According to doc there must be available method: this._parent() But I get "TypeError: this._parent is not a function". By the way, can I call this method in constructor init()?
` "@angular/common": "^12.2.7",` (at the time of writing there is also 12.2.16) gives the following: ``` npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR!...
When i run this command in Dockerfile: ``` RUN curl https://dl.2ndquadrant.com/default/release/get/deb | bash ``` i get the error: ``` [ 4/12] RUN curl https://dl.2ndquadrant.com/default/release/get/deb | bash: #8 0.269 % Total...
``` pgp().pg.types.setTypeParser(20, parseInt); ``` this code will result in wrong detection of already applied migrations. The reason, i guess, is that id column has `BigInt` type, and gets affected by...
simple code hangs causing kube to kill pod: ``` import {parse} from 'node-html-parser'; const html = // load https://www.a1supplements.com/ const root = parse(html); ``` I use: ``` "node-html-parser": "^6.1.10", ```...
I am constantly getting this error: ```OOM RuntimeError: abort(OOM). Build with -s ASSERTIONS=1 for more info. at y (/opt/docker/node_modules/lz4-asm/dist/lz4wasm.js:16:393) at c (/opt/docker/node_modules/lz4-asm/dist/lz4wasm.js:19:185) at null. (wasm://wasm/000583fa:1:9108) at null. (wasm://wasm/000583fa:1:5022) at null....