Jonathan Jacobs

Results 11 issues of Jonathan Jacobs

This exception is raised when trying to instantiate `DeferredContext` outside of an action. My current use here is to correctly propagate the Eliot context across long async callback chains. Any...

`M-x ggtags-find-tag-dwim ->Decimal` produces the following error: ``` global -v --result=grep --color=always --path-style=shorter -\>Decimal global: invalid option -- '>' ``` `M-x ggtags-find-tag-dwim *assert*` produces a slightly different error, although still...

Currently a field is either invalid or valid. In most form-heavy applications there is a grey area where a value might be outside of some "known good" parameter but not...

Type: Enhancement

Inspecting the arguments to `magit-log` (in `magithub-pull-request-new`) it seems like it ends up doing something like `(magit-log "master..jonathanj:the-branch")` which likely will never result in anything useful. I think probably this...

For JSX input that has multiline expressions: ```tsx function MyComponent() { return ( { someCondition ? : } { someFunction( some, arguments) } ); } ``` The formatted output always...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the issue All change listeners on `Dimensions` are called on the first...

bug

The code extracts `message` from the bean of the exception but doesn't do anything with it. In a recent issue I was experiencing I was just seeing `:type "connect"` errors...

I hope I'm not missing something obvious but navigating into (and out of) subforms seems to be more difficult than one would hope it would be in a Lisp. For...

## Summary Extends RegExp to handle `\p` and `\P` Unicode property escapes, standalone and within character classes, for Unicode mode. The implementation extends the existing idea of tables of codepoint...

CLA Signed

``` $ lein with-profile +user localrepo install some.jar com.some/jar 1.2.3 Error encountered performing task 'localrepo' with profile(s): 'base,system,user,provided,dev' Suppressed exit ``` Setting the `DEBUG` envvar produces the following useful snippet:...