NewUserHa

Results 75 issues of NewUserHa

### Before submitting a *pull request* make sure you have: - [x] At least skimmed through [contributing guidelines](https://github.com/yt-dlp/yt-dlp/blob/master/CONTRIBUTING.md#developer-instructions) including [yt-dlp coding conventions](https://github.com/yt-dlp/yt-dlp/blob/master/CONTRIBUTING.md#yt-dlp-coding-conventions) - [x] [Searched](https://github.com/yt-dlp/yt-dlp/search?q=is%3Apr&type=Issues) the bugtracker for similar pull...

docs/meta/cleanup
triage

How to install apk to work profile directly from the local folder, instead of cloning to it?

**Is your feature request related to a problem? Please describe.** ```py import deepdiff deepdiff.DeepDiff({'foo':['data1', 'data2', 'data3'], 'bar': None},{'foo':['data1', 'data2', 'data4', 'bar': None]}) ``` return ```py {'values_changed': {"root['foo'][2]": {'new_value': 3, 'old_value':...

**Is your feature request related to a problem? Please describe.** N/A **Describe the solution you'd like** it may be cool having a similar side UI with the pannel for `#%%`...

enhancement

![image](https://user-images.githubusercontent.com/32261870/172424689-e7f9abb6-c057-467a-9440-41b8d4aeff82.png) the tooltip cases laggy. previous related: https://github.com/rizonesoft/Notepad3/issues/3182

can notepad3 have 'find all' funtion to quick jump to the wanted context?

enhancement / feature req.

there could be annoying that always create local img file after press `c-a-v`. can we add an option to `support encoding img to base64 and link with referer in the...

wanted to update the vfs file via python and other languages for convenience. I tried blow with python. ```python for _ in range(900): try: print(zlib.decompress(a[_:].decode('utf8')+b'\0')) except: pass ``` but failed...

version: hfs 2.4RC7 (Don't know if 2.3m has this issue.) the `hfs` usually has 1~2 folders, 100+ files. the file size of the corrupted `.vfs` usually is about 300bytes. and...

want to try save vfs with 2.3m, because https://github.com/rejetto/hfs2/issues/20. I found this line from 2.4RC7(which has newer theme) can't work with 2.3m. but the two versions just use the same...