Scot Hacker

Results 85 comments of Scot Hacker
trafficstars

SECURITY.md has been added (github only, not pypi), thank you. ./s On Mon, Sep 27, 2021 at 10:52 PM Scot Hacker ***@***.***> wrote: > Hi, thanks for the note. I...

@datatalking Good theory - could be the file encoding. Maybe I (or one of us) just needs to intentionally save a CSV file without some other encoding and see what...

@bernd-wechner Awesome, thanks a bunch! Do you by chance have a CSV that can crash django-todo on import? If so, can you share the file?

@fross123 This sounds like a very good idea. I'd be happy to take a look at your pull request. Thanks in advance!

Not a bad idea. With larger databases with millions of comments, this could make search expensive (slow). We might want to make it a settings option for that reason. Also,...

Based on the dust-up that occurred in #52, it's clear we have MySQL users, and we can't use anything postgres-specific unless the project makes a decision only to support Postgres....

Interesting question. I think I was just going for a safe "least privilege" scenario, and thinking of it like a Jira board where a manager controls the lists and staff...

I welcome contributions on this feature, fwiw - let me know if interested.

I'm a big fan of django-rules, but since todo is a plugin for existing sites, I'm very interested in keeping the number of dependencies as limited as possible. I'll think...

No one else is encountering this? Any theories?