vollkorn1982

Results 22 comments of vollkorn1982

I am affected as well: 2022-04-26 19:54:23 jan-ThinkPad-T14s scout[42266] ERROR securitycenter.py L86: Failed to retrieve compliance results: Azure Error: MissingApiVersionParameter Message: The api-version query parameter (?api-version=) is required for all...

@soufianetahiri I believe this is not the correct package. EntroPy-Package (https://pypi.org/project/EntroPy-Package/) has a different function signature than the original package of 'entropy' and is altogether very different. I worked with...

Ah, here is, er, was the original project: https://web.archive.org/web/20170223005354/https://github.com/natano/python-entropy/

Ah, I found a fork of the original project: https://github.com/modzero/python-entropy The code in commit 6249acd912fc5e8faff8f35e2b63147ed9c90a80 seems to be the unmodified original code. It worked for my project to get it...

That should work, but you forgot to remove the wrong dependency 'entropy' from `bin/requirements.txt`. Just out of curiosity, why did using that repo not work for you like the following...

Just tested this with Firefox 105.0.1 on Ubuntu 22.04 and it does not work. ``` % flatpak permissions webextensions Table Object App Permissions Data webextensions passff snap.firefox yes 0x00 ```...

I tried that script and modified it a bit: ```bash #!/bin/bash rm -rf apks 2>/dev/null for prog in adb yara; do command -v $prog >/dev/null 2>&1 || { echo >&2...

Encountered the same issue. Interesingly, I also noticed the corrected link does work in Chromium, but not in Firefox. Any Firefox user experienced the same issue?

I traced the problem down to the JavaScript implementation in [pwd.js](https://cdn.jsdelivr.net/gh/play-with-docker/sdk@74a853bbc404ce08c091a4b2c6f1de52df0da933/dist/pwd.js), but I cannot find where pwd.js's repository is to make a pull request against. Anyone know where to find...

It's an upstream bug, follow progress in this issue: https://github.com/play-with-docker/sdk/issues/56