Results 8 issues of Gunnar

### Which *exact* Umbraco version are you using? For example: 9.0.1 - don't just write v9 9.5.0 ### Bug summary Umbraco backoffice user is created with userDisabled = 1 (IsApproved...

type/bug

[email protected] To successfully debug application startup errors it can be useful to view their network requests at launch. Uncommenting //this.setupXMLHttpRequestHook(); in Line 35 of vorlon.xhrPanel.client.js does not work correctly (likely...

[email protected] SSL disabled When using /httpproxy to f.x. open the url https://www.dominos.is to debug you are redirected to urls similar to the following https://192.168.15.105:1337/vorlonproxy/root.html?vorlonproxytarget=https%3A%2F%2Fwww.dominos.is&vorlonsessionid=dominosis In this case the target site...

[email protected] With ssl enabled the proxy does not seem to work correctly, it returns the following for all urls Cannot GET /vorlonproxy/root.html?vorlonproxytarget=https%3A%2F%2Fwww.dominos.is&vorlonsessionid=dominosis

I think #448 and #527 missed the text displayed in https://github.com/ethereum/staking-launchpad/blob/dev/src/pages/SelectClient/SelectClientSection.tsx "To process incoming validator deposits from the execution layer (formerly 'Eth1' chain), you'll need to run an execution client...

Might be useful to have a Vorto core package that would not include the app plugins folder. Useful for libraries intending to make use of vorto data properties. Let me...

Is there a reason for this? Seems like it would be better to distribute the package in release mode. (I checked with a directory scanning fork of https://assemblyinformation.codeplex.com/)

### Issue description Fire and forget tasks are widely discouraged as asp.net can abruptly halt them when the request has been completely process. (f.x. [here](https://blog.stephencleary.com/2014/06/fire-and-forget-on-asp-net.html) and [here](https://haacked.com/archive/2011/10/16/the-dangers-of-implementing-recurring-background-tasks-in-asp-net.aspx/)) HostingEnvironment.QueueBackgroundWorkItem seems to...

enhancement