‮rekcäH nitraM‮

Results 112 issues of ‮rekcäH nitraM‮

Hi there, I've got the problem, that I can't install a local version of the Lektor-atom plugin, as it has an `extras_require`of `test`. This leads to a `egg.info/requires.txt` of ```...

Not sure this is the right object to start from, but since python has not so much support for unicode, maybe this is the right start? Our use case is...

I was a bit confused while testing for #22 because I thought I installed the wrong version. Turns out it's just that the app shows the wrong version number in...

4.5 hours is mighty short for me, I would much rather do it only once a day. Perhaps aa logarithmic time scale with a display of the currently selected value...

enhancement

In order to see that I have entered the right path to a custom brew location, as a user, I would like some feedback from the app that the path...

enhancement

On `` controls, there is currently no way to precisely set `title` attributes of `` elements and control precisely what is in them. I worked around this by using a...

enhancement
needs-pr
should backport

It already has a title attribute, but that is actually the displayed title. What I'd like to also be able is to set the html title attribute to show up...

enhancement
sprintable
needs-pr
should backport
BS5

Looking at https://github.com/Pylons/deform/blob/010cb72d6b84e5b22321da831d5036b36d49eae0/deform/static/scripts/file_upload.js#L28 and https://github.com/Pylons/deform/blob/010cb72d6b84e5b22321da831d5036b36d49eae0/deform/static/scripts/file_upload.js#L29 it seems those values are not translatable. Which is sad. Can you do anything about it?

enhancement
needs-pr
should backport
BS5

I've had this problem in my application, where this is a reduction from. The problem is that calling `form.validate(post_values)` before calling `form.render(app_struct)` leaves turds in the fields (to quote mcdonc...

bug
needs-pr
should backport

In https://github.com/Pylons/deform/blob/fae6644658017e3aa4578adb8043d95705535e1b/deform/widget.py#L1305 the Widgets default error_class (´´´´error´´´´) is reset to None in commit https://github.com/Pylons/deform/commit/4e53d2849aba48e7c35f1198696314704db18744. However that doesn't work if you have a validator on the sequence that this sequence widget...

bug
should backport