FreePhoenix888

Results 51 issues of FreePhoenix888

## Problem dotnet-document does not have configuration for event handlers Method: ```cs private void OnCancelKeyPress(object sender, ConsoleCancelEventArgs e) ``` Summary written by `dotnet-document` for this method: ```cs /// /// Ons...

[This part of README](https://github.com/commitizen/cz-cli?tab=readme-ov-file#husky) has this: ```json "husky": { "hooks": { "prepare-commit-msg": "exec < /dev/tty && npx cz --hook || true" } } ``` But this hook does not work....

https://github.com/commitizen/cz-cli#:~:text=NOTE%3A%20If,triggered%20precommit%20script. tells that I cannot name my npm script `commit` if I use husky. I use husky and I use `commit` npm script fine without any problems

## Search Terms anchor, examples, ids, headers ## Problem There is no possibility to give a link to a header from generated documentation. I would like to link examples in...

enhancement

## Search Terms expand, imported, types ## Problem Code: https://github.com/deep-foundation/capacitor-device/blob/6d6eae584c3567c5e381fc8a68f733e157d1ab85/src/device-info.ts#L1 ```ts import { BatteryInfo, GetLanguageCodeResult, LanguageTag, DeviceInfo as DeviceGeneralInfo } from "@capacitor/device"; export type DeviceInfo = | DeviceGeneralInfo | BatteryInfo...

enhancement

# How to reproduce ``` git clone https://github.com/FreePhoenix888/prost-build-import-from-another-folder-error-example.git cd prost-build-import-from-another-folder-error-example cargo build ``` See build result: ``` PS C:\Users\FreePhoenix\Programming\prost-build-import-from-another-folder-error-example> cargo build Compiling egui_example v0.1.0 (C:\Users\FreePhoenix\Programming\prost-build-import-from-another-folder-error-example) error[E0412]: cannot find type `StorageSettings`...

https://github.com/zxvnme/zgui/blob/4bb9bbc5ede959195c950a00dd06dae3dd2191ae/README.md?plain=1#L19

### Version 29.1.1 (latest) ### Steps to reproduce 1. `git clone https://github.com/deep-foundation/npm-automation.git` 2. `cd npm-automation` 3. `git checkout 89153a08e34165a7b4d27730c295cdfd38c0c097` 4. `npm clean-intall` 5. `npm run test --templateNamePattern "sync"` 6. See...

Bug Report
Needs Triage