ddddxxx

Results 55 comments of ddddxxx

I'm not quite sure what you're asking about. Is this an error message? from where? how can I reproduce it?

@hitsthings CocoaPods integration issue is tracked at #112

Would you please remove [latest swift (failing tests)](https://github.com/cx-org/CombineX/blob/master/.github/workflows/ci.yml#L40) for now? so we can get clean ci result. Also add a `# FIXME` mark, I'll look into it later.

> for example, test the integration with CxCocoa Does such test belong to CXCocoa?

You need a pkg-config file. ``` sudo swift ClangSwift/utils/make-pkgconfig.swift ```

It's a known issue. The icon should disappear when quitted. Before I figure this out, dismiss and present touchdock again should temporarily fix it.

Does menu bar show menu of Finder? Tapping the icon does not "open" an app, just "activate" it, which does not necessarily open a window.

close due to inactivity

@me55891 It's an off-by-one error. Tapping the first icon doesn't work (so it seems only happened on Finder, the first app). I'll fix it soon.

Yes. You can add new lyrics service by implementing [this protocol](https://github.com/ddddxxx/LyricsKit/blob/673fb7904164f7b6e08a9236f64812dce6fbc917/Sources/LyricsService/Provider/LyricsProvider.swift#L16). Here is an [example](https://github.com/ddddxxx/LyricsKit/blob/master/Sources/LyricsService/Provider/Kugou.swift#L36). If you're not familiar with Swift, just tell me the API, I'll do it. Please...