General Q&A about setting up the Codidact (QPixel) platform or contributing to the open-source project. For questions about the network hosted at codidact.com, see Codidact Meta.
Filters (None)
after rails db:create Lost connection to MySQL server at 'reading initial communication packet', syste m error: 0 Couldn't create 'qpixel_dev' database. Please check your configuration....
Was having a look at the QPixel code base and comments in code seem to be relatively scarce. It might be that documentation about the code is stored somewhere else with Ruby or that the general lev...
This is more a meta issue, but while posting an error report (with a screenshot and lengthy (but still not too long so the post could be send) error log) here, I was not able to successfully post t...
The contributing guidelines are probably copied from the previous "core" project. They even link to there while mentioning code standards and commit guidelines. I wanted to update those, but could...
We have some limited automated testing already, particularly around core features. This guide covers how to create new tests. Who can write tests? Anyone who's comfortable with a little bit of re...
How to get specific children's column? For questions, I can use @post.last_edited_at or, something just like this. But, I was thinking to fetch a single column for all child. <% post.children.l...
I ran earlier into this in a slightly different way, now I redid the whole QPixel setup but the problem persists: I added a first category to a development instance and wanted to create a first po...
I ran tests (bin/rails test) and got Error: AdvertisementControllerTest#test_image_paths_should_return_png: Magick::ImageMagickError: no decode delegate for this image format `' @ error/constitu...
One user gave feedback that he/she would be interested in seeing some kind of roadmap for the development (of Codidact). One aspect of that would surely be a development roadmap of QPixel. I know t...
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...
We have automated tests (good). Automated tests usually don't cover everything, so when there's a new version we want to test (say, on the dev server), I'd like to be able to prioritize things tha...
I'm running qpixel on my local and followed instruction on README. After signed up and try to create a new post it's return error : ActiveRecord::NotNullViolation: Mysql2::Error: Field 'tag_set_...
I tried to install on my free GCP VM compute but when run rails db:schema:load return error: -- create_table("abilities", {:options=>"ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_09...
I'm trying to install the Q&A platform using : CREATE USER root@bimberspot IDENTIFIED BY '.....'; GRANT ALL ON qpixel_dev.* TO root@bimberspot; GRANT ALL ON qpixel_test.* TO root@bimberspot;...
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...
I know this is buried in Discord somewhere, but for better findability: There is a seeds script (where?) that takes new help topics and propagates them to communities on a network. Where do those...
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?
- ← Previous
- 1
- 2
- Next →
