Carl Lange

Results 32 comments of Carl Lange

I still get this issue (also when loading from a dump) and the fix outlined in the post works for me: ``` (spacemacs|do-after-display-system-init (spacemacs/set-default-font dotspacemacs-default-font)) ``` in my user-init or...

Thanks for responding so fast! > I am not clear what you are trying to do with piping in the input. I'm trying to write a very simple program that...

I suspect this may help? https://github.com/seanohalpin/ffi-ncurses/blob/master/examples/newterm.rb

Is there any update on this?

`identify` also needs to use `getValues` instead of `values`, I noticed. Yes, I have a fork already where I started work, but unfortunately I don't have _quite_ enough of an...

@stephenmoloney Do you have a blog post or other instructions on how to do this? Sounds very useful.

I think this comment may be relevant: https://github.com/ckan/ckan/pull/1714#issuecomment-42964262

This readme is great and should be merged!

Just in case someone wants this (and I think lots do), here's a copy-pastable solution: In `ckanext-scheming/ckanext/scheming/templates/scheming/package/snippets/package_form.html` from ``` html {% block metadata_fields %} {% endblock %} ``` to ```...

Of course! Thanks for your quick response :) I'm afraid I don't have access to the machine at the moment so I'll have to go from memory. So, I have...