Judson Lester

Results 93 issues of Judson Lester

### Description Adds `nixPackage` option, which allows lorri to use `nixUnstable`, and therefore flake based shell.s Adds a little notifier service, so that starts and ends of builds can be...

### Describe the feature or problem you’d like to solve Related to #5493 and #3559 - when using the `gh workflow` and `gh run` subcommands, I'm usually trying to develop...

enhancement
needs-user-input

A command to encrypt the current buffer to the clipboard would be really helpful

enhancement

Related to #4800 ## Bug Report **What did you do?** I added a `resources` block to our filebeats `Beat` definition. **What did you expect to see?** Those resources to be...

>enhancement

I get that 2.7 is EOL, but I regularly need to use projects that haven't been updated and likely won't be. While the advice to move on is solid, tools...

The difference between asynchronous and synchronous event handling is a source of lots of code problems, and documentation is thin on the ground. I'd be very interested in a candidate...

Stock Angular 1.3: ``` angular.module(...).filter("name", function(){ return function(string, expression){ ... } }) ``` Since every filter follows this pattern, and stateful or injected filters are discouraged, perhaps A1 could do:...

As is, every annotation needs two closely coupled classes, but there doesn't seem to be a reason for that. You need the annotation itself and the annotationInjector that does the...

If I understand it correctly, _getDependencyType(dependency) stops at the first annotation it finds. The initial motivation (replace angular.thing calls) only needs that, it might be nice to be able to...

I'm using `mark` in an environment where there are pages that are maintained "natively" to Confluence. Is it possible to link to them in some "normal" way? Or do they...

help wanted