Mahdi Bchatnia

Results 56 comments of Mahdi Bchatnia

Alright 👍 I'll take a look at it.

So there are 2 problems preventing this from happening: - Azure's status page doesn't have an API, so it can only be added by parsing the HTML. However, I have...

Thank you for the suggestion! I have thought about this and I think it would take a considerable amount of time to implement such a feature. Though I definitely plan...

This one is a pain. Have to dig through [their compressed JS](https://status.okta.com/resource/1637199955000/StatusPageApp/javascript/main.js) to understand how they make sense of the data that is included in the page's html (a ``...

The issue here is how to represent all services and geographies in the UI. If I simply add them all to the main list it would become too long and...

Thanks for reporting this and providing all the helpful information, and sorry it took so long to get back to it. This should be fixed with [MacSymbolicator 2.6](https://github.com/inket/MacSymbolicator/releases). Please give...

Sorry to hijack/bump. I noticed newer versions also don't have the Linux x86 binary. (We use SwiftLint in GitHub actions with the Linux runner as it's a lot cheaper than...

You can export the list using: ```sh defaults export jp.mahdi.stts # example defaults export jp.mahdi.stts stts.plist ``` and import it using ```sh defaults import jp.mahdi.stts # example defaults import jp.mahdi.stts...