Jonathan Holvey

Results 9 issues of Jonathan Holvey

A release of SharePy v2 has been in the works for quite a while, but has been held up due to a lack of testing. This release introduces support for...

help wanted

Several commands are described in `motion.txt` for moving the cursor within a line of text that's wider than the screen. For example, `gj` and `gk` can be used to move...

feature
wordwrap

While running the unit tests on a modified branch of Python Patch, I've been trying to debug some of the failed tests I'm seeing. The first of these, `test_multiline_false_on_other_file()` would...

I have a unified patch file which can be successfully applied using the GNU utility *Patch*. The line numbers of the source files do not match the patch, however there...

When submitting my form, I'd like to be able to add a 'working' indicator, and maybe disable the submit button so that the user knows the form is being submitted....

I've found that many element selectors (`div`, `form`, `input`, `button`, `h1`...`h6` amongst others) will be scoped as property names rather than elements when the following is true: - The element...

bug

I've got a basic Roger server set up according to the [installation](https://github.com/namshi/roger#installation) section of the readme. I can trigger a build using the `build` API endpoint pointing to my GitHub...

When running the `format table` command on the whole document, the cursor location moves to the start of the first table. Ideally, the cursor would not move from its original...

### Version 29.1.2 ### Steps to reproduce Clone my repo and run the demo tests ```bash git clone https://github.com/JonathanHolvey/ts-jest-no-hoist.git cd ts-jest-no-hoist npm clean-install npm run test ``` This repo contains...

Bug Report
Needs Triage