Anders Kaseorg

Results 161 issues of Anders Kaseorg

```console $ python -c 'print("

I would expect this to be left alone by the magic trailing comma rule: ```python zero( one, ).two( three, ).four( five, ) ``` But Black implodes it to ```python zero(one,).two(three,).four(...

T: bug
F: trailing comma

```console $ echo import c > b.py $ echo import b > c.py $ ls b.py c.py $ pycycle --here Project successfully transformed to AST, checking imports for cycles.. Cycle...

`ts-emit-clean` has a peer dependency on `typescript@^3.0.0` that conflicts with our devDependency on `[email protected]`. This breaks `npm install`. ```console $ git clone https://github.com/benjamn/ast-types.git $ cd ast-types $ npm install npm...

According to the [AuthKit Cookbook](http://wiki.pylonshq.com/display/authkitcookbook/Home), AuthKit is unmaintained. Its homepage has been replaced with [something](http://authkit.org/). Consider migrating BlueChips to something else.

Every time I run `git fetch`, I get a new commit on `refs/notes/hg`, even if nothing changed. ``` console $ git show notes/hg commit 187ab7fdc53e6e4d8360a13a781c721386fda2c4 Author: remote-hg Date: Sun Sep...

enhancement

url 1.6.0 no longer builds with Rust 1.40 and later due to a lifetime bug uncovered by NLL (servo/rust-url#457).

If you `web-beautify-js` the entire buffer, the trailing newline gets deleted (which [defies UNIX conventions](https://stackoverflow.com/questions/729692/why-should-text-files-end-with-a-newline/729795) and [annoys Git users](https://stackoverflow.com/questions/5813311/no-newline-at-end-of-file), among other things). If you `web-beautify-js` a region that includes a...

I often find that I want to refactor a giant bulleted proof tree by inserting or deleting a level of bullets, say to turn ``` coq eexists. simpl. split. -...