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 #289975 |
It seems that postgresql allows to define check constraints that use a custom function. In this case it would include a select count children for a particular parent id. The downsides you have mentinoned are still there: harder to spot on table definition and might lead to performance issues.
Con... (more) |
— | about 1 year ago |
Comment | Post #289932 |
Gbee.ai seems to be a rather large platform with multiple services. What are you trying to achieve? Without more context, it is hard to receive an answer. (more) |
— | about 1 year ago |
Edit | Post #289928 |
Post edited: inlined the link for the Git documentation + minor fixes |
— | about 1 year ago |
Comment | Post #289891 |
Why the design-feedback tag? It sounds like a tag related to UI/UX. human-readable might be more appropriate, but it does not sound in the spirit of [Tag creation/deletion criteria for Software Development?](https://software.codidact.com/posts/289420). (more) |
— | about 1 year ago |
Comment | Post #289891 |
It is not clear what you want to achieve. For me, it sounds like a way to do the following operations:
- (already happening) Some logs provide Maildir filenames (not exactly human readable)
- run a script to read the file and fetch minimal human-readable information like a truncated subject
I ... (more) |
— | about 1 year ago |
Edit | Post #289889 |
Post edited: removed irrelevant tag |
— | about 1 year ago |
Comment | Post #289887 |
Can you provide more context information that makes this question more about Software Development (e.g. page being slowed down by a script you own) rather than Power User (some website that has a slow page)? (more) |
— | about 1 year ago |
Comment | Post #289844 |
Ref. to "I would like to have my code separated while working on it, but would like my users to just import "MyLibrary" and have all the important stuff together there."
Is it supposed to be a convenience for the library consumer? I am asking because both Visual Studio and AFAIK Rider can automati... (more) |
— | about 1 year ago |
Edit | Post #289863 |
Post edited: added relevant tag |
— | about 1 year ago |
Comment | Post #289829 |
You can have a local Git branch that has been pushed (the question suggests that a local branch is the same as an unpushed one).
[This article](https://www.freecodecamp.org/news/how-to-delete-a-git-branch-both-locally-and-remotely/) provides a nice explanation about removing a local branch. This c... (more) |
— | about 1 year ago |
Comment | Post #289741 |
Ref. to "a big cache of things-each-user-can-see". In your case, it is reasonable to pre-compute the user access to some entities, if these are rarely changed (which most likely happens). I have seen this done in an application and it can work decently.
I would recommend trying to do this for 2-3 ... (more) |
— | about 1 year ago |
Edit | Post #289741 | Initial revision | — | about 1 year ago |
Answer | — |
A: Alternatives to `EXPLAIN ANALYZE` for queries that won't complete Note: I have limited experience with PostgreSQL, but extensive experience working with SQL Server, so not everything below might apply to PostgreSQL. > I have a large and complex PostgreSQL query that I would like to make faster. (..) When run, it does not complete in any reasonable amount of t... (more) |
— | about 1 year ago |
Comment | Post #289714 |
@dnmnbg I have closed the question because it cannot be unanswered in its current form. Add more details as specified by Karl Knechtel by [editing it](https://software.codidact.com/posts/289714/edit) and we will reopen it. (more) |
— | about 1 year ago |
Edit | Post #289714 | Question closed | — | about 1 year ago |
Comment | Post #289691 |
As I agree that Software Development should welcome questions of type, would it make sense to tag them using `[computer-science]` (for questions related to the more theoretical part of programming) or similar? This would also help in the future, should we decide to create a special category for them.... (more) |
— | about 1 year ago |
Comment | Post #289691 |
This question is being discussed on [meta](https://software.codidact.com/posts/289694). (more) |
— | about 1 year ago |
Edit | Post #283051 |
Post edited: |
— | about 1 year ago |
Edit | Post #286199 |
Post edited: |
— | about 1 year ago |
Comment | Post #289625 |
Is the tensorflow-graph-mode added tag related to https://www.tensorflow.org/guide/intro_to_graphs?
Also, it sounds very narrow, I am not sure if we should have a tag about this. (more) |
— | about 1 year ago |
Edit | Post #289625 |
Post edited: minor fixes + improved code formatting |
— | about 1 year ago |
Edit | Post #289578 |
Post edited: added relevant tag |
— | about 1 year ago |
Comment | Post #285541 |
I stumbled across this topic after one year and realized other resources are indicating to actually mocking the cache, [including the author](https://github.com/rgvlee/LazyCache.Testing).
I had completely forgotten about this Q&A, but it appeared in one of my Google searches. (more) |
— | about 1 year ago |
Comment | Post #289539 |
It would be helpful to provide more context (where is the non-working code placed? Is it inside a controller?).
These [controller-related](https://docs.phalcon.io/5.0/en/controllers#request---response) docs for 5.0 might help to understand how to get the request reference. (more) |
— | about 1 year ago |
Edit | Post #289539 |
Post edited: |
— | about 1 year ago |
Edit | Post #289539 |
Post edited: improved message formatting |
— | about 1 year ago |
Edit | Post #289508 | Nominated for promotion | — | about 1 year ago |
Edit | Post #289440 | Nominated for promotion | — | about 1 year ago |
Edit | Post #289464 | Nominated for promotion | — | about 1 year ago |
Edit | Post #289455 |
Post edited: added relevant tag |
— | about 1 year ago |
Edit | Post #289484 |
Post edited: added relevant tag |
— | about 1 year ago |
Edit | Post #289459 |
Post edited: inlined the link |
— | over 1 year ago |
Comment | Post #289429 |
Ref. to "I didn't even consider that Codidact allows case-sensitive tags until very recently." - If you write an existing tag using a different case, Codidact will not create a new tag, but use the existing one (i.e. case insensitive search and match).
Ref. to the `char` vs `CHAR` example, I think... (more) |
— | over 1 year ago |
Edit | Post #289429 | Initial revision | — | over 1 year ago |
Answer | — |
A: Tag creation/deletion criteria for Software Development? Yes, but with some notes I think this a good idea, but we will need to provide more details and agree on some details. > 1. A tag must be named appropriately, considering Tag naming guidelines. I have mixed feelings about using uppercase in the tag names. I am inclined to switch to using th... (more) |
— | over 1 year ago |
Comment | Post #289427 |
Ref. to "package managers install files in system locations" - this is not clear if this is supposed to be a feature of package managers in general or the Python ones. For example, NuGet package manager [installs global packages](https://learn.microsoft.com/en-us/nuget/consume-packages/managing-the-g... (more) |
— | over 1 year ago |
Edit | Post #289420 |
Post edited: minor spelling fix (title) |
— | over 1 year ago |
Comment | Post #289346 |
Can you also tag the question with the Windows version? (7, 10, 11) Not sure, but it might be relevant. (more) |
— | over 1 year ago |
Edit | Post #289275 | Nominated for promotion | — | over 1 year ago |
Edit | Post #289303 | Initial revision | — | over 1 year ago |
Answer | — |
A: Why is git merge from rather than to? Another reason could be to allow to perform the merge without auto commit and no fast-forward: ```bash git merge thebranch --no-commit --no-ff ``` This allows reviewing the merged changes before they are committed. (more) |
— | over 1 year ago |
Edit | Post #289258 | Initial revision | — | over 1 year ago |
Answer | — |
A: On self-answered questions, is it inappropriate to mark my own answer "Works for me" immediately? I don't think it is inappropriate for someone to mark their own answer "Works for me" on self-answered questions, but it feels a little bit redundant since the answer is expected to work for the poster. (more) |
— | over 1 year ago |
Comment | Post #289250 |
The only answer provided to the referenced SO question suggests that disabling the element that currently has the focus is most likely undefined and various user agents might treat it differently. ("it‘s quite likely that the Web Standards don’t define the case of a focused element becoming inactive.... (more) |
— | over 1 year ago |
Edit | Post #289250 |
Post edited: added tags |
— | over 1 year ago |
Edit | Post #289155 | Nominated for promotion | — | over 1 year ago |
Edit | Post #289156 | Nominated for promotion | — | over 1 year ago |
Edit | Post #289168 | Nominated for promotion | — | over 1 year ago |
Edit | Post #289184 | Nominated for promotion | — | over 1 year ago |
Edit | Post #289237 | Nominated for promotion | — | over 1 year ago |