Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »

Welcome to Codidact Meta!

Codidact Meta is the meta-discussion site for the Codidact community network and the Codidact software. Whether you have bug reports or feature requests, support questions or rule discussions that touch the whole network – this is the site for you.

Activity for Taeir‭

Type On... Excerpt Status Date
Question Consider child tags in required tags
Currently, it is possible to set required tags for a category. For example, here on meta it lists as required tags one of: bug, feature-request, discussion or support. For meta, this works pretty well, but this is relatively limiting for communities where one wants one aspect as a required tag, bu...
(more)
9 months ago
Answer A: Is there a reason for preventing user profile content being less than 30 characters?
It is now changed such that there are no longer restrictions on the minimum amount of characters of user profiles. This means one can now also empty it.
(more)
9 months ago
Answer A: Once filled out, the user profile cannot be reverted to empty
It is now changed such that there are no longer restrictions on the minimum amount of characters of user profiles. This means one can now also empty it.
(more)
9 months ago
Answer A: Is Single Sign On possible with Codidact?
If you are already hosting a Single Sign On Identity Provider (IDP) which is linked to your Active Directory, then yes this is possible. You can follow the instructions at https://github.com/codidact/qpixel/wiki/Setting-up-SAML-Single-Sign-On. Otherwise, we would not be talking about Single Sign ...
(more)
10 months ago
Answer A: False positive for 30,000 character limit
My best guess would be that the check is performed on the HTML representation of the post. In the database, two representations are stored. The first is the markdown representation as you typed it, and the second is the HTML representation. In HTML, a lot of the lines would get some extra characte...
(more)
over 1 year ago