TBXark

Results 8 issues of TBXark

当图片执行transform的 block之后, 被transform的图片用原来的 URL 缓存了, 这样子的话就算我下一次 用这个 URL请求图片不加transform 还是读到了缓存的那张图片?, 这个逻辑是不是很奇怪, 我觉得应该个 transform 的图片一个新的 key.

iOS13 上调用 `eye.open()` 闪退 错误信息 ``` *** Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[ valueForUndefinedKey:]: this class is not key value coding-compliant for the key tabBarObservedScrollView.' ``` 异常断点位置`NSObject+Eye.swift`...

- 将真的的token长度存入kv - 获取kv失败的时候使用字符串长度

enhancement

This is an example ``` class UnusedClass { // only used here func doSomeThing() -> UnusedClass { return UnusedClass() } } ```

good first issue

Different namespace but duplicate reuseIdentifier Found a not very important issue, when two internal class names are the same, the`reuseIdentifier ` is also the same. If you use `String(reflecting:)`, you...

### Feature Description Hi, I recently developed a tool called [github-backup](https://github.com/TBXark/github-backup) to synchronize GitHub repositories in batches to my own instance of Gitea. When it comes to synchronizing private repositories,...

type/proposal

macOS 命令行工具 `rm` 的替代方案,用于将文件移动到废纸篓。 目前可用的 Objective-C 版本 [trash](https://github.com/ali-rantakari/trash) 和 Swift 版本 [macos-trash](https://github.com/sindresorhus/macos-trash) 分别已有 6 年和 2 年未更新,且存在一些不足:`trash` 未采用最新的废纸篓 API;`macos-trash` 实现过于简陋,缺乏对 `rm` 命令标志位的支持。 [rmtrash](https://github.com/TBXark/rmtrash) 提供了与 Linux 和 macOS 版本 `rm` 命令完全兼容的标志位支持,是更理想的替代方案。

weekly