Jakub

Results 112 issues of Jakub

Currently our Logstash is generating a LOT of warnings like this: ``` object mapping for [json.blck] tried to parse field [blck] as object, but found a concrete value ``` This...

:passport_control: logging

**Describe the bug** The build fails on Windows Server 2019 on the `make update` call. More specifically it can be reproduced with `make libminiupnpc.a`. **To Reproduce** Steps to reproduce the...

Hi! I want to start by saying that I love the_silver_searcher and thanks so much for working on it. I've been experiencing ag hanging on a futex() call randomly and...

Use of string doesn't make sense unless you know that the `repo` argument here means `{owner}/{repo}`, and not just `{repo}`. If you simply pass repo name you instead get a...

Currently the official Docker image applies the `VOLUME` directive to the `/opt/tomcat` folder: ``` > docker history openkm/openkm-ce:6.3.12 | grep VOLUME 14 months ago /bin/sh -c #(nop) VOLUME [/opt/tomcat] 0B...

# Problem This problem was discovered while working on deployment of our [Matterbridge fork](https://github.com/status-im/matterbridge) developed by @endulab :+1: * https://github.com/status-im/infra-misc/issues/250 Despite increasing host size the memory usage keep growing until...

E:Status-go Bugs MVP
messenger-team

Bit of a cleanup to make it more readable and also fix building of libraries. Moving the actual build to `default.nix` makes `flake.nix` more readable.

### Background Currently it is necessary to update manually the `vendorSha256` in `flake.nix`: https://github.com/waku-org/go-waku/blob/150ade6f33787f5de5bd417710a8893340998682/flake.nix#L31-L32 Which requires building the node and getting correct SHA256 from the error. It would be better...

This way we can actually build and run a beacon node using just: ```sh nix run 'github:status-im/nimbus-eth2?submodules=1' ``` The `?submodules=1` part should eventually not be necessary. For more details see:...

**Describe the bug** Currently the `/eth/v1/node/identity` REST API endpoint returns incorrect multiaddress under `p2p_addresses`: ``` [email protected]:~ % c -s 0:9311/eth/v1/node/identity | jq '.data | { p2p_addresses, discovery_addresses }' { "p2p_addresses":...