-
### What OS are you using (`uname -a`, or Windows version)?
macos 14.4.1
```
Darwin Kernel Version 23.4.0:root:xnu-10063.101.17~1/RELEASE_ARM64_T6000 arm64
```
### What programming languag…
-
Below is some code for LZSS compression - written by ITE for Apple.. perhaps relevant. The format seems to be used for Compressing images (maybe the NO SIGNAL image that is streamed)
https://openso…
-
### What OS are you using (`uname -a`, or Windows version)?
```
Darwin Nicks-MacBook-Pro-2.local 18.2.0 Darwin Kernel Version 18.2.0: Thu Dec 20 20:46:53 PST 2018; root:xnu-4903.241.1~1/RELEASE_X8…
-
➜ openiBoot git:(master) ✗ scons iPodTouch1G
scons: Reading SConscript files ...
AttributeError: 'SConsEnvironment' object has no attribute 'has_key':
File "/Users/lee/Desktop/Computer_Systems/x…
-
### Work environment
| Questions | Answers
|------------------------------------------------------|--------------------
| OS/arch/bits (mandatory) …
-
**Version**
SimplexStream was introduced in v1.40.0.
**Platform**
Darwin macbook-pro.local 21.6.0 Darwin Kernel Version 21.6.0: Mon Jun 24 00:58:06 PDT 2024; root:xnu-8020.240.18.709.2~1/RELEASE_…
-
## Issue Description
The command `zellij run` cannot see all executables that are part of `$PATH`. In my case, I use `nix` to manage executables; I will often have binaries that are only relevant to …
-
### Is it reproducible with SwiftPM command-line tools: `swift build`, `swift test`, `swift package` etc?
- [X] Confirmed reproduction steps with SwiftPM CLI. The description text _must_ include repr…
-
### Description
* Repro steps
```
Connect-AzAccount
Get-AzKeyVaultSecret -VaultName "xxx" -Name "xxx"
```
Got following error:
```
Get-AzKeyVaultSecret: Your Azure credentials ha…
-
To find them:
```shell
strings /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang | grep -E '^__builtin_[a-zA-Z0-9_]+$' | sort | uniq > /tmp/apple_builtins
…