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 Alexei
Type | On... | Excerpt | Status | Date |
---|---|---|---|---|
Comment | Post #285169 |
Before trying to understand the code, it would be better to understand the concept. Example: https://www.geeksforgeeks.org/linked-list-set-1-introduction/ (more) |
— | almost 3 years ago |
Edit | Post #285162 |
Post edited: fixed code + added relevant tags |
— | almost 3 years ago |
Edit | Post #285118 |
Post edited: properly formatted the code |
— | almost 3 years ago |
Edit | Post #285104 |
Post edited: properly formatted the code |
— | almost 3 years ago |
Edit | Post #285100 |
Post edited: made the title match the content |
— | almost 3 years ago |
Comment | Post #285100 |
Welcome to Software Codidact. Please avoid pasting images of code or errors, if they can be simply pasted as text. More details [here](https://software.codidact.com/posts/284871). (more) |
— | almost 3 years ago |
Comment | Post #284612 |
@#54212 Yes, that's basically a duplicate. I cannot close it as duplicate (cannot provide a link outside of this community), but I have added a note. (more) |
— | almost 3 years ago |
Edit | Post #284612 |
Post edited: add duplication comment |
— | almost 3 years ago |
Edit | Post #285068 |
Post edited: added relevant tag |
— | almost 3 years ago |
Comment | Post #285054 |
@#53196 Yes, you are right. However, since the post does not contain the whole relevant code, I was wondering about the actual issue. I feel that this might be an XY problem, but it is impossible to tell without more code. (more) |
— | almost 3 years ago |
Comment | Post #285054 |
Ref. to "the input isn't recognized (the form won't be submitted)" - this sounds strange. When a form is submitted, all its values (except the disabled controls one I guess) should be posted. Normally, there should be no need for explicit event dispatching, unless there is a particular way to impleme... (more) |
— | almost 3 years ago |
Edit | Post #285054 |
Post edited: added relevant tags |
— | almost 3 years ago |
Comment | Post #285019 |
Until the relevant HTML and the entire JS code are provided, it is virtually impossible to answer this question, so I have closed this question. Of course, once it becomes answerable, I will reopen it. (more) |
— | almost 3 years ago |
Edit | Post #285019 | Question closed | — | almost 3 years ago |
Edit | Post #285021 |
Post edited: minor fix |
— | almost 3 years ago |
Edit | Post #285021 | Initial revision | — | almost 3 years ago |
Question | — |
Handling high frequency requests with cancellations in an ASP.NET Core application Issue I have recently discussed with a friend a performance issue he and his colleagues have encountered in an ASP.NET Core 5 application (a checkout app, microservices architecture). The problematic flow is related to computing the prices of basket items. The computation may take more than it ... (more) |
— | almost 3 years ago |
Comment | Post #281308 |
@#36356 Yes, I was confused. I have removed the tag. Thanks. (more) |
— | almost 3 years ago |
Edit | Post #281308 |
Post edited: removed irrelevant tag |
— | almost 3 years ago |
Edit | Post #281308 |
Post edited: remove irrelevant tag + added relevant one |
— | almost 3 years ago |
Edit | Post #285019 |
Post edited: added relevant tags |
— | almost 3 years ago |
Edit | Post #284985 |
Post edited: added note |
— | almost 3 years ago |
Edit | Post #284985 | Initial revision | — | almost 3 years ago |
Answer | — |
A: Questions easily answered by studying a beginner-level book I would have a separation between what is on-topic / offtopic and what is worth upvoting or downvoting. Thus for the specific case of questions showing no research, but are on-topic, I would consider downvoting, not closing (more details in this suggestion which received mixed reactions). If I ... (more) |
— | almost 3 years ago |
Edit | Post #284980 |
Post edited: added relevant tag |
— | almost 3 years ago |
Edit | Post #284977 |
Post edited: narrowed down the scope of the question |
— | almost 3 years ago |
Edit | Post #284977 |
Post edited: added relevant tag |
— | almost 3 years ago |
Edit | Post #284935 |
Post edited: added relevant tags |
— | almost 3 years ago |
Comment | Post #284935 |
"When you update the DOM, the reflow and repaint happen.
Every time the DOM changes, the browser needs to recalculate the CSS, do a layout and repaint the web page." - [credit](https://stackoverflow.com/a/60201343/2780791). (more) |
— | almost 3 years ago |
Edit | Post #284898 |
Post edited: |
— | about 3 years ago |
Comment | Post #284872 |
Yes, good idea. I have already edited the "How to ask a great question" section. I guess that if we want to change this section in a consistent way across the whole network, I guess that this can be announced in the moderator-lounge so that moderators apply the change to their community page. (more) |
— | about 3 years ago |
Edit | Post #277136 |
Post edited: added paragraph about avoiding images of code |
— | about 3 years ago |
Comment | Post #284904 |
That's an interesting idea. I would call them "properties" instead (this might be better for devs, but worse for the general population though). For each post type, we could define (only moderators and staff) what properties are allowed for its answers. Example: Software general posts can have a prop... (more) |
— | about 3 years ago |
Edit | Post #284872 |
Post edited: added SO source |
— | about 3 years ago |
Edit | Post #284872 | Initial revision | — | about 3 years ago |
Answer | — |
A: Why using images for code, errors, logs or similar should be avoided? There are multiple reasons why using images of code, errors, logs and other text resources used in programming instead of the actual text is strongly discouraged. Shortly put, the question should be written in a form that helps both the fellow community members to answer it (e.g. easy to copy-pas... (more) |
— | about 3 years ago |
Edit | Post #284871 | Initial revision | — | about 3 years ago |
Question | — |
Why using images for code, errors, logs or similar should be avoided? I have noticed that virtually any question containing an image of some code or error got a comment asking to replace it with the actual code, error text. Why is it so bad to include an image instead of the actual text? (more) |
— | about 3 years ago |
Edit | Post #284378 |
Post edited: Changed to on-topic list based on feedback |
— | about 3 years ago |
Edit | Post #284832 |
Post edited: added relevant tags |
— | about 3 years ago |
Edit | Post #284806 |
Post edited: removed non-applicable tag |
— | about 3 years ago |
Edit | Post #284811 |
Post edited: added relevant tags |
— | about 3 years ago |
Edit | Post #284806 |
Post edited: added relevant tag |
— | about 3 years ago |
Comment | Post #284806 |
Can you provide the actual waiting time for running your code? Example: run your code for 10K times and tell us how much it took to end. (more) |
— | about 3 years ago |
Comment | Post #284803 |
Can you please replace the picture of the code with the actual code? This helps with copy-paste of your code in order for folks to check it and provide an answer. (more) |
— | about 3 years ago |
Edit | Post #284803 |
Post edited: added the question from own answer in the original post |
— | about 3 years ago |
Edit | Post #284805 |
Post edited: removed the additional question from the answer |
— | about 3 years ago |
Edit | Post #284778 |
Post edited: added relevant tag |
— | about 3 years ago |
Comment | Post #284778 |
Hey, Fyoni! Welcome to Software Codidact.
I am not sure if I understand correctly. Do you want to display the cart items grouped by store, in a two-level tree (view)?
If this is what you want, please check [this](https://www.w3schools.com/howto/howto_js_treeview.asp) and [this](https://www.ph... (more) |
— | about 3 years ago |
Comment | Post #284747 |
Can you please also provide some explanation besides the code? This helps future readers understand the proposed solution. (more) |
— | about 3 years ago |