Pete Heidler

Results 20 comments of Pete Heidler

I was having the same issue, and it was due to PDFs not being PDF/A compliant. https://github.com/Hopding/pdf-lib/issues/623#issuecomment-724654427

A little late, but I was having the same issue and this appears to be the root cause: https://github.com/Hopding/pdf-lib/issues/623#issuecomment-724654427

@llazaroAyesa @vegardei I was able to resolve the issue using this workaround: https://github.com/SharePoint/sp-dev-docs/issues/9099#issuecomment-1701406090

I found this: https://stackoverflow.com/questions/28904607/cannot-import-requests-packages-urllib3-util-retry Importing directly from urllib3.util fixed fetching data for me, but now I'm down the rabbit hole of trying to parse the grib data with pygrib. Any...

@amandabaughan It's been a while since I've worked with this library, but if I remember correctly, I couldn't get pygrib to run natively on Windows. I believe I used a...

I think Spain is out of range for the exported models. You'll need to add another one, like this: ``` global_wave_model = surfpy.WaveModel( name='gfswave', subset='global.0p16', description='GFS Wave Model: Global 0.16...

@heesungjang We are encountering the same issue. Regenerating the secret did not resolve the issue for the customer. Did you end up finding a solution to this?

@Ashlesha-MSFT It looks like you have the app open in the wrong context- if you join the meeting, you can open the app in the side panel. Let me know...