John Jones
John Jones
I had an issue too and had to set it manually in settings.ini. Here's mine: ``` [composing] compose_key=VK.CAPITAL led_key=VK.CAPITAL reset_delay=-1 use_xorg_rules=True use_xcompose_rules=True use_emoji_rules=True unicode_input=True case_insensitive=False discard_on_invalid=False swap_on_invalid=False beep_on_invalid=False keep_original_key=False always_compose=False...
It's weird, there really only appears to be one place where this would exit with `1` afaict: https://github.com/buildkite/agent/blob/848a053b3131ebced93d829c3215b31bddd19f72/main.go#L123-L126 Like there's other places it would due to malformed command or config,...
Just in case it's helpful to anyone else coming here: I found a relevant snippit for walking results that provide isTruncated/contMarker pagination: https://github.com/apeckham/s3-index-clj/blob/e039050f629d69207991600ad9c8f5c57b900c58/src/s3_index/core.clj#L6
I've been looking into this and I suspect the 10ms limit is from [TIMEOUT_RESOLUTION_MS](https://github.com/clojure/core.async/blob/162d4e62aeb41b50602bb808657f090e0504391c/src/main/clojure/clojure/core/async/impl/timers.clj#L23) in `core.async/timeout`'s implementation. There's a write-up on it [here](http://danboykis.com/posts/core-async-timeout-channels/) but basically `timeout` returns an existing channel...
Seems like this is caused by pipe taking a token and waiting at https://github.com/brunoV/throttler/blob/master/src/throttler/core.clj#L53 while bucket filler thread is still adding tokens. So if there's any kind of delay between...
Here's the same test but the throttled fn is used immediately: ```clojure $ lein repl OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and...
Man Github notifications are bad. Sorry about the delay getting back to you. I haven't touched this code in ages but iirc I didn't have to actually flash the Si4010,...
I've thought about doing it to for kicks but I wouldn't want to maintain it. Especially with WSL being generally available, it just seems like adding unnecessary complexity. If you...
Huh, how about that. I just assumed they ported FUSE without checking, my bad. I use yas3fs from a nix instance that shares the mounted bucket as a CIFS share...
I hate watching PRs sit but I don't know enough about this to be able to verify the change without reproduction steps. Could I trouble you to tell me how...