Aarni Koskela

Results 257 issues of Aarni Koskela

With a routine version bump of requirements, I noticed `chardet` had been switched out for `charset_normalizer` (which I had never heard of before) in #5797, apparently due to LGPL license...

Feature Request

This PR sets up a basic GitHub Actions flow for building the `acmetool` binary. The resulting binary is uploaded as an Actions artifact, which I assume might be useful for...

This PR drops support for ancient Djangoes and similarly adds support for Django versions that are still supported.

``` thing1 &thing2 &doStuffWithThing2() &&doStuffWithThing1(&somethingFromThing2) ``` currently compiles to ``` var x0$, x1$; x0$ = thing1; x1$ = x0$.thing2; x1$.doStuffWithThing2() && doStuffWithThing1(x1$.somethingFromThing2); ``` though it might be a nice feature...

A possible neat feature idea that occurred to me while out walking: a literal that would compile down to a Coco syntax tree object/JavaScript syntax tree object (if it's generated...

Now that Twitter supports 280 character tweets, maybe Dwitter could also have a Double Dweet size? Dweets that still fit in

* Line length could be explicitly configurable, or read from the code style settings. * `-S`/`--skip-string-normalization` should be an option.

Reformat File is generally available in the project tree too – the Black version isn't.

Flexbox gives us [more screen estate](https://akx.github.io/TinyEditor/) and less bytes (407 -> 352)! Win-win!