James Wright

Results 67 issues of James Wright

Very similar to #72, but with named associate blocks. The commented lower two lines works just fine (as was fixed in #72). The upper uncommented lines do not work with...

If I have the following if statement: ```fortran if ((longVariableX .neq. longVariableY) .and. ! ensure X != Y & (longVariableZ .eq. longVariableX)) ! ensure Z == X ``` I get...

extension

Feature Request: Is it possible to make the docstring show something different for a Class? For example, I use numpy docstring system and they have a slightly different format for...

feature request

Feature to allow for `margin` to be set for single windows, similar to how `border_width_single` works.

It'd be nice if when qtile restarts the layout was kept. Getting the window sizes to stick if changes in monitor happen maybe tough, but at least getting the vertical/horizontal...

I use https://github.com/rbong/vim-flog/ quite a bit and it will sort it's cmdline completions to suite what the user is doing. For example, it will put the commit hash of the...

### Description In trying to use the `telescope.builtin.lsp_dynamic_workspace_symbols` picker, the documentation states that I can use `` to get an auto complete menu to pre-filter the results by type of...

bug

#### environment - nvim: v0.4.3 - vim-airline: 0.11 - OS: Manjaro 19 - Have you reproduced with a minimal vimrc: no, feature request(?) - What is your airline configuration: ```vim...

## Feature Request #### Is your feature request related to a problem? Please describe. I cannot install on a computing cluster, which is running a Power architecture. I tried building...

✅ existing workaround
💻 new platform

### Describe the problem The example given for using mermaid is broken. ![image](https://user-images.githubusercontent.com/20801821/149853558-bd4363a0-8a3a-43e2-bf63-f9f723f73675.png) ### Link to your repository or website https://myst-parser.readthedocs.io/en/latest/sphinx/intro.html?highlight=note%20box#install-a-new-sphinx-extension-and-use-its-functionality ### Steps to reproduce 1. Go to this link...

bug