Results 14 issues of alifeee

closes #2512, #2837, #3013 ## Introduction Hi, I hope you are well. There is a problem where if you use a Nunjucks and a template file like ```njk --- layout:...

documentation (the readme and ) has not been looked at in a while. I'd like to look over it, and see if there are any improvements that could be made

Currently, if a test is run and a cassette is: - missing - has the wrong requests The error is quite verbose. For an example, see https://github.com/burnash/gspread/actions/runs/6309082420/job/17133268616 We could attempt...

Improvement

Merges are actually just one value in the top left cell, and some metadata. If the top-left cell is not in your requested range, you cannot faithfully recreate the merge....

Need investigation

Add note > * This needs an entire git history (which is often not the case in CI environments) or it will return the date of checkout. Fetch the entire...

I would like to use [AnchorJS] with zero-md. [AnchorJS]: https://github.com/bryanbraun/anchorjs This adds the little anchors to headings, so you can click them to link to the heading from elsewhere. e.g.,...

enhancement

See . This link ![image](https://github.com/arp242/goatcounter/assets/13833017/e2b2b38d-f196-4f6f-b86d-0cfe8af26251) does not work ![image](https://github.com/arp242/goatcounter/assets/13833017/b6618705-9b76-4a5c-973f-bbcb37396743) I fix it.

Firstly, thanks for this great tool :) it is very neat. I have three saves - `start` which has 5 minutes on the save - `1` (30 minutes) - `2`...

bug
frontend

I spent a long time looking at slider positioning logic in an attempt to fix #128 I could not fix #128, but I did make the slider code more readable...

gspread dependencies are: https://github.com/burnash/gspread/blob/c740b88e072962ffe772ec3bd90907a579524692/pyproject.toml#L30-L34 StrEnum [amounts to](https://github.com/irgeek/StrEnum/blob/ab34b770aacac80431cd77f28770a60144679d38/strenum/__init__.py#L21-L49) ```python class StrEnum(str, enum.Enum): def __new__(cls, value, *args, **kwargs): if not isinstance(value, (str, enum.auto)): raise TypeError( f"Values of StrEnums must be strings: {value!r}...

dependencies