Paweł Zakrzewski

Results 16 issues of Paweł Zakrzewski

I would like to update all or selected properties of an existing object. Is it possible to do it with QtJsonSerializer? Right now I am writing such de-serialization functions myself,...

W nawiązaniu do: #444 Produkowanie się nad odpowiedzią, żeby OP ją zaraz usunął bo np. uznał swój błąd za głupi jest bardzo deprymujące. Chciałbym więc jakieś oznaczenie, że "w tym...

improvement

Botek wspomniał o mnie w poście. Potem dostawałem notyfikację o każdej edycji tego posta: ![](https://i.imgur.com/JuW2vAU.png) Bardzo mi się podoba, że są notyfikacje po wspomnieniu w edycji, ale dodałbym chociaż jakiegoś...

improvement

Fajnie by było gdyby był odgórny support dla ciemnego tła serwisu.

This PR adds tests for GitHub actions workflows for: - Windows - Linux - MacOS (x86_64) arm64 MacOS is not currently tested due to a GitHub actions limitation.

enhancement

This change implements recomputation of tablet replicas which would happen when altering the keyspace schema. That is, we either add or remove replicas from the DCs for which we change...

area/tablets

This feature heavily leverages the old feature "Crash Loop Detection", but offers a more robust API, underlying implementation and is named more appropriately to its expected usage.

[code-server][1] is a pretty good alternative to VSCode for platforms that don't support it (e.g. FreeBSD will not work with RemoteSSH), I am wondering how much work it would be...

```rb require 'uri' require 'net/http' require 'net/https' url = 'https://google.com/post' uri = URI.parse url http = Net::HTTP.new uri.host, uri.port req = Net::HTTP::Post.new uri.path http.use_ssl = uri.scheme == 'https' r =...

This change fixes #17237, fixes #5361 and fixes #5362 by passing the limit value down the call chain in cql3. A test is also added. fixes #17237 fixes #5361 fixes...

backport/5.4
backport/6.0