Aaron Jensen

Results 79 issues of Aaron Jensen

**What would you like Renovate to be able to do?** When upgrading node, ruby or the like, it should also change the version in `.tool-versions`, used by [asdf](https://github.com/asdf-vm/asdf). **Describe the...

type:feature
help wanted
priority-3-medium
new package manager
status:in-progress

I just got a new KA2 w/ a kinT41 (w/ teensy 4.0). I have macOS and, for some reason, I cannot wake my laptop up from sleep using the kinT41....

This used to work in Emacs, I'm not sure if something has changed. I now get "Available line length is too short" I'm on macOS 10.13.3

If a job crashes, I'd want to be notified via something like honeybadger or appsignal. Likewise if a job fails ultimately (no more retries). Is there somewhere to hook into...

At the moment we can see average latency per job for background jobs. In order to know whether or not we need to add more background job processors we want...

Flow's new progress messages are included in the error printing: ![example agent console 2018-01-10 18-04-03](https://user-images.githubusercontent.com/8588/34805045-ac959aa4-f630-11e7-9a14-b2be013a2acc.png)

Fixes #9 This may fix the issues you were seeing, it was possible for infinite recursion to happen which cause a stack error. This should prevent that.

I'm sorry for the flurry of issues... it's only because I like this package. This one is somewhat esoteric as well, so if you don't intend to support typescript, I...

bug

Rather than attempt to explain it myself I'll just include a snippet of Leap.vim's readme: Leap allows you to jump to any positions in the visible editor area by entering...

``` message_store=> explain analyze select * from message_store.messages where message_store.category(stream_name) = 'someCategory' and message_store.category(metadata->>'correlationStreamName') = 'someCorrelationCategory' order by global_position limit 1; Limit (cost=0.42..1.59 rows=1 width=775) (actual time=0.026..0.031 rows=1 loops=1) ->...