Viacheslav Chernyshev

Results 8 comments of Viacheslav Chernyshev

I face the same problem, the tool doesn't work in WSL (version 2, if it matters). The API isn't blocked because I can successfully fetch the headers (and the data)...

Disclaimer: I am just another user of protobuf and cannot influence the direction of the project. One possible reason for why the proposed customization might be difficult to implement in...

I see the same problem when the Maven annotation processor configuration contains these elements: ``` org.mapstruct mapstruct-processor ${mapstruct.version} no.entur.mapstruct.spi protobuf-spi-impl ${protobuf-spi.version} ``` The error trace when I try to map...

I've just encountered the same problem, the logs are way too verbose. It seems that [`rebindLog`](https://github.com/probot/probot/blob/5a697eb477aa5618f3410be98e1c286b6b6a3f65/src/helpers/rebind-log.ts#L3-L11) is the culprit. Reproducer: ```ts import express from 'express' import { pino } from...

I see... Further debugging shows that `rebindLog` somehow breaks the serialisers on child loggers. Another reproducer: ```ts import { pino, type Logger } from 'pino' import { pinoHttp } from...

Hi @hideyukn88, thank you for investigating the report! I indeed tried WSLg on a HI-DPI system. A 15" Lenovo ThinkPad X1 Extreme Gen 3 laptop to be precise, with 250%...

Just stumbled upon this issue in one of our projects. The proposed rewrite rule doesn't seem right: ``` old=f"from {from_} import {part}_pb2 as _{part}_pb2", new=f"from {leading_dots}{from_} import _{part}_pb2", ``` There...