marcfon

Results 10 issues of marcfon

Is this the correct command to add dict-based style filters from the command line? **String based** `urlwatch --add url=http://example.org,name=Example,filter=css:h1` **Dict-based** `urlwatch --add url=http://example.org,name=Example,filter=-css:h1`

enhancement

This current pull requests breaks backwards compatibility. Let me what you think is the best way to fix this. I've implemented OAuth2 support because it's needed te access certain information...

Would it be possible to add a the option to get the list of subscribers? The YouTube API seems to support the function. https://developers.google.com/youtube/v3/docs/subscriptions/list

As the **post_types** parameter always adds the value to the URL the **empty_search_url** is never called. Changing line 1072 to this fixed the issue for me. `if($this->urlparams=="/?s=" || $this->urlparams=="/?s=&post_types=" ....

The ESP32LapTimer.ino file says to check the readme but the information there is quite sparse :) **UPDATE: Here is how I did it.** * Pull Chorus32 from github * Install...

documentation

The reading from my INA219 off by about 0.3v compared to when I read voltage with a multimeter across the battery + and -. I've got the VIN- connected to...

I'm building a setup based on [this wiring schema](https://github.com/AlessandroAU/Chorus32-ESP32LapTimer/blob/master/img/schematic2.png). Does this schema match the `BOARD_DEFAULT` or the `BOARD_OLD` build target?

### Is there an existing issue for the same bug? - [X] I have checked the existing issues. ### Branch name main ### Commit ID -- ### Other environment information...

bug

What is the correct way to change the ports Traefik and Postgres run on? The current defaults conflict with other services I have running. So far I've been able to...

### Is there an existing issue for the same bug? - [X] I have checked the existing issues. ### Branch name main ### Commit ID -- ### Other environment information...

bug