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 Software Development on Codidact!

Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.

Activity for mcalex‭

Type On... Excerpt Status Date
Comment Post #287815 Thank you Peter, that solved it. I was confused over names, it seems. I expected 'Environment Variable' to be things like %path%, %java_home% and 'Configuration Parameter' to be a parameter that you pass to the configuration. :-)
(more)
about 1 year ago
Comment Post #287817 My apologies, I wasn't entirely clear on that point. I meant that, under the OP's actual question, we add a small ChatGPT box with the question as posted to ChatGPT, and its answer. All the community-based responses will still be responses to the original, unedited (except for human purposes) quest...
(more)
about 1 year ago
Comment Post #286813 Late to the party and data-presentation is fine, but I'd've suggested 'table-layout' if I'd been on time. Thinking from the PoV of someone scrolling through tags, I'd envisage charts and graphs go in 'data-presentation' rather than tables (tables are almost the 'plain-text' version of data-presentat...
(more)
over 1 year ago
Comment Post #284403 Prolly just a typo, but you have BLOCKED_TYPE for both R.drawable.block and R.drawable.rejected. Also, is `getItemViewType()` correct? It takes an int and returns that int? - I don't think this solves the problem, however
(more)
over 2 years ago
Comment Post #284778 I think you want to change your query to actually retrieve the merchant and product names. At present, (in terms of what you are interested in) it just retrieves the product ID number. Change the sql to something like select product_id from cart, product_name from products, merchant_name from merch...
(more)
over 2 years ago
Comment Post #284507 >>Bug 3 is about returning an ApplicationUserDTO: Understood, it was the SO answer that sent me down the Observable path. re: returning before being assigned, I figured that returning a subscribed observable was similar to `return await`ing in C#. I also didn't realise about the observable being po...
(more)
over 2 years ago
Comment Post #284507 Many thanks @meriton lol, ok so the code I had sort of took care of bugs #2 and #3 ie I had, a) wrapped the api call in the service in `if(!this.currentUser) { }` to save hitting the server and b) like you said, I was returning the `ApplicationUserDTO` type instead of any. I'm still a bit confus...
(more)
over 2 years ago
Comment Post #284414 Confused about whether you have the .jar file or not. If you don't, see Moshi's comment. If you do, in the project list, right-click libraries, select Add, then navigate to the jar file.
(more)
over 2 years ago
Comment Post #283615 Server Side Includes ([SSI](https://en.wikipedia.org/wiki/Server_Side_Includes))? but you need to configure the server
(more)
over 2 years ago
Comment Post #281566 Hi @Alexei, many thanks, I don't quite recognise the syntax, but managed to work out the old skool curly brackets version. Upvoted, but how to accept? (or don't we do that here?)
(more)
almost 3 years ago
Comment Post #278360 Stepping down through the ranges ... or reversing the comparison: if (f7<5;;if (f7<10; h7+1; if (f7<15; h7+2; ... )))
(more)
over 3 years ago