FilBot3

Results 17 issues of FilBot3

# Feature Request Please allow the use of YAML `>` folding for strings. Example: ```yaml --- # https://taskfile.dev version: '3' vars: DOCKER: podman tasks: default: cmds: - echo "Hello, World!"...

bug
dependencies

I am wondering how the Pulses' `Cpu` and `Mem` totals and percentages are calcuated? They don't seem to match what's described in `kubectl describe nodes` and Azure Monitor. k9s Pulses:...

I enabled `:set spell spelllang=en_us` on a file with obvious misspelt words. The `deus` colorscheme didn't show it, however, when I switched to `:colorscheme default` Vim 8.2 was able to...

Using `openstack-vagrant-provider` version `0.13.0`, I am attempting to stand up infrastructure in a VMWare OpenStack Octa Environment. I am using Rake and Ruby's ENV to set my environment variables, but...

I seem to be having an issue with my `user_data` block defined per Instance OpenStack provider overrides. I'm attaching a volume per node, and then using `user_data` to format and...

This is more of a question than an issue. Is there a way to make the vagrant-openstack-provider plugin show the Vagrant instance name rather than the Instance ID on OpenStack...

Using v0.1.11, I get the following error for most show commands. ``` [error] cannot resolve unique type for resource 'arn:aws:lambda:us-west-2:355527942128:function:VPN_Slack_Update', got: [0xc42d73e2d0 0xc42ee266c0] ```

waiting feedback

Is there a way to use Sphinx to build documentation that would list the Function/Methods, their parameters, and expected returns? Using `pydoc` doesn't seem to format the docstrings properly. Also,...

In this section: * https://github.com/microsoft/azure-devops-python-api/blob/dev/azure-devops/azure/devops/v5_1/graph/graph_client.py#L145-L152 which has this blob of code: ```python def list_groups(self, scope_descriptor=None, subject_types=None, continuation_token=None): """ListGroups. [Preview API] Gets a list of all groups in the current scope...

The UI hides a lot of how this is done on the back end. How is this done in Python?