Results 64 issues of AndreKR

In bold style, the switch is drawn a few pixels above the baseline, which makes it hard to have text and switches in one line: ![image](https://user-images.githubusercontent.com/1188538/40157207-22884542-599e-11e8-86d3-f620ba133943.png) Since it's already `position:...

How to reproduce: ```go bar := pb.New(1000) bar.Output = os.Stderr bar.Start() ``` Run with: ```shell myprogram > output ``` Expected: Progress bar is drawn because output goes to Stderr and...

If I try to connect to a server that does not support TLS 1.0, I get the error message: > The URL entered does not appear to be a valid...

libmbfl won't build with mawk (the default) See https://github.com/facebook/hhvm/issues/4433#issuecomment-67249815

I tried building an application with `opencv` but it fails to build. Toolchain: ``` nightly-x86_64-pc-windows-gnu (default) rustc 1.59.0-nightly (c5ecc1570 2021-12-15) ``` Naively I ran `cargo build` but I got an...

My `composer.json`: ```json { "name": "myapp/myapp", "description": "", "license": "proprietary", "require": { "php": "^7.2", "creations/df": "dev-master", "ext-pgsql": "*" }, "autoload": { "psr-4": { "myapp\\": "src", "myapp\\tests\\": "tests" } } }...

Bug

This might be difficult to fix, but I wanted to open an issue anyway to discuss possible solutions or workarounds. When `--single-snapshot` is given, only a single snapshot is made...

kind/bug
area/caching
priority/p2
feat/single-snapshot

Take the [simple-separate-pod example](https://github.com/thomseddon/traefik-forward-auth/blob/529e28d83bca652720db72906b24e6e41a3dbf82/examples/traefik-v1.7/kubernetes/simple-separate-pod/k8s-app.yml) and modify it to have a `path`: ```yaml --- # Ingress apiVersion: extensions/v1beta1 kind: Ingress metadata: name: whoami labels: app: whoami annotations: kubernetes.io/ingress.class: traefik traefik.ingress.kubernetes.io/rule-type: PathPrefixStrip...

question

Does spotifyd have an API to start playback? I can't find anything in the wiki. If I need to use Spotify's (mostly broken) web API, then what is the purpose...

enhancement

Is this the correct GitHub project for documentation issues? On https://docs.platformio.org/en/latest/platforms/espressif8266.html#reset-method it says: > `ck` - RTS controls RESET or CH_PD, DTR controls GPIO0 However, to get this logic, you...