Pete Doherty

Results 24 issues of Pete Doherty

The link to the [rustwebapp](https://github.com/superlogical/rustwebapp) demo is broken -- the owner seems to have closed their GH account. [This](https://github.com/kordless/rustwebapp) seems to be a fork of that project, though.

First off, thanks for creating such a simple, useful plugin! I find myself needing to limit the length of text a user may enter into the pell editor. I'm tempted...

feature
plugin

I'm seeing some (potentially) unexpected behavior when encountering database-level input validation errors. For example, if I have a table (app_user) whose `name` column has a uniqueness constraint on it, an...

The ["full example"](https://github.com/MarcinMoskala/PreferenceHolder/blob/master/kotlinpreferences-lib/src/androidTest/java/com/marcinmoskala/kotlinpreferences/ExampleConfig.kt) and ["usage"](https://github.com/MarcinMoskala/PreferenceHolder/tree/master/kotlinpreferences-lib/src/androidTest/java/com/marcinmoskala/kotlinpreferences) links in README.md are broken.

Would people be interested in a "show finger mode" which would show a new notification state when the [tmux-fingers plugin](https://github.com/Morantron/tmux-fingers) is active?

Given the following pytest.ini configuration file: ``` [pytest] addopts = --exitfirst --log-cli-level=debug --workers auto ``` I see the following when running my test suite containing an unhandled exception. ``` #...

I've noticed that if I use `Animation.exactly` to set some properties, those properties aren't animated/updated the next time they should be. `Animation.exactly` and `Animation.opacity` ([which, conveniently, happen to be defined...

Change lb.tf to nlb.tf

I'm seeing the following error when trying to deploy a djangae-scaffold based application to GAE. > File "/base/data/home/apps/s~APP/20190316t120751.416813848522013508/APP/settings_live.py", line 36, in ('django.template.loaders.cached.Loader', template['OPTIONS']['loaders']) KeyError: 'loaders' I was able to work...

It seems to me that allowing users to specify memory_limit_min and memory_limit_max as integers and doing the RSS calculation internally would make for better UX.