David Ross
David Ross
My `.pre-commit-config.yaml` file is as below. When I run this on the command line it inspects all python files recursively, however, when running pre-commit, it only inspects python files in...
Add notifications when a translation or source unit is deleted The notification occurs prior to the actual deletion of the Unit. This is because the Change object and Unit object...
Calling display without an expression does not return the list of display expressions. Example with `pdbpp`: ``` david ~ $ python bug.py [1] > /home/david/bug.py(3)bug_test() -> i += 9 >...
When opening a JS file with a pre-existing error/warning the lightline-ale components do not render. However, when I intentionally make an error said components pop up and remain. The below...
### Describe the problem The message created as part of https://github.com/WeblateOrg/weblate/issues/7880 did not add the source string to the actual message. It would be preferable to have the source string...
I found that this plugin slowed down my editor a lot after installing. I did some profiling and found that the function GetJsxIndent() is the culprit. I am not really...
**Describe the bug** I have a Weblate instance linked to a git repository. We have uploaded several components translations (all monolingual GETTEXT format) thus far and have started noticing this...
I see there have been no new updates since Jan 11 and am wondering if this project has been abandoned? Or whether I should expect this project to be maintained?
### Code editor Neovim ### Platform Linux & OS X ### Version 4.9.0 ### What steps will reproduce the bug? This is a very rough example Create the following file:...
Currently the majority of functions are being tested via Vader in a CI pipeline. However, many functions still need to be included in the unit tests. It would be preferable...