tewe

Results 29 issues of tewe

### Description Selections in the Finder have an order. If you drag a bunch of images into a note, they don't arrive in that order, but sorted. (Finder isn't very...

help wanted

On some days my Most Used things in Screen Time are individually way longer than I ever use the phone, and add up to more than 24 hours. ![Screen Time](https://user-images.githubusercontent.com/645412/169914457-05d8772c-658f-48ef-a545-2fd8a5c95916.png)...

This generalises #17. Currently any class not special-cased by the library must have a constructor that takes a single string. Even for built-in types this leads to workarounds like the...

This generalises #20. I completed the example from the README. The following works. ```python import dataclasses import io import re from dataclass_csv import DataclassReader class SSN: def __init__(self, val): if...

Evaluating

It looks like entries and feeds stay in the database forever. Unsubscribing just causes them to be skipped on refresh. Even a Raspberry Pi will run for a long time...

enhancement

`kubectl config unset users.foo.auth-provider.azure.refresh-token` dies with "error: unable to parse one or more field values" because `pkg/cmd/config/navigation_step_parser.go` cannot deal with pointers and `*AuthProviderConfig` is one. **What would you like to...

kind/feature
priority/backlog
lifecycle/rotten
needs-triage

OpenAPI may specify `{"type": "number", "format": "float"}` but JSON Schema only knows string formats, so this causes some tools to fail. It would be nice to filter those formats out.

The converter panel counts bits (u32le) whereas KSY uses bytes (u4le). It also has separate columns for signed and unsigned values but labels rows with the signed type only.

JSON Schema seems to allow `{"type": "number", "format": "float"}` but it causes this linter to fail. It would be nice if unknown formats could be ignored.

### Description Emphasis and strong emphasis are not highlighted while editing if followed by a period, unless that is followed by a newline. ### To Reproduce 1. New Note 2....

bug
done