Michael Staal-Olsen

Results 8 issues of Michael Staal-Olsen

I have a Raspberry Pi with the latest version of Node.js installed (6.3.1). Should I still run the old version? Can you provide very precise instructions on how to install...

### Is your feature request related to a problem? Please describe The default nginx user supplied by the image cannot execute scripts that alter the contents of `/usr/share/nginx/html`. I would...

I have been taking a look at the class XSLTransformer.java: https://github.com/hunterhacker/jdom/blob/master/core/src/java/org/jdom2/transform/XSLTransformer.java Why is it that on line 127 a new instance of TransformerFactory is made whenever a new XSLTransformer is...

Proposals

I would probably rather have just raised a question in a discussion rather than an issue, but I hope you are okay with it. I think it’s a super nice...

I would like for Git File Blame to have better formatting options. I have picked a custom annotation format of `${agoOrDate|20?} ${author|14-}` in order to keep the footprint small, plus...

feature
triage

### Description When toggling Git File Blame, the cursor goes way too much to the left hand side when making a newline. It stays like this for a few seconds...

bug
triage

## Describe the feature As discussed in https://github.com/forwardemail/free-email-forwarding/issues/251, there should be an alternative to exposing email addresses in public DNS records. This issue seeks to open this conversation again in...

enhancement

In the `protected_callback` decorator, it should be the same to just return the `wrapped_func` function instead of wrapping it inside of `wrap`. Reference: https://github.com/plotly/dash-auth/blob/1599f97319e5d610f580dcd4f7a748c4aa945845/dash_auth/group_protection.py#L209