Alex Blandin

Results 8 issues of Alex Blandin

Currently getting (for any input) ```cmd > define Oxford The source returned an empty result for word: "Oxford" > define --print-config { "IndentationSize": 2, "MerriamWebsterDictionary": { "AppKey": "" }, "OxfordDictionary":...

The scrollbar becomes far too small for use at high resolutions, and is personally a little too small anyways. Perhaps custom scollbar styling in the future so that people can...

accepted
change

I know it's all temporary, but it's a little annoying that the first example of function and struct declaration is wrong. // A function that accepts 3 floats as parameters...

So some packages, such as `py-ulid`, have a different name from the imported module, in this case `import ulid`, or as usually done, `from ulid import ULID`. If you import...

bug

```cmd > ruff check foo.py foo.py:1:5: PLR0915 Too many statements (6 > 5) Found 1 error. ``` As seen below, the snippet `foo` has this warning under `ruff check`. pylint...

rule
needs-decision

Version: BasedPyright v1.12.0 ``` Cases within match statement do not exhaustively handle all values Unhandled type: "tuple[bool, bool]" If exhaustive handling is not intended, add "case _: pass" ``` >...

rejected upstream
type checking / linting

Version: BasedPyright v1.12.0 > `basedpyright(reportPossiblyUnboundVariable)` As seen below, the snippet has these errors on `a, b`. These are well bounded by their literals, so assessing the literal as non-empty (or...

upstream issue (rejected)
type checking

Since otherwise some slide decks can raise `AttributeError: 'NoneType' object has no attribute 'text'` on the subsequent line `text = slide.notes_slide.notes_text_frame.text`. With this patch, the specific slide deck I had...