Fabio

Results 15 comments of Fabio

I agree the OP: fonts are too light, they are not immediate to read and require effort to be spotted.

Same problem is happening on 43.0b7. Default zoom level resets to 100%, and no zoom is allowed. If i disable NoSquint, Firefox default zoom behavior works.

As for me, I've switched to Zoom Page. I also think this project is abandoned.

Happening to me too on three different machines (A Linux desktop, an armbian installation ad macOS). This is the simple testing script I used: ```python #!/usr/bin/env python3 import cbpro class...

Yes I know that a Python package ca be easily distributed, but I'm more talking about all the binaries like `precise-engine` and all the libraries in its directory. As far...

You certainly have skills. Actually, I'm returning `std::io::Result` :smiley: I thought it was "compatible" with Failure.

I don't know what to say more. You explained everything already, thank you for your help :smile: It's probably the best idea to implement the `Fail` trait in my project.

I asked for this very same feature today in the official chat. I agree that it would be super handy to have a special theme that matches terminal's palette. Customizability...

As a workaround, I added this snippet to `org.genivi.commonapi.core.ui/pom.xml`: ```xml com.google.inject guice 3.0 ``` And removed the offending line from `MANIFEST.MF`.

@yogeshjain19061988 why did you close this issue? I posted a workaround; it's not a solution. I may provide a PR if my workaround is decent enough to be an upstream...