Andy Gayton
Andy Gayton
I'm seeing this as well on macOS 11.5.2, node 16.9.1. A workaround for me was to install hyperspace directly ` npm i hyperspace -g` and run the daemon directly in...
Is it possible `mark_page_accessed` is no longer called every time `add_to_page_cache_lru` is?
With `ureq`'s focus on simplicity, do you think there'd be interest in accepting a PR to add unix domain socket support?
Adding to the mix of ideas, allow for `ureq::get(path`s in the form: ```url http+unix://%2Ftmp%2Fapi.sock/service?query=1 ``` - `scheme`: `http+unix://`, this allows https to still be conveniently expressed - `authority`: `%2Ftmp%2Fapi.sock`, sock...
To reproduced the [time based buffering case](https://discord.com/channels/601130461678272522/601130461678272524/1234880116505575514). In a nushell: `tail -F /tmp/foo.out | lines` then in another shell (this is posix, but could be nu, too): `date >> /tmp/foo.out...
I think this related: ``` #!/usr/bin/env -S nu --stdin def is-person [name, person] { match $person { { name: ($name) } => "variable match", { name: $name } => $"unpack...
Noting additional interest in this issue, from the [discord help channel](https://discord.com/channels/601130461678272522/614593951969574961/1151182938675879996)
From Steve on [discord](https://discord.com/channels/601130461678272522/614593951969574961/1232695388658729090): ``` How do i best sort a list of strings by length? I came up with: echo [Steve,Alice,Charles, Bob] | each { |x| [[name,len]; [$x ,($x...
Hi @xp-vit! I've not been keeping up with recent Consul developments. Is it possible to link to the documentation for custom key / value prefixes? I couldn't see it immediately:...
It looks like those test failures are just flake8 errors with python3. This looks great. Do you have time to research adding tornado + twisted support? It'd be good to...