Andrew

Results 13 issues of Andrew

Leiningen offers a rather useful tool in [profiles](https://github.com/technomancy/leiningen/blob/f5bea91dda3021c3915a077828748f16734580ec/doc/PROFILES.md), which is currently not included in lt-plugin. Briefly described for our purpouse, a `profiles.clj` is a way to allow the user (in...

## Description This patch assigns Nord colors to seven additional elements of the VS Code editor interface; specifically, it covers the otherwise jarring gutter and inline icons of breakpoints and...

context-ui
scope-compatibility
scope-quality

For collections, it is generally desirable to match the standard library API where feasible. By and large, `qp_trie` already offers the methods one would expect from a trie, but there...

Currently, string keys are rather unwieldy. They cannot be used directly in QP-tries, and must either be wrapped individually or funnelled through ancillary inherent methods – loose methods which exist...

An implementation of the `AsKey` trait, as proposed in #13. The primary goal of this PR is to improve the ergonomics of string keys, but it might be worth considering...

Currently, the `serde` serialization feature in `locid` is implemented for `LanguageIdentifier` only. This basic PR extends it to `Locale`, using the same (trivial) implementation that defers to string conversion and...

waiting-on-author

As a collaborator of [Homebrew Cask](https://github.com/caskroom/homebrew-cask), I would like to offer some considerations on version 4.0 of the Contributor Covenant. Core maintainers @rolandwalker and @vitorgalvao might also wish to offer...

Add some examples, starting with the ones offered by the paper.

Currently, highighting items in the browser filter-lists has no effect; this is confusing, as users commonly confer some semantic value to obvious visual hints such as highlights. The existing highlight...

enhancement
browser

The browser only reloads the BOT index when the input bar is cleared. Therefore, incremental queries can display stale results; errors that occur when a stale result is propagated in...

browser