Results 203 issues of Dima Tisnek

I see this in the console: ```js Uncaught (in promise) TypeError: object null is not iterable (cannot read property Symbol(Symbol.iterator)) at createForOfIteratorHelper_createForOfIteratorHelper (createForOfIteratorHelper.js:3:45) at normalizeAcls (backendApi.ts:1280:45) at backendApi.ts:627:21 ``` I'm...

bug
frontend

For someone who's not an expert in Redis, `` and `\r\n` bits are quite verbose and distracting, while `;` and `,` are probably very important (?) but easy to miss....

`black` uses 88 by default `flake8` I believe 80? `isort` doesn't care... but it kinda does when deciding to split the import line, I think `isort` agrees with `black`

An idea to make woffTools more awesome: Slice up a woff file into subsets by unicode ranges, so that smaller blobs are downloaded, and can be downloaded in parallel.

I'v just installed Python3.11 from deadsnakes/nightly. Poetry can't use it, because the Python version has a `+` in it. `Invalid PEP 440 version: '3.11.0+'` is all I get 😭 P.S....

kind/bug
area/core

Trying recent `colima`: `E: The repository 'http://packages.azlux.fr/debian mantic Release' does not have a Release file.`

### Act version act version 0.2.26 ### Feature description I try to use act every now and again and I find my efforts thwarted. I think that the key lies...

kind/feature-request

I'm trying to diff a couple of files generated by python coverage tool and converted to XML. I get an exception here: ``` 383 def file_source(self, filename): 384 """ 385...

links: https://goodfirstissue.dev/language/python https://github.com/deepsourcelabs/good-first-issue#adding-a-new-project I think this project may qualify, and would get some exposure and helping hands

I'm trying to set up smth like this: ```mermaid sequenceDiagram participant LoadBalancer participant goproxy Note over goproxy: 0.0.0.0:8080 participant tailscale Note over tailscale: 127.0.0.1:1055 participant remote Note over remote: 127.0.0.1:8080...