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 »

Search

Advanced Search Options

To further refine your search, you can use additional qualifiers such as score:>0.5. For example, the search score:>=0.5 created:<1y grammar would return only posts mentioning "grammar" that have a score >= 0.5 and were created less than a year ago.

Further help with searching is available in the help center.

Quick hints: tag:tagname, user:xxx, "exact phrase", post_type:xxx, created:<N{d,w,mo,y}, score:>=0.5

Filters
 
87%
+12 −0
Q&A How to set up a new (development) instance of Codidact/QPixel

The QPixel repository on GitHub contains the source code for the Codidact software. How can I set up a new development instance of it, so that I can work on it on my local machine?

4 answers  ·  posted 4y ago by luap42‭  ·  last activity 8mo ago by trichoplax‭

Question guide installation development
84%
+9 −0
Q&A Welcome to Codidact Collab!

Welcome to Codidact Collab! This is a special community outside the general Codidact network. Unlike the other topical communities, this one is for questions about the Codidact engine (QPixel) its...

0 answers  ·  posted 4y ago by luap42‭  ·  edited 4y ago by ArtOfCode‭

Question announcements discussion
83%
+8 −0
Q&A How to set up a new (development) instance of Codidact/QPixel

Before you can get started, you need to check, whether you have all the prerequisites. QPixel is built with Ruby on Rails, therefore you'll need: a Linux or Mac computer (Windows WSL is also oka...

posted 4y ago by luap42‭  ·  edited 2y ago by Moshi‭

Answer
81%
+7 −0
Q&A What exactly is QPixel?

Codidact runs on QPixel More specifically, the Codidact project originally had no actual software, and the referenced discord message was a poll deciding whether to create a new, custom Q&A so...

posted 2y ago by Moshi‭

Answer
80%
+6 −0
Q&A What exactly is QPixel?

I always thought that the terms "Codidact" and "QPixel" refer to the same beast until I came across this post in the chat stating: [..] Should we use qpixel (quicker launch, less dev work to do)...

1 answer  ·  posted 2y ago by zetyty‭  ·  last activity 2y ago by Moshi‭

Question discussion
77%
+5 −0
Q&A Database migration between Codidact and SO for Teams

I'm afraid this is not really a use case that was envisioned and that Codidact has no support for this. But actually the problem in doing this at all is that SO for teams (to my knowledge) does not...

posted 2y ago by Taeir‭

Answer
77%
+5 −0
Q&A Why shouldn't one run a production server in Docker?

Assuming you set it to production mode in the documentation, I think it's mostly fine. As far as I know the following features don't work in the docker setup: Redis data is not stored outside of...

posted 2y ago by Taeir‭  ·  edited 2y ago by Taeir‭

Answer
77%
+5 −0
Q&A How to remove the "This site is in development mode!" message with local QPixel?

In general: if you are seeing that message you have not configured your instance to be in production mode. The warning is there because certain protections and checks are not enabled in development...

posted 2y ago by Taeir‭  ·  edited 2y ago by zetyty‭

Answer
77%
+5 −0
Q&A Why shouldn't one run a production server in Docker?

QPixel's Docker documentation says that the Docker setup is intended for development environments, not production. The documentation calls out one specific issue: email doesn't work. Are there ot...

1 answer  ·  posted 2y ago by Monica Cellio‭  ·  last activity 2y ago by Taeir‭

Question installation
77%
+5 −0
Q&A May I contribute to moving the text in the code to config/locales?

I want to change all the text in the qpixel to my local language(s). But unfortunately, most of the text is in the code(maybe it called hard code). It's hard to find the text to change it. But I se...

1 answer  ·  posted 4y ago by Yaskur‭  ·  last activity 4y ago by luap42‭

Question code-contributions
77%
+5 −0
Q&A May I contribute to moving the text in the code to config/locales?

Sure. Why not? I don't think we are currently actively working on moving the text to the config files, but it can't harm, can it? Also, feel free to share your translation if you want.

posted 4y ago by luap42‭

Answer
75%
+4 −0
Q&A How does caching work in qpixel? Where are the entry points?

How is caching done in QPixel? Note: this answer is based on my understanding of the code after setting up a self-hosted instance. Caching happens in QPixel in multiple locations. The primary one...

posted 3y ago by Taeir‭  ·  edited 2y ago by trichoplax‭

Answer
75%
+4 −0
Q&A How to show border using classes while there's another border attribute in css? Should I use style attribute that moment?

You should almost never use a style attribute. They're clunky, they mix HTML with CSS meaning you can't preload it, and they override just about everything else. Instead, either use atomic classes...

posted 4y ago by ArtOfCode‭

Answer
75%
+4 −0
Q&A What's a low-effort option for a Codidact development machine?

I would like to be able to work with qpixel in a development environment so I could (try to) fix small bugs and build and test locally. I don't have a developer setup now and my OS is apparently t...

3 answers  ·  posted 4y ago by Monica Cellio‭  ·  last activity 4y ago by ArtOfCode‭

Question support new-contributors
75%
+4 −0
Q&A How to test CoDesign?

I have a test page on my local dev environment so that I can test things. If you look at .gitignore, you'll find there's an ignore in there for scratch/* already. Create a directory called scratch...

posted 4y ago by ArtOfCode‭

Answer
75%
+4 −0
Q&A How to set up a Production environment

I've added a much more detailed server set up guide for setting up self-hosted instances aimed at system administrators. You can find it on the codidact wiki at https://github.com/codidact/qpixel/w...

posted 2y ago by Taeir‭

Answer
75%
+4 −0
Q&A Database migration between Codidact and SO for Teams

If I have my "own instance of the Codidact software (QPixel) locally, on a server" (cited from here), can I easily migrate the overall database (user accounts, Q&A, etc.) to a Stack Overflow fo...

1 answer  ·  posted 2y ago by zetyty‭  ·  edited 1y ago by Andreas has suspended his contributions‭

Question database stack-overflow-teams
75%
+4 −0
Q&A How to get QPixel bundle install working without sudo privileges on Debian?

When I tried to install QPixel with bundle install I got the following message (on Debian 11): ~/qpixel$ bundle install Bundler 2.3.15 is running, but your lockfile was generated with 2.4.13. Ins...

2 answers  ·  posted 2y ago by zetyty‭  ·  last activity 2y ago by zetyty‭

Question support
71%
+3 −0
Q&A Need Help Setting Up Email Verification in Codidact

I’m a learner exploring Q&A tools, and after researching, I came across Codidact. I’m impressed with its features and have successfully set it up on my local machine. However, I encountered an ...

1 answer  ·  posted 10mo ago by anurag3221@‭  ·  last activity 10mo ago by trichoplax‭

Question support installation setup
71%
+3 −0
Q&A migrate/import data from Stackoverflow for Teams to QPixel?

How do I migrate/import data from Stack Overflow for Teams to a custom instance of QPixel? I have a few JSON files that I need to migrate/import to QPixel, e.g. users, posts, comments etc..

0 answers  ·  posted 1y ago by Sandman‭  ·  edited 1y ago by Andreas has suspended his contributions‭

Question support migration import stack-overflow-teams
71%
+3 −0
Q&A Warning about ruby version when moving to qpixel installation directory with RVM

I believe that rvm has a mechanism where it will automatically switch to the correct ruby version based on the lockfile. So if the lockfile of an application were to say: ruby '3.1', rvm will dete...

posted 2y ago by Taeir‭  ·  edited 2y ago by Taeir‭

Answer
71%
+3 −0
Q&A Warning about ruby version when moving to qpixel installation directory with RVM

After ruby (version 3.1.2) install with RVM, when I move to the qpixel install directory (with cd qpixel command), the following warning is displayed in the terminal: Unknown ruby interpreter ve...

1 answer  ·  posted 2y ago by zetyty‭  ·  edited 2y ago by zetyty‭

Question support ruby
71%
+3 −0
Q&A How to get QPixel bundle install working without sudo privileges on Debian?

Disclaimer: I use rbenv rather than rvm for installing ruby and have not tested the suggested setup locally. Rather than install bundler via apt, install it via rubygems such that it uses your rvm...

posted 2y ago by Taeir‭

Answer
71%
+3 −0
Q&A What is a "Category" in QPixel?

A "category" is a subset of a community. On the Proposals community, each new proposal is a post, not a category. The categories are "Descriptions", "Incubator Q&A", and "Meta". A "community"...

posted 2y ago by Mithical‭  ·  edited 2y ago by Mithical‭

Answer
71%
+3 −0
Q&A Valkey instead of Redis

Does anyone have experience and tips migrating to Valkey? The reason I ask is becuase Redis changed their license in the beginning of 2024 and is now closed source.

0 answers  ·  posted 1y ago by hdmm‭

Question discussion installation setup redis