mozbugbox

Results 14 issues of mozbugbox

### 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...

site-enhancement
pending-fixes
stale-pr

Test: ``` class Test: def __init__(self): self.value1 = null def method(self): self.value1 = 0 ``` ``` $ npx rapydscript -p -6 typescriptKlass.pyj > typescriptKlass.ts $ tsc --lib es7 typescriptKlass.ts typescriptKlass.ts:26:18...

Try to make requests.Session reusable across multiple querys for baidu. It might apply to other services too.

Try to do issue #1048, #2468. Add a option `--lib-subdir libs` option to pyi-makespec. Known Issues: * Only tested on Linux * Cannot put the dir of a module into...

Add a interactive mode to playlist such that user can select which video to download. I have to first move some config parameters into a config dictionary. Now we can...

gsettings is an integrate part of GTK application. I'd like to see a best practice on how to use gsettings with GTK.

help wanted

Most of filter rules are domain specific. If we put filters start with "|", "||", "@@||" into their own list of rules with a given domain, then the giant regex...

w3m doesn't render html files with self closed `` tag like: ``` ``` If the script tag closed with "", then the rendering works properly: ``` ``` A sample file...

Currently items were insert/removed from the db one by one. On frequently updated feeds, commit items in batch under transaction will speed up the db operation quite a bit. [liferea-batch-insert-delete-db.patch.txt](https://github.com/lwindolf/liferea/files/10671490/liferea-batch-insert-delete-db.patch.txt)...