thomasvdb

Results 5 comments of thomasvdb

@Ewynne Can you still reproduce this issue? Can you provide some steps to reproduce?

Hi, To workaround this issue on Azure DevOps I'm using this workaround found at Stackoverflow: https://stackoverflow.com/questions/63341991/are-there-any-solutions-to-the-fact-that-testcafe-doesnt-work-on-macos-images-w/63355065#63355065 ``` testcafe remote test.js --hostname ${HOSTNAME} --ports ${PORT1},${PORT2} & pid=$! open -a Safari http://${HOSTNAME}:${PORT1}/browser/connect...

Looked furter into it and it seems (correct me if I'm wrong) that DataFrame doesn't keep track if the type was nullable when reading the value.

Seems I'm hitting a similar issue. Getting the following error when running the command: `Unable to complete export. Unable to download media files. Could not complete request to https://management.azure.com/subscriptions/../Microsoft.ApiManagement/service/../portalSettings/mediaContent/listSecrets?api-version=2021-08-01. Status:...

We're seeing the same behaviour for NuGet packages. Dependabot YAML file: ``` version: 2 updates: - package-ecosystem: "nuget" directories: - [REDACTED] - [REDACTED] schedule: interval: "weekly" day: "monday" time: "06:00"...