stil
stil
Related #36
This issue is probably caused by [libgd](https://github.com/libgd/libgd). It should be reported to either PHP developers or libgd developers. I'm not able to fix it.
Very good idea. It happens to me often, that QNapi won't find matching subtitles. However when you search subtitles manually on napiprojekt catalogue, it's often possible to find subtitles just...
Request format: ```bash curl -X POST -F mode=17 -F client=NapiProjekt -F client_ver=2.2.0.2399 -F user_nick= -F user_password= -F downloaded_subtitles_id=e35b971b32d0f8872d4d906d319877e3 -F downloaded_subtitles_lang=PL -F the=end http://napiprojekt.pl/api/api-napiprojekt3.php ``` * `mode` - is set to...
OK, password is the same as in [`napiprojektdownloadengine.cpp#L42`](https://github.com/QNapi/qnapi/blob/422c2389d61d73ca23a984961b28cac353f4d09e/libqnapi/src/engines/napiprojektdownloadengine.cpp#L42).
Since this issue is pretty old and we watch movies all the time, I've created add-ons for Firefox and Chrome to help. They allow you to quickly download subtitles from...
## 4 byte UTF-8 characters issue Below you can see glyphs of Arial Unicode font.  And here you see, how GD draws consecutive glyphs starting from `0xFFD0` and ending...
Hi, thank you for looking into this issue. I tried replacing all occurrences of `document` with `activeNode.ownerDocument` and it worked! Could you please prepare a release with fix?
This is still valid, please merge the fix from one of the PRs, thank you.
EuiPortal should be able to use different portal target than document.body based on provided Context
`componentDefaults.EuiPortal.insert` wouldn't work, as per documentation it's global, not scoped to the component tree. Unless it supports nested EuiProvider tags. Perhaps I'll create a PR for my proposal if I...