Jeremy Heiler

Results 19 comments of Jeremy Heiler

Formatting a docstring in Emacs preserves the indentation while adjusting the line breaks. I'm not trying to defend the practice, I'm just saying that one particular editor makes it easy...

I mean hitting M-q (I'm not sure which mode that comes from, though) when the cursor is within the docstring. Sometimes you'll have to manually break and indent the second...

You're right. I corrected the command in my reply. That's a good question, as I have been wondering the same thing. I imagine the logic is something along the lines...

This could be automatically done if we pull metadata from an external system. See: https://github.com/papers-we-love/papers-we-love/issues/374

@DarrenN, I can setup the CNAME. However, I wondering if we should bother keeping this repo as the UX for PWL papers. Rather, we store the papers and their metadata...

I've noticed that it centers the cursor (keeping it on the same line it was on) as if it were using `recenter-top-bottom` (bound to `C-l` by default) to center the...

I plan on diving into the elpy codebase over time! I'll work on issues I feel I can investigate. One of the biggest gaps I've seen as a user of...

Thanks. I'd be happy to help in general.

I don't know. Though, I realized that if you just put a WEB-INF directory in `:war-resource-paths` then the current implementation will pull that in. If you (or anyone) want this...

This would depend on the data model, right? If the parent entity is eagerly loaded with the `exists?` check on the parent resource, and if that could be passed through...