Liam

Results 8 issues of Liam

Implements sending a image from 4chan to a Apple TV Device

Demo: ``` #include "xlnt/xlnt.hpp" int main() { xlnt::workbook wb; auto ws = wb.active_sheet(); auto cell = ws.cell("B2"); xlnt::border border; xlnt::border::border_property border_property; border_property.style(xlnt::border_style::thin); border.side(xlnt::border_side::start, border_property); // left border.side(xlnt::border_side::end, border_property); // right...

enhancement

The project uses submodules but if you download the repo as a zip from Github it doesn't pull the submodules which leads to issues like #642. Docs should reflect the...

**Describe the bug** Autoplay fails with the warning `WARN librespot_connect::spirc] Unable to get autoplay user attribute. Continuing with autoplay disabled.` but it's enabled in the windows desktop UI ![image](https://user-images.githubusercontent.com/874740/185354061-148dbe2e-ef96-4af0-80a5-48a2326fb757.png) **To...

bug
reverse engineering
new api

Update `pane` to implement https://c-rex.net/projects/samples/ooxml/e1/Part4/OOXML_P4_DOCX_pane_topic_ID0E1NA5.html Fixes #388

Defined names are currently partially implemented (in regards to the spec and reading/writing). This PR should bring them more into line with the spec https://learn.microsoft.com/en-us/dotnet/api/documentformat.openxml.spreadsheet.revisiondefinedname?view=openxml-2.8.1

**Describe the bug** After around 3 hours of playback, it just stops completely and every song becomes unplayable. Looking at the logs there seems to be a lot of 403...

bug