Results 102 comments of Campbell Barton

I've managed to get this working but would like to see if it can be done more elegantly. Asked question: https://stackoverflow.com/q/68265036/432509 Test patch: https://gist.github.com/ideasman42/76ae54bba97cda4163b9e008189c48df

Looked into this, the error is caused by having pixel content at the top-right of the image _(any pixels touching the top or the right hand side of the image)_....

Opening files is still very slow here (project isn't _that_ big). By stripping out useless flags I managed to get the time down from ~4-5 seconds to ~2-3 seconds. but...

`subr-x` was added in emacs 24.4, not sure what the solution should be? Can the emacs version in CI be increased?

A workaround for this is to add `subr-x` before calling setup: (require 'subr-x) (cmake-ide-setup)

This isn't a bug strictly speaking, digraphs are part of the C spec, but not used all that often, note that it would be good to include the term 'digraph'...

Any updated on this? The fix seems trivial and the issue has been reported twice in Blender: - https://developer.blender.org/T92130 - https://developer.blender.org/T88745

Force pushing to your branch with an amended commit message should re-run the tests too.

One of the down-sides to the current situation (needing to explicitly `use` the traits), that it makes using traits less attractive - even when they make sense logically. In some...

For some reason on one of my projects racer is _very_ slow and eldoc makes it near unusable, As a workaround this works: ``` (add-hook 'rust-mode-hook (lambda () (racer-mode) (setq-local...