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 »

Activity for Trilarion‭

Type On... Excerpt Status Date
Comment Post #285625 @#53922 "not data" But that's exactly what I'm interested in. I want to know something about the "data" of Codidact, that's why I need somebody with access to the production server.
(more)
about 2 years ago
Comment Post #285625 I was asking for specifically for Codidact here.
(more)
over 2 years ago
Comment Post #285625 Where should I input that? I do not have have access to the production server. Otherwise I would do `select count(*) from users where len(name) > 40` or something like that.
(more)
over 2 years ago
Comment Post #283622 Okay. I see. Not useful for me then.
(more)
over 2 years ago
Comment Post #283622 Yes, but still: What was the purpose of the Discord message? Can somebody deliver a bit of context maybe? Because without, it's not very useful for others.
(more)
over 2 years ago
Comment Post #283622 Getting an example project? Something else?
(more)
over 2 years ago
Comment Post #285521 I went back to the revision of 2021-11-27 but nothing changed. Maybe I should investigate more what these errors mean. I guess a post type needs to "has_tags" in order to be used as something that one can post, but it seems that in db/seeds/post_types.yml there are five default post types defined an...
(more)
over 2 years ago
Comment Post #285564 Line "background = "##{Digest::MD5.hexdigest(user.username)[0...6]}FF"" got removed in the latest commit to that file: https://github.com/codidact/qpixel/commit/cb7380a5ee6a933170d94dabc4b52dcc64d10aee#diff-2695b54932747a21a39444e7981463d365d96a14b78e9510518eaee6ce4f90d8 I can probably fix it myse...
(more)
over 2 years ago
Comment Post #285521 Next thing I will try is doing rails db:seed on the commit that CD is running on currently from 2021-11-27. Maybe it works there.
(more)
over 2 years ago
Comment Post #285521 I also updated https://collab.codidact.org/posts/285516 with new information. It looks slightly different than before but still something is strange there. Probably related to this one here.
(more)
over 2 years ago
Comment Post #285521 I redid the setup again and the error persists. I debugged it a bit and added more information to the question body here. Are you sure, that this should not happen? I think I may be able to describe a procedure to reproduce it. Seeding isn't really covered by tests and circleci, or is it?
(more)
over 2 years ago
Comment Post #285521 There are two databases qpixel_dev/qpixel_test. qpixel_dev has 50 tables and table post_types has 5 rows (started with four). I did seed the database (more than once). I got the error somehow, so maybe somebody else could get the error too and then it's good if we collect information about it here...
(more)
over 2 years ago
Comment Post #280451 QPixel contains installations instructions in the README file which are somewhat different from the answers here. I wonder what can be done to not confuse people and have preferably only a single document containing this information. Maybe this question could restrict itself to what goes beyond the R...
(more)
over 2 years ago
Comment Post #285520 No need to be sorry. I'm happy that I got this far. It's almost a running instance and Art probably knows what to do.
(more)
over 2 years ago
Comment Post #282141 This question is hardware centered. Maybe it would be better to focus instead on different ways to setup a development instance of QPixel and the requirements. For example, I work on a Windows computer and use [WSL](https://en.wikipedia.org/wiki/Windows_Subsystem_for_Linux) and are quite satisfied wi...
(more)
over 2 years ago
Comment Post #285520 with more information
(more)
over 2 years ago
Comment Post #285515 ... that would simplify the setup. Also, the README on Github and the setup Q&A are both incomplete with respect to each other. But I'm slowly getting the hang of it, and could probably update both.
(more)
over 2 years ago
Comment Post #285488 I posted as much of the question as possible (basically nothing with any SQL statement in it) at https://collab.codidact.org/posts/285514. Even the very first line beginning with "(1.6ms) SET NAMES..." is enough to trigger the block (also here in the comments).
(more)
over 2 years ago
Comment Post #285488 See https://collab.codidact.org/comments/thread/5553#comment-15798
(more)
over 2 years ago
Comment Post #285488 Two more possible ray ids from just now: 6c97676ae9cc4e8b, 6c976ebeee64692b from two different locations. Gist with the question content: https://gist.github.com/Trilarion/759cd28877179b28f9a387d400d47294 Maye it's the amount of SQL queries in the log.
(more)
over 2 years ago
Comment Post #285488 No, seems to be only a single post.
(more)
over 2 years ago
Comment Post #285488 Is enabled and I have asked or answered from here before without problems.
(more)
over 2 years ago
Comment Post #285467 ...it's fine. This question is then just for having the problem noted somewhere.
(more)
over 2 years ago
Comment Post #285468 See https://collab.codidact.org/posts/285481 Also I wonder, why are the tests running through on circle CI? What credentials do they use?
(more)
over 2 years ago
Comment Post #285457 An ERB file is something like a template (i.e. HTML with special placeholders that are filled with content of variables at runtime and give (render) a web page that is served, so mostly responsible for layout). I can also try other stuff, even try to fix the problem or get a Stripe API key and pro...
(more)
over 2 years ago
Comment Post #285409 It's fine. I will wait until setting up a development instance is smoothly and then repeat the exercise and add to the collab guide/readme.
(more)
over 2 years ago
Comment Post #283850 Try `service mysql status` and it will probably be stopped. For me on Ubuntu `sudo /etc/init.d/mysql restart` worked.
(more)
over 2 years ago
Comment Post #285277 Like for the development of the software and the communities. For example Monica could write what she would like to see for the community and Art what we would like to see for the software or whatever you would like to write about.
(more)
over 2 years ago
Comment Post #285192 @Istiak "I don't think anyone comments in code for web designing and web development." I hope that this is not (completely) true. Usually no comments does not work for more than single person projects and even for them only if they never have to look back at their code after say six months. "web desi...
(more)
over 2 years ago