Ricardo Markiewicz
Ricardo Markiewicz
Hi, thanks for this great app!. I've been working on a [hotfix](https://github.com/Gazer/quicktile/commit/58621269c0ecea9af88c8e49b5f39f2da3dc2ae4) for this based on the comments of this issue. It is definitely not perfect but works at least...
I've found that passing `null` instead of `[]` as the environment of the execute method the git output is recorded correctly. Using `'git rev-parse --short HEAD'.execute(null, project.rootDir).text.trim(),` instead of `gitSha()`...
Tengo el mismo problema. Es más, mirando la documentación de [PXLifeCycleProtocol](https://mercadopago.github.io/px-ios/v4/Protocols/PXLifeCycleProtocol.html) la firma del método es: ```swift func finishCheckout(payment: PXPayment?) -> (() -> Void)? ``` Pero usando esa firma con...
1. We use ApCheck with a custom backend, not with Firebase services. When we start the app and we already have a valid token, the refreshManager is not creating the...
@argzdev you can check the example repo in the previous comment to reproduce our problem.
Hello, I've started to experiment to add support for real graphs (for now line only), this is how the CPU usage looks like: You can check the code at https://github.com/Gazer/Waybar/tree/feat/basic-cpu-graph
@imiric the idea is to end with a PR, right now I´m exploring to add a custom-graph similar to the custom module so you can use an external script to...
I'm doing the final testing and polish but I may be able to do a PR to get feedback next week. I've working three graph types with native or custom...
PR created, I've drop the idea of the rainbown colors since do not match the style. Instead played with the alpha to create a shades of the main color
Hi , no, this initial version just allow you to render values from 0 to 100, so the scale change is not implemented. It should work mostly for any value...