Lightmann

Results 77 issues of Lightmann

Requires lib, header, and linker flag changes See https://github.com/theos/theos/pull/790 and "Additional Comments" for reference.

Impact: Medium
Effort: Medium

Impact: Low
Effort: Low

What does this implement/fix? Explain your changes. --------------------------------------------------- - Implements a fallback to `objc_getProtocol` in `%subclass` as proposed by RPetrich in https://github.com/theos/logos/issues/9#issuecomment-183460233 Does this close any currently open issues? ------------------------------------------...

**Describe the bug** When an apt upgrade is available, Zebra warns that things may break as it attempts to remove apt before the upgrade. This seems to result in the...

bug

**Describe the bug** Zebra's install procedure appears to silently fail or miss a step **To Reproduce** - Attempt to install `oslog` from Procursus iphoneos-arm64-rootless 1800 - Observe silent fail **Expected...

bug

**Describe the bug** Attempting to add multiple repos at once does not result in all of said repos being added. **To Reproduce** - Sources > "+" > 'Add Multiple...' -...

bug

Seems the wiki is missing information provided on the docs.procurs.us site that may be helpful for new contributors.

### All Submissions * [x] Have you made sure there aren't any other open [Pull Requests](https://github.com/ProcursusTeam/Procursus/pulls) for the same update/change? * [] This Pull Request doesn't contain any package additions;...

When attempting to use `ninja` on a `build.ninja` file, I am getting no such file or directory errors. Relevant test setup: ``` test |-- build.ninja `-- main.cpp ``` build.ninja: ```...

When attempting to use Perl's [`spawn()`](https://perldoc.perl.org/functions/system), I am getting cannot execute errors as it's looking for `/bin/sh`. Relevant test script: https://github.com/theos/theos/blob/16da692ea93ecc80ecd7d7e904a62e378a0d58be/bin/swift-bootstrapper.pl Error: `Can't exec "/bin/sh": No such file or directory...