memecode
memecode
After installing and running: "kasa --target 192.168.0.255" I get a bunch of normal output followed by: ``` Exception ignored in: Traceback (most recent call last): File "c:\program files\python39\lib\asyncio\proactor_events.py", line 116,...
Given an @media selector like: `@media screen and (max-width: 600px)` The function litehtml::media_query::create_from_string in src/media_query.cpp seems to overwrite 'm_media_type' with 'none' when it hits the 'and' in the string. Causing...
To implement the litehtml::document_container::import_css function: void import_css(litehtml::string& text, const litehtml::string& url, litehtml::string& baseurl); The application has to go out to the network and get the CSS and then at some...
So far as I can see... in the implementation of smb2_opendir, if wait_for_reply fails and it falls into the SMB2_STATUS_CANCELLED handler the cb_data memory leaks. It returned NULL instead of...
This just adds a initial draft for a cmake project file. This allows me to build an xcode version of this which support universal binaries. There may be other ways...
**Describe the bug** All text on the about box is missing character rectangles. **To Reproduce** Left click app indicator -> About **Expected behavior** Text should be readable. **Screenshots** [Image of...