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 Monica Cellio‭

Type On... Excerpt Status Date
Comment Post #285521 I got errors (different ones) when seeding the database, and when I queried post_types I got the same four rows you did (question is missing). I got these: ``` $ rails db:seed Got error undefined method id' for nil:NilClass. Continuing... TagSet: Created 2, skipped 0 PostType: Created 4, skip...
(more)
over 2 years ago
Edit Post #280452 Post edited:
Added a step: start the database before you try to interact with it (I don't know how you do this on Linux, only Mac)
over 2 years ago
Comment Post #285625 @#53922 the question is about the *data*. Not the *database*. It's the difference between asking what the length is on the "name" column in the users table (that's in the code) and asking how long the longest name *actually in use* is.
(more)
almost 3 years ago
Comment Post #285625 @#53922 this is a question about data in the production server. Setting up another instance and querying its database won't help.
(more)
almost 3 years ago
Edit Post #285318 Post edited:
almost 3 years ago
Comment Post #285520 Hmm. Unfortunately, we've hit the limits of my knowledge -- I hope someone else knows what might cause this. I'm sorry.
(more)
almost 3 years ago
Edit Post #285520 Initial revision almost 3 years ago
Answer A: How can I add post types to a category?
Did you run the database seeds? (`rails db:seed`) That should have set up initial post types, help topics, and probably some other stuff. (Edit: but it didn't work for me either, so...) If you want to define a new post type, go to the admin tools and choose "post types" (`admin/post-types`). T...
(more)
almost 3 years ago
Comment Post #285488 Huh, bizarre! Can you stick it in a gist or something so maybe someone with access to the Cloudflare config could look it over?
(more)
almost 3 years ago
Comment Post #285488 Are you blocked entirely, or is it just that post that hits the block? (No idea what would be causing it, but trying to understand the magnitude of the problem.)
(more)
almost 3 years ago
Edit Post #285318 Post edited:
almost 3 years ago
Comment Post #285457 My first thought was to go back in time to before that commit, but it looks like you would miss some other stuff, including at least one PR from you if I recall correctly. Whether it's stuff that's relevant for the immediate task you're working on, I don't know. But it made me wonder if a more targ...
(more)
almost 3 years ago
Edit Post #285457 Initial revision almost 3 years ago
Answer A: How to circumvent Stripe::AuthenticationError: No API key provided
I don't know the correct way to do this, but I was looking at the commit that added donations, and I wonder, as a workaround until you get the correct answer (presumably from Art), it would work to comment out a couple things. Specifically, can you find the place in the project where `app/assets/j...
(more)
almost 3 years ago
Comment Post #285409 Thanks. And, again, sorry for the hassles you're running into.
(more)
almost 3 years ago
Comment Post #285409 Sorry you ran into problems, and I'm glad you figured it out. Please feel free to edit the instructions (Collab post and/or readme) if that would help the next person.
(more)
almost 3 years ago
Edit Post #285318 Initial revision almost 3 years ago
Answer A: Is there a QPixel development roadmap somewhere or can we have one?
This is a great idea, thank you! We've been kind of keeping it in piecemeal notes and in people's heads and stuff, and that is not a path of clarity and growth. I'm planning to work on putting together a draft. I'd like to get buy-in from the leads first (to make sure I'm not listing things that w...
(more)
almost 3 years ago
Comment Post #282145 Oh interesting; it didn't occur to me, even though it should have, that I don't need my *own* hardware for this. I don't know very much about getting set up on AWS; do you tell them "I want an Ubuntu image", or do they give you an endpoint and it's up to you to install an OS, or what? I assume I wo...
(more)
over 3 years ago
Edit Post #282141 Initial revision over 3 years ago
Question 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 too old for some of our tools. Changing the OS on the personal machine on which I depend is not an optio...
(more)
over 3 years ago
Comment Post #280534 I don't know the details (I'm not a developer), but I've heard something about needing to seed the tag sets. Does that mean anything to you? (Hoping someone with more of a clue answers properly...)
(more)
almost 4 years ago
Edit Post #280455 Initial revision almost 4 years ago
Question How does help get propagated, both seeds and updates? (What do doc maintainers need to know?)
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 help topics need to be deposited? (We're using a separate docs repo to create them and then they get...
(more)
almost 4 years ago
Edit Post #280453 Initial revision almost 4 years ago
Question What user-facing things aren't covered well by automated tests (and should be tested manually)?
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 that wouldn't be uncovered through our automated tests. Maintaining a full catalog of test cases as seen...
(more)
almost 4 years ago