Nestor Custodio
Nestor Custodio
(I know this is a closed issue, but figured I'd toss a quick update in here for anyone looking through this later on.) ICU4X 0.4 was released 2021-11-01, and the...
The ICU4X Collator component work keeps getting bumped and didn't make it into the 0.6 release. It's currently slated for 1.0, but the current 1.0-beta only includes a partial implementation,...
I literally just ran into this problem but didn't want to bother with creating a client, etc. My workaround: create a "firefox" executable that dumps the auth url somewhere I...
Ah. If you're sticking to XDGBDS, that makes sense and I consider item 1 addressed. I would still argue, however, that (a) the `--pgclirc` flag should be respected with no...
Just adding a +1 to this as a Rubocop user. Without a filename, it's impossible to properly configure rules that only apply to (or are only excepted from) certain files...
FYI: the final ICU4X 1.0 release that hit in late September did indeed finally include a Collator component, and last month's 1.1 release included additional Collator-related fixes. Docs for the...
I'm seeing this error even without '/' in the regex. Literally `%r{}` (which is equivalent to `//`) starts throwing this error on every keypress within the delimiters.
@tysteiman There's a subtle difference here in that saying `"ui.cursor.primary" = { }` doesn't mean "pretend we never said anything about ui.cursor.primary" -- it means "I would like the primary...
Fair enough. Apologies for opening up a new issue where several already existed. Assuming this was a new problem, I only searched for "inherits" when looking for existing issues.
Seems odd that we're determining the Docker host *by duplicating what Docker does to determine the current host*. Shouldn't the entire `determineDockerHost` function be replaced by a straight-forward call to...