Jeff Dairiki

Results 255 comments of Jeff Dairiki

I'm only tangentially familiar with poetry. I'd looked at it before and decided that it wouldn't necessarily help in our case. (I could easily be wrong.) From what I can...

FWIW, I agree that the correct place for a lock file is probably with each Lektor project. (This can be as simple as a `requirements.txt` committed to git, or it...

I think the issue is with your `sku`, `image_url`, and `currency` fields. Those have of type `Union[None, str, object]`. Marshmallow_dataclass has no idea how to create a marshmallow field (which...

Fixed in `marshmallow-dataclass==8.5.9` via #207, #211.

> I'm ok with that ! Maybe `load_to_dict` is clearer than `load_to_mapping` ? Doesn't it always return a dict ? Yes, that's probably better. After some digging through the marshmallow...

> I'm sure there are plenty of possible points of confusion. You are not kidding there! I'll see what I can do. (I am not a great writer.) (PRs accepted...

What's going on in @Schubisu's report is this: [`Pagination.pages`][1] — the number of pages needed for the paginated page — returns zero if a paginated page has no children. The...

> 2. rsync is _not_ necessarily simple to set up—it is commonly not even _possible_ to use. SSH may be unavailable; and even if it is, rsync may not be...

This is a whole kettle of fish that has to do with the original design choice to have Lektor manage its own local installations of plugins, combined with idiosyncracies and...