ath0
ath0
@TwentyThreeDegrees @mojocatgames Have any of you tried to fix this with iOS 7? I think you were close to the fix.
@altaveron @cyrilbarthelet It works okay for me. Its just that the cursor is slightly out of place and highlighting might be a bit messed up. The text aligns and scrolls...
@altaveron @cyrilbarthelet Just discovered an amazing syntax highlighter: https://github.com/Anviking/Chromatism It was written for ios 7 and has components from this project. It fixes https://github.com/KayK/RegexHighlightView/issues/6 and sucessfully does what https://github.com/KayK/RegexHighlightView/pull/9 was...
I'm having this issue also, except I'm not actually calling setContentOffset...I only have two lines of code: ``` self.shyNavBarManager.scrollView = self.tableView; self.shyNavBarManager.extensionView = myOtherView ``` Without even touching the scrollview,...
At least for my use-case (running `nsjail` in LISTEN mode as the root process in a Docker container), once I specified `--use_cgroupv2`, the issue was that `/sys/fs/cgroup/cgroup.subtree_control` was empty. This...
I looked at this a little more, since I know I've run into issues running on stock 22.04 as well. I tried this on a 22.04 desktop in virtualbox. I...
@mattgodbolt An unfortunate fix: ``` $ nsjail --config etc/nsjail/execute.cfg --cgroupv2_mount=/sys/fs/cgroup/ce-sandbox/ --verbose --detect_cgroupv2 -- /bin/bash ``` yup, argument order apparently matters (relative to the `--config`?), i guess :/ BTW - all...
@mattgodbolt The point of `--detect_cgroupv2` (at least, as I intended it) was to allow you to specify options for both v1 and v2, and nsjail would infer which options are...
@mattgodbolt I don't think it's a ubuntu issue, I think it's just that you need nsjail to be in a cgroup that it has permissions to move it's child processes...
fwiw, i was able to install sonoma using the sonoma branch (you may need to rebuild container to get latest OSX-KVM which appears to contain some important changes?). I did...