Mickey Petersen

Results 45 comments of Mickey Petersen

Hi Andy. Ah interesting. Seems like a bug - probably due to the role of backslash as an escape mechanism in the reader. Thanks for reporting.

Hm. I'm not a Mac person, so I can't explain why it works. Can you create a PR that amends the README to include the part about Macs? As for...

ligature.el just communicates with the underlying composition table mechanism in Emacs so it's possible the issue is in Emacs. Does the ligature display correctly if you _only_ configure your ligature...

If it's broken with even a single ligature then it's unlikely the package can do anything. `ligature.el` is really just "sugar" around facilities already present in Emacs. I don't know...

I recommend you `M-x report-emacs-bug` with the smallest possible example you can generate that reproduces the issue. It's likely this compositing bug affects more than just ligatures.

Hi Steve. Sorry yeah the README's a bit ambiguous. There's `combobulate-javascript-jsx--wrap` which is used to comment or turn things into JSX expressions. Feel free to PR some improvements to that...

Hey Damien. Yeah that's a good catch. I need to split out support for tsx/jsx so they're totally separate.

Hi chaoyi, I just tried it out and yeah there's apparently a bit of a problem with overlap here; if `call_expression` is removed from the navigable node types, the code...

I'm not sure if Cairo's needed on non-Linux platforms, to be honest - what does the build instructions for Windows suggest? A likely scenario is that the rendering engine (whichever...

Change the ligatures and enable just the errant few that don't work; restart Emacs and confirm if they still don't work. That way we can eliminate if there's a cygwin-specific...