Alex Ball

Results 8 issues of Alex Ball

I am not sure if this is the right place to raise this issue but I think it is something that we need to discuss. One of the criteria for...

As of [Pandas 1.3.0 (July 2, 2021)](https://pandas.pydata.org/pandas-docs/stable/whatsnew/v1.3.0.html#deprecated-dropping-nuisance-columns-in-dataframe-reductions-and-dataframegroupby-operations), the solution to "Comparing Data" in episode 14 throws the same warning several times. https://github.com/swcarpentry/python-novice-gapminder/blob/f675de6edcefc46f3a655d3c92c9fb9e28222983/_episodes/14-looping-data-sets.md#L169-L176 > FutureWarning: Dropping of nuisance columns in DataFrame...

TLDR; In author-year styles, shouldn't `extradate` (or some replacement counter) disambiguate across whatever is in the label position and the year, not just the `labelname` and year, to cope with...

enhancement
fixedindev

I am running Gittyup v1.1.2 on Ubuntu 20.04 via flatpak. **Expected behaviour:** In a Git repo with executable files at `.git/hooks/pre-commit` and `.git/hooks/post-commit`, committing some changes should run those two...

enhancement

- Update support for Python 3.11 (October 2022) from 3.11-dev. - Add support for Python 3.12 (October 2023). - Add support for Python 3.13 (October 2024). - Move target PyPy...

This update accommodates additions and changes made to the style in summer 2024.

Challenge fenced divs display as intended when they contain another fenced div, such as a Hint or Solution: ```rmd ::::::::::::::::::::::::::::::::: challenge ### CHALLENGE I look like a CHALLENGE. ::::::::::::::::: solution...

[Optimist](https://www.npmjs.com/package/optimist) is no longer maintained and has several security vulnerabilities (from the old version of minimist it requires). The most compatible replacement at the moment, requiring the fewest code changes,...