Jelle Zijlstra

Results 129 issues of Jelle Zijlstra

The default encoding function is allowed to return None, in which case the encoding property of httpx.Response defaults to utf-8. The example in https://www.python-httpx.org/advanced/#using-character-set-auto-detection that passes a default_encoding function uses...

``` % cat parse.py class Plotter: \ pass % black parse.py error: cannot format parse.py: Cannot parse: 3:4: pass Oh no! 💥 💔 💥 1 file failed to reformat. %...

T: bug
C: parser

I got a TypeScript error on the last play in sudoku + dark null. ``` TypeError: Failed to get the previously known card identity for card: 45 at Se (https://hanab.live/public/js/bundles/main.6089.min.js:1:46727)...

bug

I got this error at the end of a game of cocoa rainbow + rainbow ones. It was after I misplayed a card at the very end of the game,...

bug

Fixes #4268 Previously we would allow whitespace changes in all strings, now only in docstrings.

This project's unit tests are sort of annoying to work with as you have to manually type out line numbers in the test file. This is especially bad if we...

We've had mypy-primer comment about type checking becoming faster or slower for a while now and in my experience, it frequently triggers incorrectly (most recently: https://github.com/python/mypy/pull/16488#issuecomment-1810466683) and never tells us...

https://dev.mysql.com/doc/refman/8.0/en/window-functions-usage.html

MySQL supports queries like `SELECT COUNT(*) c FROM t`. We should support this but first I need to figure out what exactly the allowed syntax is.

We should provide a [Fixit](https://github.com/Instagram/Fixit) rule that formats SQL embedded in Python strings. Ideas for how it would work: - Configure a list of functions that map to Dialects (`presto.query`...