Manolis Stamatogiannakis

Results 10 issues of Manolis Stamatogiannakis

## Prerequisites - [x] My Pull Request is filled against the `next` branch - [x] All commits in my Pull Request conform to [Elegant Git commit Guidelines](https://elegant.oncrashreboot.com/git-commit-guidelines) ## Recommended Steps...

The `ampl` css class is included in links.css. However, its presence there is unneeded, as there's no mention of the class elsewhere in css or the templates. https://github.com/Pelican-Elegant/elegant/blob/66eb6c5c1ae40b628bb477d5aa03bbe98e2288a8/static/css/links.css#L1-L3 https://github.com/Pelican-Elegant/elegant/blob/66eb6c5c1ae40b628bb477d5aa03bbe98e2288a8/static/css/links.css#L48 More...

## Bug description When running pip-audit with some requirements files, it fails to complete because bogus requirement `pkg_resources==0.0.0` is introduced by pypi_provider. E.g. `resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=, parent=)]` If the requirements are...

bug
component:dep-sources

Some minor modifications to compile when `aligned_alloc()` is not provided by the system libraries. A notable example of such systems are MacOS versions < 10.15. To resolve this, we link...

A bunch of fixes for liquid tags: - Tests were horribly broken for python2.7. Made several fixes, now works with `py27-ipython3` and `py37-ipython3`. Tests for the notebook tag still fail....

**What does this PR aim to accomplish?:** Fix chronometer.sh so that it doesn't err on locales that don't use `.` as the decimal point char. E.g. I get errors like...

PR: Master branch

django-simple-hisory is a fairly popular [1] package for keeping track of changes in django objects. Setting the `_change_reason` property of an object is the officially documented way to provide a...

This patch turns on [Jinja2 whitespace control]( http://jinja.pocoo.org/docs/2.10/templates/#whitespace-control) by default. This will greatly reduce the need to use manual whitespace control in the templates in order to produce good looking...

Are there any plans to add support for non-latin characters in at least some of the fonts? My primary interest is in Greek characters which currently are displayed using the...

The defaults for rundramatiq options were hardwired. By using ArgumentDefaultsHelpFormatter, printing the defaults is handled by argparse.