Alexandre ZANNI

Results 558 comments of 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: ![image](https://user-images.githubusercontent.com/16578570/177132398-dfb1da96-56af-4346-8fca-58d7ed52d5dd.png) Also by default the _Time distribution by task_ chart is not rendered ![image](https://user-images.githubusercontent.com/16578570/177132607-5291c223-393d-4c99-b94d-7fed8d81dff1.png)...

@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 ![image](https://user-images.githubusercontent.com/16578570/127879350-39fcb61f-5e2e-48b1-a07a-bca8840b130f.png) developer tools requests observed when trying to search an extension ![image](https://user-images.githubusercontent.com/16578570/127905538-8a0710f2-7adf-4cbe-97eb-0e9d865120a9.png) ![image](https://user-images.githubusercontent.com/16578570/127905740-a310133d-bd0c-4d0e-91fe-857df38b9c8c.png) ![image](https://user-images.githubusercontent.com/16578570/127905751-d4f1d8fc-f5f3-4a83-9856-36a3e9bbd529.png)