Martin Pittenauer

Results 13 comments of Martin Pittenauer

This happens because APFS stores the character as its decomposed form (U+0065 U+0301) while normal text is usually composed (U+00E9). TextEdit does preserve these representations, but matches both while searching....

@MakotoYamanaka As a work-around you can drag the folder to the document. That will paste its full path in composed form.

See https://github.com/p2/OAuth2/pull/372

In the meantime I found http://www.sigmasix.ch/syphoner/ which allows you to make a syphon output for obsn windows. Might be a useful addition to the readme.

Can confirm this issue still exists.

This is caused by the UIView.transition used by Kingfisher in makeTransition() still being part of the UIImageView and being triggered in reverse. It needs to be removed after it is...

Here's the complete reproduction Xcode project: [samplecode.zip](https://github.com/onevcat/Kingfisher/files/14322026/samplecode.zip) I'm using Xcode 15.2 and the iPad (10th gen) simulator.

Same, but with SPM. My build is broken.

I might be doing something wrong, but for me this works, but does not refresh the oauth token. So you need to renew the token manually every hour or so,...

As inspiration for alternatives to the oob flow, https://github.com/porjo/youtubeuploader might be useful