Brian Hicks

Results 101 comments of Brian Hicks

+1 on this, with a concrete use case: Prometheus metrics! The annotations look like: - `prometheus.io/scrape`: `"true"` or `"false"` - `prometheus.io/port`: port number Then a Prometheus installation will pick up...

> Are you using a ruby manager, like rvm or chruby? I was using a Ruby installed via Nix. `which ruby` returned the right thing outside Vim. I'm not sure...

This falls squarely in the "use `Csv.Parser`" bucket of things you can do with this library. The functions in there say to open an issue if you need them—I guess...

I'm trying to do this, I've got this so far but it doesn't work, any ideas? ``` elisp (setq kwds `(,jinja2-font-lock-keywords ,jinja2-font-lock-keywords-1 ,jinja2-font-lock-keywords-2 ,jinja2-font-lock-keywords-3)) (define-minor-mode blah-mode "doc string" nil "...

🤔 this is something we've inherited by making a façade over `String`, and in fact we're passing directly through to `String.` I see two ways forward: 1. remove the functions,...

@drathier would you mind moving this issue to elm/core? I don't think we're going to fix it here.

Yeah, getting rid of `stringOfLength` also has to balance what's actually the most common use case here. If people use strings with fixed lengths a lot, it's probably better to...

I'll take `background`! (1-7 inclusive) What do you think would be the best diff to look at so I don't submit something unexpected in a PR?

Mmm, my bad. I guess I was after general advice for the other 356 items to make this low-hanging fruit even lower. Based on our chat elsewhere, here's how you'd...

also, ah dang you already did this in the wiki! Nice! I just missed it.