Ulysses Zhan

Results 163 issues of Ulysses Zhan

Already set `_scraper.mbasic_headers`, and set `base_url` and `start_url` parameters to mbasic, and set `cookies` to be the same as the cookies contained in the headers. `get_profile('LyricaGame', **options)` gives ```python {'Friend_count':...

This is frequently but not steadily reproduced in the new 200.13 version on Android. Did not have that on previous versions.

> Before reporting a bug - [x] Check [common issues](https://katex.org/docs/issues.html). - [x] Check the bug is reproducible in [the demo](https://katex.org). If not, check KaTeX is up-to-date and installed correctly. -...

bug

The official Wacom driver for Windows offers an option not to use Windows Ink but it can still provide pressure. I think there should also be an artist mode in...

enhancement
windows/wpf

I really like this feature of Evince. It looks like this: ![image](https://github.com/pwmt/zathura/assets/26196187/a2ffa20b-6e4f-4b3f-b1b0-5b355f9e2956) Is there any chance Zathura has this feature?

help wanted

test.yml: ```yml tableEqns: true eqnBlockTemplate: | $$t$$$$i$$ ``` test.md: ```md test $$x$$ test $$y$$ {#eq:test} test ``` Run: ```shell pandoc -f markdown -t html5 -M crossrefYaml=test.yml -F pandoc-crossref test.md ```...

I am using almost the exact same docker compose contents from readme. At first everything looks good, but this error (or similar ones) occasionally occurs randomly, and then everything is...

**Describe the bug** Under certain reproducible conditions, the playlist does not show videos beyond the first page. **To Reproduce** Steps to reproduce the behavior: 1. Add a long playlist to...

bug

https://www.facebook.com/LyricaGame/posts/pfbid0ZD1LWTSAtiAbPpem7AA2tpnEh7QXviqY3hf4mfYvg53yoakBb77DEKwqERv8htBzl When this post is fetched using `get_page_info('LyricaGame')`, the fields `shared_post_id`, `shared_time`, `shared_user_id` etc are all `None`.

The `'time'` field of a post returned by `get_posts` doesn't have tzinfo. The value of `post['time'].tzinfo` is `None`.