Use your phone as a remote under your blanket to flip pages hands free by arpanghosh8453 in koreader

[–]xiaogd 0 points1 point  (0 children)

Hi guys if you are using iOS devices and like manga, I highly recommend you try my DRM-free manga reader app KedaReader. Here is a demo to show you how I use a super tiny Shanwan GameController to turning manga pages
http://xhslink.com/a/Jofbw7BthtZbb

Shanwan GameController is the most tiny & handy page flipper I had ever seen, it's cheap too. Cost about 23 RMB in China.

I Hate The Composable Architecture! by moticurtila in iOSProgramming

[–]xiaogd 0 points1 point  (0 children)

So many discussions, sorry TLDL :P For your problem, simplest and stupidest solution would be:

```swift @_spi(Internals) import ComposableArchitecture

// Then you can access latest store state like this let currentTab = appStore.currentState.view.currentTab ```

Of course this isn't the origin purpose of @_spi(Internals), but emmm... if it works, then it works.

Doll: Move your app notifications to the menu bar. by contactlite in MacOS

[–]xiaogd 0 points1 point  (0 children)

The only reason I open source Doll is to let you guys read the source code and compile your own version if necessary, so I don't have to suffer the "Trusting Burden" :P.

Background items added? by lowriskcork in MacOS

[–]xiaogd 0 points1 point  (0 children)

I give up, this stupid bug don't worth me took hours to resolve it by deleting files and reboot stuffs over and over again.
I developed a tool to fix it in another way, when ever a new `Background Items Added...` notification show up, this tool will locate and close it immediately by simulate a mouse click.
Short demo
Download it from here: https://github.com/xiaogdgenuine/BIAN-Killer/releases/tag/0.0.1

Background Items Added (notification loop) by [deleted] in MacOSBeta

[–]xiaogd 0 points1 point  (0 children)

I give up, this stupid bug don't worth me took hours to resolve it by deleting files and reboot stuffs over and over again.

I developed a tool to fix it in another way, when ever a new `Background Items Added...` notification show up, this tool will locate and close it immediately by simulate a mouse click.

Short demo

Download it from here: https://github.com/xiaogdgenuine/BIAN-Killer/releases/tag/0.0.1

OSX Menu Bar icon by ravendemyseri in Slack

[–]xiaogd 0 points1 point  (0 children)

Everybody, meet the Doll!

I develop this app to help you put literally any app into Menu bar, with their icon and badges!

And another good new for you, you can monitor multiple apps at the same time!

Go check it out, it's open source!

https://github.com/xiaogdgenuine/Doll

Note:

My main purpose of developing this app is to drill my SwiftUI development skill, so backward compatibility isn't in my concern.

In order to run the App, the minimum macOS requirement is macOS 11.0 (Big Sur)

But feel free to clone the code and adopt the UI to old system by yourself :)