Simon Kohlmeyer

Results 50 issues of Simon Kohlmeyer

After installing successfully via `easy_install geocommit` I get the following error when I try `git geo setup` in a project's directory ``` void@lnvo> git geo setup Traceback (most recent call...

In html, ``s can be used inside of `tbody` to indicate row headers, which is clarified by `scope="row"`: https://www.w3schools.com/tags/att_th_scope.asp Currently, `scope="column"` can be added to the header cells using `attrs.th`,...

After running :Tabularize, the cursor is at the beginning of the line. It would be nice if it was in the same logical position, so that running :Tabularize /= on...

Sorry, accidentally closed #847 when I renamed master to main, so here it is again. https://github.com/django/django/blob/f9ec777a826816e20e68021c0e73b5a76be650af/django/views/generic/edit.py#L248 Dropped in 4.0.2: https://github.com/django/django/commit/3a45fea0832c5910acee6e0d29f230f347a50462

It would be nice if it was possible to pass setup.py files to `safety check --file`

enhancement
considering

Quoting [click changelog for 8.0.0](https://github.com/pallets/click/blob/main/CHANGES.rst#version-800) > The env var values used to start completion have changed order. The shell now comes first, such as {shell}_source rather than > source_{shell}, and...

bug
in progress
critical

Having both installed causes pytest to error out quickly. This only happens when both testmon and sugar are installed, so I'm posting this in both repos. The testmon issue is...

3rd-party

This commit restricts the library to `

I just tried to check out dhall-to-cabal as part of my deep dive into nix. During this, I noticed that dhall-to-cabal package in nixpkgs is marked as broken. I'm sure...

A (real) Mixin would make it possible to use django-safedelete in places where using a custom base class isn't possible (for exampe in frameworks where another base class has to...

enhancement