Lukas Schwab
Lukas Schwab
Big fan of bigfoot––initially dismayed when I couldn't get it to work on my [Jekyll blog](https://github.com/lukasschwab/blog). The problem was that, when the popover box was initially injected, the max-width (set...
# Description Operator methods are capitalized because `def and()` and `def or()` are invalid Python: the tokens clash with Python's boolean operators. Considered `_and`, `_or`, but these have additional semantic...
# Description Rearranges package files and updates package scripts accordingly without changing package behavior. + Simplifies generating docs. + Consolidates to a single supported `import` pattern: `import arxiv`. + Resolves...
# Atomic conditions `condition(field: "all"|"au"|..., value: string)`: + `condition("au", "Balents Leon")` → `"au:\"Balents Leon\""` + `condition("au", "balents_leon")` → `"au:balents_leon"` + `condition("cat", "cond-mat.str-el")` → `"au:cond-mat.str-el"` + Open question: how to enumerate...
# Description > A clear and concise description of what the bug is. If `id_list` consists of a single nonexistent––but valid––ID, arXiv returns an empty feed which is interpreted to...
# Description > A clear and concise description of what the bug is. Author affiliations are available in raw arXiv API feeds, but are not exposed by this package's `Result`...
# Motivation > A clear and concise description of what the problem is. For example, "I'm always frustrated when..." + Change how logging is exposed. Setting the logging level is...
# Motivation > A clear and concise description of what the problem is. For example, "I'm always frustrated when..." GitHub Actions will eventually cost money corresponding to their duration. #...
## Issue I'm trying to hardcode the subtitles for a video clip, but the subtitles are _not_ present in the output. My code: ```python # Source is a file with...
This is an extension of [an issue on stackit](https://github.com/lukasschwab/stackit/issues/2), a project I built using the Py-StackExchange wrapper. Our pip install process automatically installs Py-StackExchange, equivalent to running `pip install Py-StackExchange`...