Paul W. Rankin

Results 107 comments of Paul W. Rankin

Looks like I should update side-hustle to just call `imenu` on the sidebar items. This will make it compatible with any mode that provides a well-formed list of imenu items.

Was any of this better with v0.3.0?

If this helps with CSS: https://github.com/rnkn/mcqueen

The syntax I suggested to force page numbers is just the existing page break syntax plus an alphanumeric string, with any right-side `=` ignored (for aesthetic purposes only), e.g. ```...

Packaging as a macOS app bundle is a bit peculiar as there’s no obvious way for a person to use this. I assumed maybe you had added functionality for dragging...

If we’re talking the default macOS installation, it’s pretty locked-down, and I think the only directories in PATH are not user-writable, so I would advise against trying to work within...

I’m pretty sure the only way macOS associates a file icon with an application is via the `Info.plist` inside an app bundle, so it depends on whether you’re distributing as...

Interesting. That seems pretty obscure so I won’t be able to dedicate time to it, but I certainly welcome a patch.

Thanks so much for your quick response! So I just did the most obvious thing and replaced `pthread_setname_np` with `pthread_set_name_np` and get the same error with the extension: ``` --...

Hi Joe, Here the variable `height` is supposed to return nil unless the default face has been remapped, in which case it returns the remapped `:height` property. Your change makes...