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 #292009 |
Extension methods are glorified static methods. AFAIK it is not possible to test that a static method was called, regardless of what mocking library is used.
One way would be to check the call of a function called by the extension method. (more) |
— | 9 months ago |
Comment | Post #291898 |
This question is now being discussed on [Meta](https://software.codidact.com/posts/291929).
I have also removed the non-constructive comments in this thread. (more) |
— | 9 months ago |
Edit | Post #291929 | Initial revision | — | 9 months ago |
Question | — |
Closing self-answered question due to not being clear enough I have a hard time deciding if How to get conditional running cumulative sum based on current row and previous rows? should be closed or not. As mentioned in the comments, it was already flagged to be closed due to being confused. The question has only one negative vote and the answer has no v... (more) |
— | 9 months ago |
Edit | Post #291913 | Nominated for promotion | — | 9 months ago |
Edit | Post #291880 | Nominated for promotion | — | 9 months ago |
Edit | Post #291830 |
Post edited: removed irrelevant tag |
— | 9 months ago |
Comment | Post #291851 |
Errors might be useful for understanding what is going on. Consider adding them in the post. (more) |
— | 9 months ago |
Comment | Post #291837 |
Can you provide more information about the context? Example: the host OS, if using Docker Desktop or similar. Maybe it requires an environment variable that specifies the location for the temporary directory (e.g. TEMP, TMP, tmpdir) (more) |
— | 9 months ago |
Edit | Post #291805 | Nominated for promotion | — | 9 months ago |
Comment | Post #291805 |
Can you pinpoint the actual question in the title? If I understood correctly, the question is something like:
Is Linux's 3 syscalls, and FreeBSD's and Solaris' sendfile function copying file attributes to the new file? (more) |
— | 10 months ago |
Edit | Post #291609 | Nominated for promotion | — | 10 months ago |
Edit | Post #291611 | Nominated for promotion | — | 10 months ago |
Comment | Post #291558 |
This self-aswered Q&A seems more appropriate for [PowerUsers](https://powerusers.codidact.com/) since it is mostly related to Android usage (via its UI) rather than a software development question.
Since we do not support migration between the communities, the quickest way to deal with it is to repo... (more) |
— | 10 months ago |
Edit | Post #291466 |
Post edited: cleaned a little bit |
— | 11 months ago |
Edit | Post #291438 | Question closed | — | 11 months ago |
Edit | Post #291433 |
Post edited: removed irrelevant tag |
— | 11 months ago |
Edit | Post #291433 | Question closed | — | 11 months ago |
Edit | Post #291294 | Nominated for promotion | — | 11 months ago |
Edit | Post #291330 | Nominated for promotion | — | 11 months ago |
Edit | Post #291374 | Nominated for promotion | — | 11 months ago |
Comment | Post #291352 |
Can you provide more details about the "the import to the MongoDB did not work"? Do you see any error anywhere in the portal or some logs? If yes, what is it? (more) |
— | 11 months ago |
Comment | Post #291342 |
Can you provide the code for the cases when it did not work (it is not clear what it means from the post)? (more) |
— | 11 months ago |
Edit | Post #291330 |
Post edited: Better title |
— | 11 months ago |
Edit | Post #291330 | Initial revision | — | 11 months ago |
Question | — |
Best practices for business versioning within Web APIs Context Our team is developing a solution mainly composed of several microservices relying on ASP.NET Core. We have decided that the simplest and most cost-effective solution would be for services to support multiple versions at the same time at pod level (the same application might expose mult... (more) |
— | 11 months ago |
Edit | Post #291292 | Nominated for promotion | — | 12 months ago |
Edit | Post #291296 | Nominated for promotion | — | 12 months ago |
Comment | Post #291292 |
I am not familiar with Synapse SQL, but I can provide some hints that might help you find what you want.
sid (or SID) is used on Windows as a Security Identifier and it is different from Object Id used by Azure AD (Entra).
I would try to rely on some other identifier for matching (e.g. user nam... (more) |
— | 12 months ago |
Edit | Post #291229 |
Post edited: added relevant tag |
— | 12 months ago |
Comment | Post #291267 |
Can you provide more context for your question?
The answer suggests that you are using Rancher and also need web sockets and I think these pieces of information are important to understand your problem better. (more) |
— | 12 months ago |
Edit | Post #291258 |
Post edited: removed URL to possible malicious content |
— | 12 months ago |
Edit | Post #281163 |
Post edited: removed irrelevant tag |
— | 12 months ago |
Edit | Post #281415 |
Post edited: added the actual CTE tag |
— | 12 months ago |
Edit | Post #291211 |
Post edited: added relevant tags |
— | about 1 year ago |
Edit | Post #290818 | Nominated for promotion | — | about 1 year ago |
Edit | Post #291201 | Nominated for promotion | — | about 1 year ago |
Edit | Post #291201 |
Post edited: removing confusing detail |
— | about 1 year ago |
Edit | Post #291201 | Initial revision | — | about 1 year ago |
Question | — |
Message consumption with priorities and consumer error handling using EasyNetQ library Context I was tasked with developing a way to consume RabbitMQ messages that have various priorities (actually different levels of QoS). My restrictions are: - high priority messages should have precedence over lower priority messages (must be processed more quickly) - low priority messages sh... (more) |
— | about 1 year ago |
Comment | Post #291175 |
Having a global state like this (let's call it "unmanaged" global state) is considered evil in many programming languages. It's mostly related to predictability: if a function relies on some piece of global state, it becomes less predictable since other parts of the application can change that piece ... (more) |
— | about 1 year ago |
Comment | Post #291132 |
This seems to be more related to sociology rather than software development since it asks about explanations related to software developers behavior. (more) |
— | about 1 year ago |
Edit | Post #291132 | Question closed | — | about 1 year ago |
Edit | Post #291132 | Question reopened | — | about 1 year ago |
Edit | Post #291132 | Question closed | — | about 1 year ago |
Edit | Post #291034 | Question closed | — | about 1 year ago |
Edit | Post #291081 | Nominated for promotion | — | about 1 year ago |
Comment | Post #291070 |
[Asking software architecture related questions on Software Development community](https://software.codidact.com/posts/277429) is closely-related to this one.
I agree that "many interesting questions and problems in software development are really questions about system design" and this is an imp... (more) |
— | about 1 year ago |
Edit | Post #291046 | Question reopened | — | about 1 year ago |
Edit | Post #291060 | Initial revision | — | about 1 year ago |