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 |
---|---|---|---|---|
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) |
— | 9 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 |
— | 10 months ago |
Edit | Post #291438 | Question closed | — | 10 months ago |
Edit | Post #291433 |
Post edited: removed irrelevant tag |
— | 10 months ago |
Edit | Post #291433 | Question closed | — | 10 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 | — | 11 months ago |
Edit | Post #291296 | Nominated for promotion | — | 11 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) |
— | 11 months ago |
Edit | Post #291229 |
Post edited: added relevant tag |
— | 11 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) |
— | 11 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 |
— | 12 months ago |
Edit | Post #290818 | Nominated for promotion | — | 12 months ago |
Edit | Post #291201 | Nominated for promotion | — | 12 months ago |
Edit | Post #291201 |
Post edited: removing confusing detail |
— | 12 months ago |
Edit | Post #291201 | Initial revision | — | 12 months 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) |
— | 12 months 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) |
— | 12 months 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) |
— | 12 months ago |
Edit | Post #291132 | Question closed | — | 12 months ago |
Edit | Post #291132 | Question reopened | — | 12 months ago |
Edit | Post #291132 | Question closed | — | 12 months 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 |
Question | — |
Time measurement in an ASP.NET Core application My team introduces lots of time measurements for various code sections that might take longer than expected in a real-life flow. These rely on initializing a `StopWatch`, getting the elapsed time and sometimes ensuring that measurement is done even if an exception is raised. The following trie... (more) |
— | about 1 year ago |
Edit | Post #291046 | Question closed | — | about 1 year ago |
Edit | Post #287970 | Nominated for promotion | — | about 1 year ago |
Edit | Post #290735 | Nominated for promotion | — | about 1 year ago |
Edit | Post #290971 | Nominated for promotion | — | about 1 year ago |
Edit | Post #289838 |
Post edited: use the rust cargo, not the more general one |
— | about 1 year ago |