Dom Batten

Results 18 issues of Dom Batten

**Is your feature request related to a problem? Please describe.** I use an OpenAPI generator cli for generating Typescript types/models/etc. based on my FastAPI w/ ormar backend. I recently used...

enhancement

**Describe the bug** This plugin has worked very well until this morning, now whenever I run `:DogeGenerate` i get the following: ``` [DoGe] python parser failed [Doge] Exception: Vim(return):E474: Unidentified...

bug

Is there a way to make trailing whitespace a bit more visible? It's quite difficult to spot it at a glance: ![image](https://user-images.githubusercontent.com/17271241/100518040-01793a00-3187-11eb-8850-58abd5c74c95.png)

context-syntax
context-config
type-support

I'd like to be able to store gzip encoded responses received using `aiohttp` in their encoded form as they take up less space. I note this is the default behaviour...

Using: NeoVim version 0.2.2 init.vim config: ``` " Alphabetisize the use statements let g:php_namespace_sort_after_insert = 1 " Insert the use statement function! IPhpInsertUse() call PhpInsertUse() call feedkeys('a', 'n') endfunction autocmd...

In this example, the 'body' slot is being rendered as a string. Is there any way to pass the actual data in the slot to the textarea in the component?...

I have the following settings set: ``` conceallevel=2 let g:vim_markdown_conceal=1 ``` But for a markdown file with the following raw text: ```md *test* **test** ***test*** _test_ $x$ ``` My output...

- ignore files that don't need tests, e.g. files in `docs/` and `.md` files closes #1328

If for example a PR is raised with only changes made to the docs then there's no need to run the `tests` workflow. A few lines can be added to...

As of poetry version `1.something` the new way to declare dependencies is in groups, see [here](https://python-poetry.org/docs/managing-dependencies/#dependency-groups). This also makes it easier to install just the relevant dependencies in github actions...