Adam Kauffman

Results 98 comments of Adam Kauffman
trafficstars

There is a little icon. The best test is to attempt to use OnStar and see if the operator picks up the phone. What I found is that it has...

Yes @ElizabethOkerio, I am using the `Custom Headers` box. I know I'm doing it correctly because it won't let you move to this step if you have it wrong. You...

@ElizabethOkerio If I manually navigate to the same $metadata endpoint and download the resultant XML file it is 3KB on disk.

I have noticed that some applications only notice a setting change in a file when they are activated. So if it's inactive it should never check the settings. Then when...

Application specific settings can be stored in the Mac Preferences. This could be done for Fyne itself and for Applications made in Fyne. Once you have stored your settings in...

This fix can be automated, and thus winget could be self healing if it performed this action upon seeing that error: ``` Invoke-WebRequest -Uri https://cdn.winget.microsoft.com/cache/source.msix -OutFile $env:TEMP\source.msix Add-AppxPackage $env:TEMP\source.msix ```

Some PDF can be parsed, some need to be run through OCR. This is a big ask. OCR isn't automatic, it requires human review. For this reason I would agree...

I just ran into this exact same issue. I followed the conversation here. I added two things to my `ssl.conf` 1. DocumentRoot /with/correct/path/to/public 2. Using the example you linked. My...

> Quite easy. 3 persons from our service desk would like to add docs or chapters depending our actual requirements. Additionally 5 developer add their parts and would like to...

Spoke too soon. The result of that test here suggests it is still deadlocking.