jcaesar

Results 27 issues of jcaesar

#188 / 5d324f14ccd7030355e618e81a31ef0d45dcba35 added reading the LOG4J_ environment variables, but converts all keys to lowercase. Please correct me if I'm wrong on this: Matches in log4j.properties are case sensitive, this...

Implements wasmerio/wasmer#29. I've tested this on some other repository, but I obviously can't test it on yours. So there might be some quirks. For the login token, you'll have to:...

If the matrix client fails its sync (for example with an `M_UNKNOWN_TOKEN` because of a configuration error) there will be no output at all, just a stale promise. The critical...

Quick reproducer ```bash cargo new foo cd foo cargo add rand # Example dependency echo ' [profile.release] strip = "debuginfo"' >>Cargo.toml echo 'FROM clux/muslrust:1.63.0 AS chef RUN cargo install cargo-chef...

I encountered a crd [in the wild](https://github.com/strimzi/strimzi-kafka-operator/releases/download/0.28.0/strimzi-cluster-operator-0.28.0.yaml) that contains the following snippet: ```yaml jvmOptions: description: JVM Options for pods. properties: -XX: description: A map of -XX options to the JVM....

bug
good first issue
help wanted

I'm running with `-forceTranscodeTo web` and the log is just full of ``` Sep 09 21:22:11 pride dms[66328]: 2023-09-09T21:22:11+0900 NIL [github.com/anacrolix/dms/dlna/dms.(*Server).serveDLNATranscode:459]: logging transcode to "/home/julius/.dms/log/web/foobar.mkv" Sep 09 21:22:11 pride dms[66328]:...

Content of the PR is what it says on the tin. The [SMILE format](https://github.com/FasterXML/smile-format-specification) is arguably somewhat niche, but the author of the [`serde_smile`](https://crates.io/crates/serde-smile) crate is well known (understatement) and...

* My motivation for this is to make cross-compiling easier. This gets rid of the need of a (working) C++ setup for cross compiling * A small speedup is a...

File: `~/.config/kcat.conf` ```none bootstrap.servers=localhost ``` Error output: ```none % Mock cluster started with bootstrap.servers=127.0.0.1:34481 % Press Ctrl-C+Enter or Ctrl-D to terminate. %3|1678154818.783|FAIL|rdkafka#producer-1| [thrd:localhost:9092/bootstrap]: localhost:9092/bootstrap: Connect to ipv4#127.0.0.1:9092 failed: Connection refused...

The title actually says it all, but: Various getters return asynchronous streams ([`async_ftp::FtpSream::retr`](https://docs.rs/async_ftp/4.0.1/async_ftp/struct.FtpStream.html#method.retr) in my case, but so does e.g. [`cat`](https://docs.rs/ipfs-api/0.8.0-rc.1/ipfs_api/struct.IpfsClient.html#method.cat) — seems unfair to return something the library itself...