seokcheon.ju
seokcheon.ju
windows 10 supports built-in virtual desktop. But when I change desktop from A to B while Pillow process takes screenshot in A, then I get B's screenshot. The thing i...
Some of imported module in plugins are using go > 1.15 example: - https://github.com/redis/go-redis/blob/v9.0.2/go.mod - https://github.com/redis/go-redis/blob/v8.11.5/go.mod - https://github.com/IBM/sarama/blob/v1.40.0/go.mod - https://github.com/jackc/pgx/blob/v5.0.0/go.mod - https://github.com/labstack/echo/blob/v4.9.0/go.mod and more of it. Also some releases are...
Ownership of sarama has changed to IBM. https://github.com/IBM/sarama/releases/tag/v1.41.0 It can be breaking change cause pinpoint use v1.26.4. Will it be ok to change `github.com/Shopify/sarama` to `github.com/IBM/sarama`? > interface doesn't changed...