Jakob Schnitzer
Jakob Schnitzer
> didn't get any kind of error message (I would have expected to be able to add accounts via the UI). There should be an error message ("Should be one...
Since this would break all current extensions that use charts, this is not a change that I want to make lightly. I think if we make this breakage, this should...
As described in https://github.com/lektor/lektor/issues/420#issuecomment-324588736, Fava created an Electron app with the following steps. > 1. We use Pyinstaller to compile Fava to a single executable (currently on Python 3.5). >...
I think the current behaviour of `default` makes sense as it allows you to not having to write that field to every page using that model and I don't think...
> Would be nice if admin used a label variable instead How would you suggest we generate this label? A flowblock could contain five different widgets, I don't really see...
Haven't made much use of labels so far, thanks for the detailed description. > If there's interest, I could work on the python side of implementing this. I'd rather be...
In this context there's currently two different ways that a "label" can be provided: 1) for the whole model as a template expression, which ends up being a "label" for...
> Mostly, though, I would really like to see a working release make it out the door before we make too many more changes. I already released 3.2.2 with the...
I understand that limitations of `pip` force us to do some of this by hand, but wouldn't it be better to use `pkg_resources` to read the egg-info? This rewriting between...