Saagar Jha

Results 66 issues of Saagar Jha

I saw that you left this section empty–if you haven't gotten around to looking at this, here's a bit about how it's implemented: ```console $ clang -x c -Os -...

Thanks for fixing this, I was going crazy working with the shared cache for the last week and was close to doing this myself ;) Here's a couple of changes...

Thoughts, since it runs some variant of iOS?

question

Adds a configure sheet with options to set the update frequency and whether the screensaver performs a fade at launch.

Embedded platforms [don't do static](https://github.com/apple-open-source-mirror/xnu/blob/65d5be84e21bccbae44730ddb3b307a701b0351a/bsd/kern/mach_loader.c#L690). However, if you're still curious here's how you can convince Xcode to make those files: ```patch diff --git a/AsMain/main.s b/AsMain/main.s index 953236a..61760cd 100644 --- a/AsMain/main.s...

Most of the stuff you'd want: system appearance matching, default themes, custom user-specified themes, procfs and documents directory integration.

although this might be a different issue, dmesg output with `nodejs-current` on latest testflight build resulted in: `25 illegal instructions at 0x571a0ee6: 66 0f 6a d0 66 0f 7e d0`....

unconfirmed
emulator

Thank you @tbodt. The UI works well, but selecting a text with mouse and then right-clicking crashes the app. Let me know if you want me to open a separate...

crash

The iSH file provider runs in the background all the time because it is performing cleanup on a timer. It should do better.

unconfirmed

Swift has a new library for parsing source code called [libSyntax](https://github.com/apple/swift/tree/master/lib/Syntax). I think we should use it for source code parsing since it should be much more durable to style...

enhancement