Aarni Koskela

Results 257 issues of Aarni Koskela

This is tangentially related to #3. The 2017 paper (linked today in [an article in Finland's largest newspaper about the energy efficiency of IT](https://www.hs.fi/visio/art-2000008830814.html)) implies that TypeScript is about 16...

Hi there! Props for the nice library. I'm curious about the performance numbers on the web site. It says > Photon outperforms even the fastest of libraries, both natively and...

The `json_data not in self` check in https://github.com/profusion/sgqlc/blob/9c7444962b06af432937b6655087e152e37f0f8e/sgqlc/types/__init__.py#L1405-L1410 seems to prevent using enum-typed variables. The symptom is > ValueError: ThreadSortOrder selection 'direction': $orderByDirection (SortDirection does not accept value $orderByDirection) (sorry,...

waiting-input

The docs imply the `data` parameter to `put_archive()` must be `bytes` (a bytestring), which is not the case; a stream is fine too [since it's passed directly to Requests](https://2.python-requests.org/en/master/user/advanced/#streaming-uploads). In...

This PR: * wraps Pushover in a package (for future changes) * adds some missing entries to the repo's .gitignore * runs 2to3 manually on the repo then removes `use_2to3`...

The `codecov` Python client crashes in a local CircleCI run (using the [CircleCI 2 CLI](https://circleci.com/docs/2.0/local-cli/)), since not all of the environment variables it expects to be available are (even if...

**Describe the bug** The core package depends on `colorette` to be able to color error messages using ANSI codes. That package attempts to read `process.env` during import time, which isn't...

refactor
p2
Type: Maintenance

This depends on https://github.com/django/django/pull/15906 since the default GitHub Actions runners don't have GDAL installed.

Use the `toggle(token, flag)` classList API to ensure DOM elements are in exactly the right state