Stephen Horvath

Results 11 issues of Stephen Horvath

Hi, I just saw your comment on my commit, so here's my PR. I haven't used this in years so I'm not sure it still works. Thanks, Steve

Hi, I've written a TIDAL plugin (to fix #44), ~but it relies on [tidalapi](https://github.com/tamland/python-tidal/tree/0.7.x) and the version with playlist functionality is still in development and isn't on PyPI yet~, so...

A message like "\ is not a proper AppImage: Too short" kinda just isn't very helpful, so I've changed the messages in `updateinformation.go` to more helpful messages such as "Update...

Fixes building on kernel 6.4+, last tested on 6.7. List of changes: * `struct gpio_chip` missing, was moved to `linux/gpio/driver.h`, now included * `gpio_export()` missing, replaced with `gpiod_export()` * ~~`irq_to_desc()`...

Hi, this PR adds basic support for Intel's new Xe driver, it doesn't support GPU utilisation (the fdinfo is different) but all other features that were working for i915 now...

### Description This PR stops the animation from jumping when overriding the height of `progress-bar-animated` progress bars using the `--bs-progress-height` variable (from another CSS file). ### Motivation & Context I...

css
v5

## Why are these changes needed? Intel Extension for PyTorch version 2.3.110+xpu & 2.4.0+cpu implement LLM specific optimisations, this PR makes use of those in FastChat. This seems to make...

Hi, I've added ChromeOS EC support, which is present on Framework laptops (and Chromebooks). While it is possible to get these values from ACPI memory, I ran into issues and...

The SX1276 in my LilyGO T-Motion seems to be version `0x13` and this seems to be the case for all S76G packaged chips. Currently the library checks for version `0x12`,...

Hi, Parsing the output of `ectool` is a very inefficient way of doing things. Not just from the overhead of parsing with regex, but also since ectool was designed for...