Wojtek Czekalski

Results 100 issues of Wojtek Czekalski

Here's an OCaml library for [open telemetry](https://github.com/AestheticIntegration/ocaml-opentelemetry) The details are unclear to me... i.e. how should we propagate the ids. There are also multiple propagators: - [W3C TraceContext](https://www.w3.org/TR/trace-context/). MAY alternatively...

We don't have ~good~ docs. There's a Makefile with a doc generation script which is a good start. To automatically deploy them to https://dialohq.github.io/ocaml-grpc/ we need to run the doc...

good first issue

Might be related to: #4 ``` Diff.get_diff ([|"dzien"; "dobry"; "z"; "tej"; "strony"; "kuba"; "jestem"; "wirtualnym"; "doradcą"; "dzwonię"; "w"; "ważnej"; "kwestii"; "zajmę"; "dosłownie"; "kilka"|]) [|"dzien"; "dobry"; "z"; "tej"; "strony"; "kuba"; "jestem";...

Hey, I'm using h2 with gRPC and I'm giving ocaml-protoc a try now. In order to limit copies and allocations I'm wondering if we could have a variant of pbrt...

Copying the local configuration to the remote can be extremely slow. scp always reuploads everything whereas rsync could only upload files that are missing or changed.

I had struggled with this issue for many hours. Turns out, in the code where we fetch token from `oauth/token` (in token.ts), if the signal is not undefined (and it...

Hey! Thanks for the project. I am using declaratively deployed vms. The first deployment is flawless but then I'm encountering 2 issues with so called day 2 operations. ## Can't...

Hey, i spent a bunch of time on thursday debugging my provisioning and it turned out some firmware for my NICs was only accessible with `hardware.enableAllFirmware = true;`. I am...

I am using gcs and it exposes pub/sub interface for metadata update notifications. If we utilized it, seaweedfs could have near-real time information about the remote metadata in case of...

Scenario: 1. I have an s3 bucket that I cache locally 2. I add/remove files from the remote bucket regularly 3. I want to maintain my local mirror in an...