Alexandra Catalina

Results 93 comments of Alexandra Catalina

I see that coffee-mode is now in ELPA (https://elpa.gnu.org/packages/coffee-mode.html), but its version is stuck at 0.4.1.1. If the ELPA repository isn't being maintained, it should probably be removed.

This is fixed for me by the patch here: https://github.com/ScottyB/ac-js2/issues/18#issuecomment-74518558

What also works (for me at least) is to use this as the hook in your init file: ``` elisp (add-hook 'js2-mode-hook 'ac-js2-setup-auto-complete-mode) ```

sorry for not seeing this sooner; that error is because of an issue docker compose has with named images -- it fails if they can't be pulled from a remote...

opened #2844 to document this, but note that docker builds are currently broken until https://github.com/projectblacklight/spotlight/pull/2845 is merged.

`docker-compose build && docker-compose up` should work now.

If we want RDF, should we just be appending `/rdf` to the URIs? Out of curiosity, was this behavior implemented at some point in the past? At least one RDF...

Any further consideration about (re)adding this behavior?

Looks like the same error as https://github.com/politza/pdf-tools/issues/389

And looks like that in turn is related to https://github.com/politza/pdf-tools/issues/372. Not a lot we can do on our end until the bug is patched.