Joseph Nix

Results 107 comments of Joseph Nix

Unless the act of generating markdown causes some serious side effect that like breaking emacs, I'm inclined to agree with @der-Daniel's original statement that it's unnecessary to check the file...

Hey, Python developer here. I've just been pointed to check out this project, looks great! I know of another tool I'd suggest checking out. I used py-spy (directly) for some...

Template watching sounds pretty useful, but I think it should be defaulted off. If the output files are malformed because the template was saved with an error (not even a...

The addition of printing locals is the selling point for me :) That's a large part of why Sentry is great too. It can make debugging a ton easier.

I think the OP may be a little unclearly worded, but I think I get the confusion. `--project` / `LEKTOR_PROJECT` allows you to specify the project directory or projectfile, with...

> Is there ever a scenario when you as a plugin author should side step the arg/env? I struggle to think of when it would be a good idea to...

Some tags could be the plugin events. With this, we could add links to the event pages in the docs, so that you could see a list of which plugins...

You're correct. That plugin is not quite as feature-rich as I want. We'd need to add to it. I want it to be able to handle multiple independent sets if...

If my understanding of lektor-tags is right, the limitation is that it can't handle multiple parent dirs. I can't remember what the plugin tags models look like (and I'm in...

Ah, you're right about that. I was confusing the models for the categories that I added.