Michael Heuberger
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?
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:  Any clues what it is?
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...
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`...
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...
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` ?
Would be nead if we also can export in PDF all subfolders of a chosen directory. Possibly with HTML option too? Thanks :)
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?