Miklos Vajna

Results 131 comments of Miklos Vajna

> Put spouses (labelled as married) into a subgraph cluster. This keeps them together in the layout whereas withotu this change spouses can be arbitrarily far apart. FWIW, this is...

OK, and what would be the UI for this? A possible version: 1. New menu item to add a sleep instead of normally tracking the start/end. 2. That menu item...

Fine, that makes sense to implement.

Yes, this is indeed a problem. The trouble is that it seems the intention is that no interactive items are included in an item of a recycler view, which goes...

Right, see above :) There was an earlier explicit request to not modify the rating in the main activity, as it interacts with vertical scrolling of the sleep items. So...

I guess the primary use-case is that you swipe up/down to navigate the list of sleep items or you swipe left/right to delete a sleep item. So perhaps a trick...

Fixed 2 typos in comments.

Here is a rebased version, mostly following how you updated `PdfPageObjects::create_image_object()` as an example. It works, but this would be my first PR in the project, so feel free to...

Nice :) Feel free to rework it as you see it necessary. Thanks.

@ajrcarey what happened here at the end? If I understand correctly, FPDF_NewFormObjectFromXObject() is still only available once this patch is applied and in the meantime 0.8.29 is out already. Again,...