foxt

Results 84 issues of foxt

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of...

### Description The application icon appears corrupt. ![image](https://github.com/docker/for-mac/assets/12257112/75389277-95aa-4e21-812b-cca2b2076ad5) ### Reproduce 1. Open Docker Desktop 2. Open the force quit panel. ### Expected behavior The Docker icon appears correctly. ### docker...

area/gui
status/triage
version/4.28.0

GIF: https://b1nzy.threw-the-ban-hammer-at.me/woops/861e11.gif

When installing noble, an error occurs. Running on macOS 12.1 ``` /V/5/d/bluetery  npm i @abandonware/noble Sat 6 Aug 22:34:14 2022 npm ERR! code 1 npm ERR! path /Volumes/500G/dev/bluetery/node_modules/@abandonware/noble npm...

I had to slightly modify Amebo to get it to work with the recent version of jszip, but I've got the ROM loading, I'm passing a canvas, and theres no...

![image](https://user-images.githubusercontent.com/12257112/113508147-456db880-9546-11eb-8fc9-bb3529169641.png) Dev versions work fine in Chrome (only).

## Description It would be great to have file system access within the script system. ## Why this feature/change is important? Currently if you want to reply with binary data...

enhancement

Hi, I'm trying to decode Pickle'd objects in JS. Running the following code works ```py pickle.loads(open("test2.bin","rb").read(),encoding='latin1') ``` However this does not ```js var f = Pickle.loads(AUint8Array) ``` I get `...