Michael Heuberger

Results 209 issues of Michael Heuberger

When I have this in my css ``` a:hover { text-decoration: underline; } ``` and it gets inlined, then inline-css does not include them for links. Why?

help wanted
feature request

Internal measurements have shown that this module can block node's internal event loop for about 200ms which is quite a long time. Any chance you could break down internal async...

This error happens when I want to test authentication on https://localhost:3443 for an add-in I'm developing locally: ![screen shot 2018-05-15 at 11 21 38](https://user-images.githubusercontent.com/177641/40028328-535623fa-5832-11e8-880f-6a41c219537e.png) Any clues what it is?

area: authentication
area: outlook

Initially raised in https://github.com/OfficeDev/office-js/issues/132#issuecomment-389228887 The problem is that the first page must be in my domain, redirecting to the Microsoft Endpoint. `authenticator.authenticate()` doesn't do that and isn't really helping. Would...

area: authentication
area: outlook

I have following code for testing an add-in I'm developing locally and show it up on https://outlook.office365.com/ It seems the promise never gets executed for whatever weird reason. The `console.log`...

area: authentication
area: outlook

This error is thrown in my project ``` Error: Invalid version: "207-alpha1-SNAPSHOT" ``` Our version in package.json is sentimental, not in semver. In error stack trace I can see above...

bug

Because we have some proxy handlers further down the road processing these plus a catch-all handler for other purposes. In other words, how can we completely disable the `notFoundHandler` ?

help wanted

Would be nead if we also can export in PDF all subfolders of a chosen directory. Possibly with HTML option too? Thanks :)

enhancement

Have downloaded and installed your deb file for Ubuntu but cannot run it at all. There are warnings and errors in the syslog: ``` Jul 2 13:41:34 M1 AptDaemon.Worker: INFO:...

Can you make it apt-get installable for Ubuntu distros?