stevenlele
stevenlele
- Replaced Noto Sans with default sans-serif because that font does not look good on all displays. - Changed the translation of “Don’t ask to ask” because the original one...
The decimals are truncated. https://github.com/moonD4rk/HackBrowserData/blob/ecb8db1854c77231037fc041c90b41f4c1b5acf4/browingdata/cookie/cookie.go#L134 https://github.com/moonD4rk/HackBrowserData/blob/ecb8db1854c77231037fc041c90b41f4c1b5acf4/browingdata/download/download.go#L120-L121 https://github.com/moonD4rk/HackBrowserData/blob/ecb8db1854c77231037fc041c90b41f4c1b5acf4/browingdata/password/password.go#L280 https://github.com/moonD4rk/HackBrowserData/blob/ecb8db1854c77231037fc041c90b41f4c1b5acf4/browingdata/history/history.go#L112 https://github.com/moonD4rk/HackBrowserData/blob/ecb8db1854c77231037fc041c90b41f4c1b5acf4/browingdata/bookmark/bookmark.go#L125
The start time should be 1601/1/1 00:00 UTC instead of local time, so all timestamps are 8 hours early if you are in UTC+8 timezone. On macOS, the timestamps are...
In VS Code, turn on bracket pair colorization and ligature. Combinations like `{{` and `}}` are colored with the last character's color instead of separately. A similar issue with Cascadia...
如题,“卜”字没有重心居中显得靠左,另外全角冒号和分号靠左边缘太近了。
https://github.com/zufuliu/notepad4/blob/77c708f5717acc0876e1b956dfd7be51046aa584/doc/release.md?plain=1#L22-L23 - #574 When updating through winget, it will check if the SHA256 of all files match the installation. Typically, the INI file is modified, so it will stop updating....
`ruamel.yaml` is a fork of [PyYAML](https://github.com/yaml/pyyaml/) which features [a new API](https://yaml.readthedocs.io/en/latest/api/) and can perform [round-trip conversion](https://en.wikipedia.org/wiki/Round-trip_format_conversion) preserving the original format and comments. It also claims to have fixed various issues...
See https://cli.github.com/manual/gh_config The line is supposed to be: - `git_protocol`: the protocol to use for git clone and push operations {https|ssh} (default https) But instead rendered as: - git_protocol: the...
Currently the extension folder's size is 7.55 MiB, of which 4.86 MiB is unused image assets under `assets/` folder (PSD and PNG files). You could safely remove them (except `assets/icon.png`)...
Closes #13655 Supersedes #13658 (and closes #13658) - [x] I have read the [Contributing Guide](https://github.com/ScoopInstaller/.github/blob/main/.github/CONTRIBUTING.md).