David Goldman

Results 6 issues of David Goldman

See https://github.com/dflems/bazel-repro/tree/master/tulsi-local-repo for an example project. When using `BUILD.bazel` files (i.e. `package/BUILD.bazel`), Tulsi adds both `package/BUILD` and `package/BUILD.bazel` as file references in the Xcodeproj even though only the `BUILD.bazel` file...

It's common for macros to expand into multiple expressions like `XCTAssertEqualObjects(expr1, expr2)` which expands into a try/catch block which checks the expressions for equality. Clangd currently doesn't support extracting the...

enhancement

Currently, this isn't working on iOS 10 due to an issue with MSHookFunction as of CydiaSubstrate v0.9.6301 and below. Saurik already knows about the issue - stay tuned for a...

Some mounted file systems report a creation time of 0 - we want to support these systems reporting a file as created and modified and properly treat it as created.

Seems to require re-locking the device and then it will appear. This is probably related to how it is created [initially](https://github.com/DavidGoldman/flash/blob/master/src/Tweak.xm#L128).

bug

This would allow local executions to share a cache between invocations. This would help in the standard case of calling render in a cron job while hitting REST endpoints that...