Azeem Sajid

Results 9 issues of Azeem Sajid

Enable tests on `macosx/gcc` with GCC 11.

Formula added: https://github.com/liquidaty/homebrew-core/blob/master/Formula/zsv.rb It failed the audit with these errors: ```shell $ brew audit --new-formula zsv zsv: * Stable version URLs should not contain alpha * GitHub repository not notable...

documentation
enhancement

Please configure the GitHub RuboCop Action. Reference: https://github.com/marketplace/actions/github-rubocop-action PS: With this change, there will be a need to have a strict guideline for new code to run RuboCop locally first...

enhancement

I've got this error for all the examples. Even for my own code for starting a simple server issued this warning. Couldn't find any issue here. Release mode is fine...

### Code of Conduct - [X] I have read and agree to the GitHub Docs project's [Code of Conduct](https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md) ### What article on docs.github.com is affected? https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions ### What part(s)...

content
actions
waiting for review

Currently, there's no version file in the codebase. The version is extracted using `git` command and used as a compile time macro `VERSION` wherever needed. Also, the CI workflow is...

enhancement

Hi there, I've followed the steps from the main page but when I try to compile the `qhttpserver.pro` I get the following errors: ``` WARNING: Failure to find: C:/QttpServer/lib/libuv_qmake/../libuv/src/*.c WARNING:...

bug
help wanted

Hi @ioquatix, Thank you for writing these bindings! :+1: I'm trying to extract function comments. However, whenever there are angle brackets in a comment, extra newline `\n` characters are being...

It is suggested to use [markdown-lint](https://marketplace.visualstudio.com/items?itemName=DavidAnson.vscode-markdownlint) extension of VSCode or some other tool(s) to automate the linting of the markdown files. The linting rules may also be configured for the...

enhancement