Edward L Platt
Edward L Platt
I'm removing the priority flag because users can now export a list of all keys and filter by their owner's membership status.
Implement two buttons "Pay outstanding balance" and "subscribe." Add to the bottom of the accounts tab.
The enter key submission was intentional, to make it easy to enter a bunch of manual payments without using the mouse. If I added validation, would that help? For instance,...
This could be a very simple module to write. I'd suggest modeling it after the drupal watchog module: https://www.drupal.org/node/86124 You'll need to create a database table (see how other modules...
Good catch! I think the solution here is to implement a check_plain() function similar to drupal's and make sure it gets called on all user submitted data. I'll do this...
I'm just going to put this right here... https://www.kickstarter.com/projects/198994652/seltzer-community-manager On Sat, Jun 27, 2015 at 6:55 PM, mjgardes [email protected] wrote: > All the notices! > > Notice: Undefined index: name...
Just came here to post something similar. In general it seems that it would be very useful to allow different sorting algorithms. Right now, mastodon only works if everyone you...
Still having this issue on Ubuntu 22.04 LTS even though tqdm is installed. I believe the problem is that the snap install runs in a container and doesn't have access...