Andrzej J. Skalski
Andrzej J. Skalski
Hi, each time I change a phone I have to re-add all these keys manually. Can we add a print-QR option?
Hi, a huge part of Cursive I don't understand is Callbacks. What are they for? What is the advantage of returning a callback in response to consuming event? Can you...
Hi, I use your library for reading themes and determining colors, but for parsing I use tree-sitter. From profiling I have learned that building a highlighter whenever I query for...
https://play.golang.org/p/L1-ZE_IC267 This is a simple example, when not passing WithName on argument list, causes Gorgonia to confuse nodes - HaddamardProd in line 49 computes a product of vecs2 with itself,...
Hi, one thing that's on my mind is that it would be great to use be able to re-use animations made in Synfig as pieces of GUI in Conrod. I...
Hi, I noticed a thread with somebody implementing computer player. Would it be possible if computer player (or in general "other player") could communicate via some protocol (like JSON)? I...
Steps to reproduce: install and run as in docs, but with "-d" flag, and then try to update index from a project actually using the cached mirror. On my machine...
Hi, I implemented a Layer similar to this one https://docs.rs/tonic-tracing-opentelemetry/0.19.0/src/tonic_tracing_opentelemetry/middleware/server.rs.html , and I want to access "grpc-status" field that is not among the headers, it seems to be added later...