Cora Sutton
Cora Sutton
Receiving on a closed channel in agent will raise an error. In go it will return immediately with the zero value for the object's type and false (in the case...
The global registry for channels is a potential source of memory leaks. We could potentially special-case channels and dup them rather than marshal them so that we don't lose references...
Some objects are singletons or are virtually immutable, so there's no need to marshal them. We could potentially let users specify their own classes to ignore or specify how to...
[When stderr is redirected to /dev/null the output of direnv is swallowed](https://github.com/iridakos/goto/blob/master/goto.sh#L285). This wouldn't be a problem except direnv can use interactive prompts and so you'll be stuck not knowing...
Alchemist does improper shell escaping in both [alchemist.vim](https://github.com/slashmili/alchemist.vim/blob/master/after/plugin/alchemist.vim#L20) and [alchemist.py](https://github.com/slashmili/alchemist.vim/blob/master/alchemist.py#L111-L117). This breaks installs where the alchemist source is hosted in a path that has spaces in it and may have...
`cargo fmt` doesn't seem to support `--manifest-path` anymore. See https://github.com/rust-lang-nursery/rustfmt/issues/2817
Just wanted to share how I got the HTML to build on macOS Mojave 10.4.5. Dependencies: * ruby 2.3.8 (I used [asdf-ruby](https://github.com/asdf-vm/asdf-ruby) to install it then [set the asdf ruby...
The [Deps and CLI Guide](https://clojure.org/guides/deps_and_cli) and the [Using Libs Reference](https://clojure.org/reference/libs) both talk about classpaths without ever introducing what they are or what they mean. In fact, not a lot of...
Womp womp! Datalevin fails to analyze. Seems like a pretty popular project and it'd be nice if we could get it working. https://app.circleci.com/pipelines/github/cljdoc/builder/31218/workflows/2f4e0bdc-b511-4bc2-803c-849d3985c8ee/jobs/47592
When generating searchsets we just use the doc name when we could be using a sort of hierarchy of names like to show the nesting and context.