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 #282044 |
Post edited: added relevant tag |
— | over 3 years ago |
Comment | Post #282541 |
For testing, I guess [Cucumber](https://cucumber.io/) or similar would be a good choice since the rules are written in a way compatible with the examples provided in the post. (more) |
— | over 3 years ago |
Comment | Post #282558 |
Most if not all examples seem to be general purpose languages, rather than fit to manage business rules. When I saw the question, I thought about Cucumber, but I do not have any experience with it and I cannot understand if it can be used to process business rules or only to check them (for testing).... (more) |
— | over 3 years ago |
Comment | Post #282544 |
In order to receive better feedback, you need to provide your attempt at computing the student with the top mark. Currently, your code is just parsing the CSV and displaying the data in the console. (more) |
— | over 3 years ago |
Edit | Post #282532 |
Post edited: added relevant tags |
— | over 3 years ago |
Comment | Post #282540 |
I have never known that HTML imports even existed before this answer was posted. Back in the days when I was working with PHP, I solely relied only on includes. (more) |
— | over 3 years ago |
Comment | Post #282535 |
Yes. I was thinking about framework or library features. I have clarified that. 10x. (more) |
— | over 3 years ago |
Edit | Post #282535 |
Post edited: Clarified the ontopic for feature |
— | over 3 years ago |
Edit | Post #282536 |
Post edited: |
— | over 3 years ago |
Comment | Post #282536 |
Yes, I have already performed several tag-merges so far and this is one of those cases. However, it happened once that I renamed a tag and it did not work. If I remember correctly, several months ago it was actually possible to rename a tag to an existing name, thus getting duplicate tag names. (more) |
— | over 3 years ago |
Edit | Post #282536 |
Post edited: retagged as feature request |
— | over 3 years ago |
Edit | Post #282536 | Initial revision | — | over 3 years ago |
Question | — |
Renaming a tag to an existing one fails silently If I try to rename a tag to an existing one it silently fails. Example: trying to rename data-archiving to `archiving` fails with console error only: > application-f4dc10c11dc65439a992f7c98cb554bfbc419e710e5a5267f5048e7cb1f8794f.js:37 Failed to rename tag, somehow Not allowing duplicate tags i... (more) |
— | over 3 years ago |
Edit | Post #282535 | Initial revision | — | over 3 years ago |
Answer | — |
A: Is it correct to ask customer service-related questions? Asking customer service-related questions is generally offtopic unless there is a connection to the software development process. Taking your examples one by one: - How do I get my Facebook developer account confirmation code? - service-related if it is about manually (through human action) activa... (more) |
— | over 3 years ago |
Edit | Post #282512 | Initial revision | — | almost 4 years ago |
Answer | — |
A: redirect to "main" code in Ruby using Ctrl Not a direct answer, but it should clarify some things. > It redirects me to where the variable was declared Yes, this is called "go to definition/declaration" and it works out of the box in many IDEs for variables, function names etc. This is due to the fact that the IDE understands what the ... (more) |
— | almost 4 years ago |
Edit | Post #282504 |
Post edited: added relevant tag |
— | almost 4 years ago |
Edit | Post #282206 |
Post edited: |
— | almost 4 years ago |
Edit | Post #282463 |
Post edited: added relevant tags |
— | almost 4 years ago |
Edit | Post #282465 |
Post edited: added relevant tags |
— | almost 4 years ago |
Comment | Post #282381 |
That's a good idea. Having clear names like ArchivedOrder is OK as I can still map to something that makes sense in DB like arc.Order, as I want to define a separate schema for these tables. 10x. (more) |
— | almost 4 years ago |
Comment | Post #282332 |
Yes, I have edited my question to include more information. Basically, the more DbSets with similar names, the more the chance to use the wrong one, especially given the fact that the archive related ones will be (almost) identical to the "operational" ones. I am inclined towards the EF approach, but... (more) |
— | almost 4 years ago |
Edit | Post #282332 |
Post edited: explained the cons of EF approach |
— | almost 4 years ago |
Edit | Post #282332 | Initial revision | — | almost 4 years ago |
Question | — |
Mixing "operational" database models with archiving ones in the database context Context Our product owner has realized that some entities are duplicated from time to time and that a merge is required. This should clean up existing duplicates and also allow special users to merge entities in the future. The merge process is defined as follows (this should be done atomically... (more) |
— | almost 4 years ago |
Comment | Post #282270 |
@Istiak Yes, Code Review requires code that works ("does the job"), but requires review (improvements, patterns, performance, readability etc.). Currently, the provided code does not work as expected, so it is a good fit here (on main Q&A). (more) |
— | almost 4 years ago |
Comment | Post #282206 |
@Lundin I think tags now have case simply because by default string are input with a case (textboxes allow this by default and I guess this also happens in the database). I don't remember to have ever seen any upper-case letter for SO tags and I think we should always use lowercase in the tag names. (more) |
— | almost 4 years ago |
Comment | Post #282206 |
I have fixed the tag name. Thanks. (more) |
— | almost 4 years ago |
Edit | Post #282230 | Initial revision | — | almost 4 years ago |
Answer | — |
A: How to create a MySQL generated column that uses a join in a concat? I don't think this is possible in MySQL due to its computed columns limitations: > Literals, deterministic built-in functions, and operators are permitted. A function is deterministic if, given the same data in tables, multiple invocations produce the same result, independently of the connected u... (more) |
— | almost 4 years ago |
Edit | Post #282203 |
Post edited: added relevant tag |
— | almost 4 years ago |
Edit | Post #282121 |
Post edited: removed a server name from the post |
— | almost 4 years ago |
Edit | Post #282121 | Initial revision | — | almost 4 years ago |
Question | — |
How to find out which packages target .NET 3.1 in a .NET 5 application? After upgrading a Web application from ASP.NET Core 3.1 to ASP.NET Core 5.0, it worked fine on an existing server. However, when deployed on a server that had only .NET 5.0 installed, the application pool crashed and said (as a logged event) that .NET Core 3.1 is missing. Clearly, some packages... (more) |
— | almost 4 years ago |
Edit | Post #282119 |
Post edited: added relevant tag |
— | almost 4 years ago |
Edit | Post #281659 |
Post edited: switched tag to have less redundancy |
— | almost 4 years ago |
Comment | Post #282094 |
Now everything makes sense. Btw - page refreshes are typically noticeable (some flicker). Is this happening in your case? Thanks for posting an answer. (more) |
— | almost 4 years ago |
Edit | Post #281659 |
Post edited: added relevant tag |
— | almost 4 years ago |
Edit | Post #282023 |
Post edited: added relevant tags |
— | almost 4 years ago |
Edit | Post #282079 |
Post edited: |
— | almost 4 years ago |
Edit | Post #282083 |
Post edited: added relevant tags |
— | almost 4 years ago |
Comment | Post #282079 |
That sounds strange as I see that the service is provided in the root. Can you share the code from a component where you use `LogService `? (more) |
— | almost 4 years ago |
Edit | Post #282050 |
Post edited: added reference to OpenAI community |
— | almost 4 years ago |
Edit | Post #282050 | Initial revision | — | almost 4 years ago |
Answer | — |
A: How to generate multi-line completions (code generation) with OpenAI? I have reached OpenAI's support and one way to generate more accurate multiline responses is to use a clear separator between each question and answer block of text. My final working code is the following (`###` is the separator I have used): string text = @"Q: generate a standard model for Fo... (more) |
— | almost 4 years ago |
Edit | Post #282044 |
Post edited: added relevant tags |
— | almost 4 years ago |
Edit | Post #282019 |
Post edited: added breaking change text |
— | almost 4 years ago |
Edit | Post #282019 | Initial revision | — | almost 4 years ago |
Answer | — |
A: Is there any breaking change in regard to TrustServerCertificate property of System.Data.SqlClient for .NET 5? I think I have found the cause of this issue: > Changes default behavior of driver to not validate server certificate if client did not request encryption with "encrypt=true" but encryption was enforced by SQL Server. This is also mentioned in the SQL Client 2.0 breaking changes: > The dri... (more) |
— | almost 4 years ago |