Frederik “Freso” S. Olesen
Frederik “Freso” S. Olesen
Closes #9235 fix ### Technical Adds a new page-local variable `is_librarian` which is then checked for in the call that decides whether to add the “-- Move to a new...
Similar to https://github.com/PyCQA/isort/issues/785 I am in a situation where I would like to do `no_inline_sort` only for `LOCALFOLDER`. Being able to define this as ```toml [tool.isort.local_folder] no_inline_sort = true ```...
The current traceback on a bad known_package_places file doesn’t make it immediately obvious that it’s a local file’s JSON that has been garbled rather than a response from AURweb or...
### What - Using `_…_` breaks identification of compound ingredients. - E.g., `sv:sojaproteinkoncentrat` (`sojaprotein`+`koncentrat`) is recognised, but `_sojaproteinkoncentrat_` isn’t. ### Steps to reproduce the behavior 1. Go to https://se.openfoodfacts.org/cgi/test_ingredients_analysis.pl?ingredients_text=_sojaproteinkoncentrat_&type=add&action=process 2....
### Problem ### A clear and concise description of what you want to happen Being able to look at a history (e.g., ) and have some way to see (possibly)...
Closes https://github.com/internetarchive/openlibrary/issues/9234 feature/fix/refactor ### Technical This is taking the same steps applied to editions[1] and authors[2] and applying it to works. `get_work_config()` is currently not used for anything, probably because...
`yamllint` complains about the use of periods (`.`) in anchor names. As far as I can discern, [`ns-anchor-char`](https://yaml.org/spec/1.2.2/#rule-ns-anchor-char) allows all [`ns-char`s](https://yaml.org/spec/1.2.2/#rule-ns-char) except for [`c-flow-indicator`s (`,[]{}`)](https://yaml.org/spec/1.2.2/#rule-c-flow-indicator). Periods (`.`) are `x2E` which...
I assume this repository will not receive more development, so maybe it should be archived? :)
### Problem ### A clear and concise description of what you want to happen When exporting lists, they should either include any notes attached to items in the list or...
https://bitbucket.org/96187/userscripts/src/master/paste-a-date/ Currently if you have both activated and you copy a date into the paste-a-date text field, EASY_DATE will put the month in the year field and the day in...