Audun Ytterdal

Results 12 issues of Audun Ytterdal

Steelseries Arctis 7p is not recognised running on os x 10.15.7 Anything I can do to help?

device-request

Atleast when using npm the documentation says to use ``` Apricot.open("url", function(err,doc) ``` while it really only takes function(doc) in the release (fixed in trunk?)

``` Apricot.open("http://audun.ytterdal.net/test.php", function(doc) { doc.find('title'); doc.each(function(el) { console.log('found "' + el.innerHTML + '"'); }) }) ``` Produces ``` $ node examples.js found " " found "Tittelen på siden " ```

https://docs.sentry.io/platforms/javascript/enriching-events/identify-user/

It would be supernice to be able to set the temperature by clicking on target_temperature and use the keyboard to set the temperature instead of clicking on the chevrons 10...

Quick hack working `edit_uri` for git+ssh repos Fixes #119

Hi. We use github enterprise and are looking into using the multirepo plugin there but ran into some issuses combining ssh-git urls edit urls. ```yaml - multirepo: cleanup: true keep_docs_dir:...

bug

Many repos has a setup where there isn't a docs dir, but there might be multiple .md-files (mostly README.md) in several subdirectories in typical monorepo setups. It would be cool...

--min 2 would then only print if something has more than 2 hits.