illes

Results 13 issues of illes

``` lldp.eth0.vlan.vlan-id=300 lldp.eth0.vlan.pvid=yes lldp.eth0.vlan=VLAN300 ``` ``` Version: lldpd 1.0.11 ``` ``` Traceback (most recent call last): File "/root/.local/bin/netbox_agent", line 8, in sys.exit(main()) File "/root/.local/lib/python3.10/site-packages/netbox_agent/cli.py", line 44, in main return run(config)...

fixes: > TypeError: This is a python-holidays entity loader class. For entity inheritance purposes please import a class you want to derive from directly: e.g., `from holidays.countries import Entity` or...

## Tell us about the problem you're trying to solve Add support for vertica.com database as a data-source. ## Describe the solution you'd like Create `VerticaDb(BaseDb)` connector class implementation using...

There was no way to query by names containing special chars, e.g. `{"a.b": 42}`, which is now possible with the backslash-escaped selector `$.a\.b` NOTE: the backslash itself is a special...

Fixes chaos-genius/chaos_genius#1221

Grouping recordings by genre is a neat feature of `mythfrontend` I could not replicate using `pvr.mythtv`. I would imagine it could be introduced in various ways, e.g. - as another...

`Lunatixz/XBMC_Addons` must have been renamed to `Lunatixz/KODI_Addons`, (some?) current add-on URLs are dead links (404), e.g.: [master/screensaver.bing/addon.xml#L14](https://github.com/Lunatixz/KODI_Addons/blob/master/screensaver.bing/addon.xml#L14)

Bing screensaver stays on even after playback is started remotely (via sendtokodi/kore). Playback does start, but screensaver stays on top. #### Workaround Workaround is to exit screensaver via user action...

# Thanks for contributing! Before submitting your pull request please have a look at the following checklist: - [x] ran the tests (`pytest`) - [x] all style issues addressed (`flake8`)...

**Is your feature request related to a problem? Please describe.** The top-level entry points, notably `sqlparse.parse(sql)`, use the singleton `Lexer` instance via `FilterStack`. Users that [extend sqlparse](https://sqlparse.readthedocs.io/en/latest/extending.html) (e.g. to parse...