Esad Hajdarevic
Esad Hajdarevic
I tried adding support for parsing attributes defined via `__attribute__` in ObjC in order to mark unavailable/deprecated methods in Jazzy. While I can get the attributes by processing the `CXCursor_UnexposedAttr`...
I'm using SourceKitten 0.12.1 from jazzy master with Xcode 7.3.1. Given the following file `/tmp/foo.h`: ``` #import @interface UISearchController (Baz) @property NSString *foo; @end ``` When I call sourcekitten with:...
Right now, I'm working on a site with line height of 24px. I always have to start with gridwax's default 18px then manually increment until I reach the target height....
I have couple of signals for arrow keys that are causing the browser to scroll. I don't see a way to work around this using current `keyPressed`, so maybe we...
I had issues with readline compilation, and I realized that the only configuration options for packages that I could use to skip building readline package were `-DSWIPL_PACKAGES=OFF` to not build...
When I try to build current master with: cmake -DSWIPL_PACKAGE_LIST="http" .. make the build stops with: make[2]: *** No rule to make target `man/utf8proc', needed by `man/pldoc2tex'. Stop. I think...
This may need more work, but I just wanted to post this PR for discussion and see if this is something others may find useful. While working with dictionary based...