smidgedy

Results 8 comments of smidgedy

I'm experiencing the same issue, the 2nd last line of the stack trace shows the relevant error message and it's being triggered at `File "/opt/CTFd/CTFd/utils/uploads/uploaders.py", line 141, in sync`. With...

Hi, A user on my instance who doesn't have a Github account has also raised this issue due to the accessibility problem previously mentioned (messes with screen reader), and also...

After some help from the user on my instance reporting the issue we found out more detail. * If I feature a completely new hashtag that's never been used then...

A bit more understanding emerges - if you look at `db/schema.rb` the table storing hashtags looks like this: ```rb create_table "tags", force: :cascade do |t| t.string "name", default: "", null:...

it could even be surfaced to users in some clever way, like a prompt asking if you'd like reminders the first time you post an image, or if you've previously...

I would also love to see this feature - it's not as easily abused as a retoot feature would be as the content would be hidden by default for most...

Hey, I came across what is probably this same issue tonight - the line of code that checks for the presence of USB storage looks like `if [ -d "/mnt/loot"...