Tim Jarzombek

Results 11 comments of Tim Jarzombek

@jstedfast `async` and `await` were added in .NET Framework 4.5. It'd be easier to use those than TPL -- I'm not sure TPL is maintained now. ETA: I can't read...

Current thought - first add code coverage to the build workflows. After that it should be easy to try out different coverage reporting services.

Check out [merging resumes](https://github.com/hacksalot/HackMyResume#merging-resumes). That's what I'd planned to do.

I'm not sure what URL should be used. I don't know if editors will cache the schema and not catch updates.

I'm not able to reproduce this outside of the pipeline. I don't have permissions to add a new certificate to the application registration, so that limits my options for validation....

Hey @christothes, the certificate has a known location on Windows agents: `D:\a\_temp\spnCert.pem`. The certificate is there when the `AzureCLI@2` task has the `addSpnToEnvironment` set to true (see [here](https://learn.microsoft.com/en-us/azure/devops/pipelines/tasks/reference/azure-cli-v2?view=azure-pipelines#:~:text=addSpnToEnvironment%20%2D%20Access,syntax%3A%20%24servicePrincipalId)). This particular...

Peter, I doubt that will work due to issue #706. On Fri, Mar 18, 2016 at 1:30 AM, Peter Kneale [email protected] wrote: > How about this: > - Ask your...

Just encountered this issue on _one_ computer but not another. Here's what's logged when loading the settings page for homebridge-myq (`http://host:8581/api/plugins/settings-ui/homebridge-myq/index.html?origin=http%3A%2F%2Fhost%3A8581&v=3.4.3`): > Refused to apply style from 'http://host:8581/chrome-extension://hokifickgkhplphjiodbggjmoafhignh/fonts/fabric-icons.css' because its...

Thanks for the pointer @donavanbecker -- the beta release fixes it.

Could you share a gist or repo that exhibits this behavior? I know of quite a few things that would break if this behavior did not work. My suspicion is...