Sorin Sbarnea

Results 499 issues of Sorin Sbarnea

It would really be nice if we could get some official and clear guidelines, ones that document a canonical format to follow, at least for those that want to be...

Is the published compatible with the current version of Confluence? As of today our cloud version of Confluence reports version `1000.223.0` Also it seems really unclear on how can someone...

At least the MacOS desktop client does not register itself as a handler for uri:// See: https://www.mutterirc.com/uris/

Due to the use of custom class, I discovered that I cannot add the default group to a group that is already using it: ``` from click_help_colors import HelpColorsGroup, HelpColorsCommand...

Many JSON Schemas make use of markdown inside their `description` fields as this is extremely useful for IDEs. One notable example is vscode which uses the alternative [`markdownDescription`](https://code.visualstudio.com/api/references/contribution-points#Configuration-property-schema) field for...

Have you tried contributing this back to pfsense? I would find it really useful to have it as a default feature. I think that only think it would be needed...

You can use travis to install and generate a schema for latest version of ansible and to create a PR against its own project for updating the schema. Having an...

In python you can compare two dictionaries but if you try to compare two multi_key_dict instances it will return False even when it should not. ``` #!/usr/bin/env python from copy...

To ease installation for MacOS users that do not master pip/pipx secrets, it would be useful to allow installation using: ``` brew install mk ``` While I already made a...

enhancement
help wanted