Alexandre ZANNI
Alexandre ZANNI
> Custom sections are also supported so you can just make your own if you want to do your own customization for it as well In v3 right?
maybe : - `--no-banner` hide only the ASCII art banner - `--no-config` hide the configuration table - `--quiet`, `--production`, `--efficient` or whatever = `--no-banner` + `--no-config`
The banner shown only on help message sounds right but if you are against it a hiding option would still be ok (as we as the counter part in ffufrc)....
https://bugs.archlinux.org/task/75432 > impacket actually requires python-setuptools at runtime. It's not listed in setup.py or requirements.txt but it's `import pkg_resources` (cf.[ https://github.com/SecureAuthCorp/impacket/blob/3c6713e309cae871d685fa443d3e21b7026a2155/impacket/version.py#L10](https://github.com/SecureAuthCorp/impacket/blob/3c6713e309cae871d685fa443d3e21b7026a2155/impacket/version.py#L10)) in `impacket/version.py`. So without setup tools it's triggering the...
The error is also viewable on the docker logs not only on the user browser console:  Also by default the _Time distribution by task_ chart is not rendered ...
@ljcbaby > I just full tested it and didn't reproduced it. > My OS is Windows 10 Enterprise 21H2 19044.1466 As changsijay stated, it's most likely a `prefers-color-schemeè issue that...
PS: Yes I have read https://theme-next.js.org/docs/theme-settings/#Dark-Mode, #1602, #1599 NexTTheme SettingsNexT User Docs – Theme Settings
In thought of an inheritance issue but setting it in `theme_config` or the site config doesn't solve the problem. ```yaml theme_config: darkmode: true ``` Even forcing teh value in `node_modules/hexo-theme-next/_config.yml`...
While served with `hexo server` or `python -m http.server` or `ruby -run -ehttpd` (webrick) the dark mode is not working, but surprisingly, in while served by Gitlab Pages after being...
`/usr/lib/code/product.json` ```json { "quality": "stable", "extensionsGallery": { "serviceUrl": "https://open-vsx.org/vscode/gallery", "itemUrl": "https://open-vsx.org/vscode/item" }, ``` In VScode  developer tools requests observed when trying to search an extension   