tewe

Results 76 comments of tewe

Internal links with plus signs work for me. Thanks!

Works for me. Thanks! Unfortunately I more often use automatic links for file: URIs, and those don't work. But they don't work for http: URIs, either, so I created #1413

The Reset button works for me. Thanks!

https://christiantietze.de/posts/2022/09/nstextview-plain-text-pasteboard-string-not-included/ seems to show a way to get old PboardType constants into Swift.

Thanks, this fixed #49 for me. But adding `min_access_level` to some GitLab requests would be a smaller change and run faster.

I also get "404 Group Not Found" from gitlabber 1.1.9 against GitLab 15.4.2-ee. It first calls https://gitlab/api/v4/groups without a `min_access_level`. The returned JSON gives no indication which groups the authenticated...

I'm no Apple Developer, but can imagine changing something to do with the WebView to a WeakRef. Of course that would take ages to find. I'll just disable Screen Time...

Kubernetes 1.23 added `apiserver_request_slo_duration_seconds` with `StabilityLevel: compbasemetrics.ALPHA`. https://github.com/kubernetes-monitoring/kubernetes-mixin uses that metric on the default branch, which is documented as compatible with 1.23+. It does not use it on the release-0.10...

To me "map using" isn't any less intuitive than "map to using", so I'd avoid introducing another name like `transform`. The decorator way breaks down when you have two kinds...

Sorry, I didn't catch that distinction the first time. But what's wrong with `reader.map("csv_column_that_matches_a_dataclass_attribute").using(f)`?