Alexander Langer
Alexander Langer
Hi, I have the same flickering issues at 100% brightness and a classic halogene light bulb. ``` 00:00:00.001 HDW: ESP8266EX 00:00:00.050 CFG: Loaded from flash at FB, Count 18 00:00:00.055...
That's the one I'm using, too.
@jamesturton yes, with a neutral line
Yes, the example in the bug report was a bit condensed for the sake of demonstration. We actually replace a custom element, which happens to be a Web Component (e.g.,...
I'll take a look
See my comment in #40
FWIW, I was able to password protect fabric8 behind the ingress by disabling fabric8's nginx-ingress (`gofabric --ingress=false` or delete the deployment) and use `gcr.io/google_containers/nginx-ingress-controller:0.9.0-beta.2` instead: - `$ helm install stable/nginx-ingress`...
@shuang-x-zhao-qq no idea, sorry. (I have since left that project). What I did is essentially described in the previous post.
You need to run `lsusb` and add the relevant USB device id to `USB-Audio.conf`. On my MSI board (but differen model number) it says ``` Bus 001 Device 003: ID...
The default processing pipeline skips small blocks. You must adjust the processing pipeline, see [here](https://github.com/Filimoa/open-parse/blob/main/docs/processing/customization.md) - adjust `max_area_pct` for `RemoveFullPageStubs`. I'm using this pipeline with good results: ``` class MyIngestionPipeline(processing.IngestionPipeline):...