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 #289009 | Question closed | — | almost 2 years ago |
Edit | Post #288982 | Nominated for promotion | — | almost 2 years ago |
Edit | Post #289027 | Nominated for promotion | — | almost 2 years ago |
Edit | Post #288986 | Nominated for promotion | — | almost 2 years ago |
Edit | Post #289091 | Nominated for promotion | — | almost 2 years ago |
Comment | Post #289085 |
Is `value = "["SCD"]["CL0"]"` valid syntax in Python? It looks like those double quotes are not escaped.
Ref. to "the data types do not agree and changing the data type does not help" - can you provide more context? do you receive an error? if yes, which is it? which types are involved? (actual vs... (more) |
— | almost 2 years ago |
Edit | Post #289030 |
Post edited: highlighted the code + better readability |
— | almost 2 years ago |
Comment | Post #289027 |
localStorage is typically handled similarly to other "side effects" (e.g. HTTP calls) and the operations related to it are handled outside of the reducer functions (e.g. middlwares). [createListenerMiddleware](https://redux-toolkit.js.org/api/createListenerMiddleware) seems up to do this. (more) |
— | almost 2 years ago |
Comment | Post #289027 |
I have experience working with ngrx (an Angular similar approach) and I have noticed that your reducer functions mutate de state. AFAIK, the reducer functions should be pure and one typically returns the new state (clone initial state + make changes + return).
For example `
const authPending = (... (more) |
— | almost 2 years ago |
Comment | Post #289016 |
Transferring such content is a great idea. I am wondering if it makes sense to split in Q&As for each specific error/case.
Pros:
- an answer is more to the point and does not mix somewhat unrelated errors/issues
- easier to link to the answer in case of duplicate questions
Cons:
- requires... (more) |
— | almost 2 years ago |
Comment | Post #289009 |
[This article](https://lizrush.gitbooks.io/algorithms-for-webdevs-ebook/content/chapters/nudity-detection.html) provides a high-level explanation related to nudity detection in an efficient way. (more) |
— | almost 2 years ago |
Comment | Post #288993 |
Is it possible to debug step by step? `post_comment_to_lemmy` is doing quite a lot of stuff and it would be a quick way to find out where the program "hangs". (more) |
— | almost 2 years ago |
Edit | Post #288916 | Nominated for promotion | — | almost 2 years ago |
Edit | Post #288946 | Nominated for promotion | — | almost 2 years ago |
Edit | Post #288819 | Nominated for promotion | — | almost 2 years ago |
Comment | Post #288920 |
Not used yet, but Sugar ORM might help when interacting with the SQLLite by automatically creating tables and query generation. (more) |
— | almost 2 years ago |
Edit | Post #288068 |
Post edited: added MWE back |
— | almost 2 years ago |
Comment | Post #288764 |
Under normal circumstances, simply defining a branch would do the job (I am using a different branch anyway).
It is the actual switch time between the branches that's killing me. Switching from the upgrade branch to the "business as usual" branch means running `npm install` and `npm start` which ... (more) |
— | almost 2 years ago |
Edit | Post #288765 |
Post edited: added own research (moved from the answer) |
— | almost 2 years ago |
Edit | Post #288764 | Nominated for promotion | — | almost 2 years ago |
Edit | Post #288765 | Nominated for promotion | — | almost 2 years ago |
Edit | Post #288774 | Initial revision | — | almost 2 years ago |
Answer | — |
A: Self answered questions about an unclear quickstart Yes Quick starting with an API is definitely ontopic and especially helpful for newbies who struggle to understand the "spirit" of that API. Even if nobody else from the community is into Google Apps Script API right now, I am pretty sure it will help future readers. If you have the time, pl... (more) |
— | almost 2 years ago |
Edit | Post #288764 | Initial revision | — | almost 2 years ago |
Question | — |
Possible drawbacks for having duplicate local sources of the project tracking the same Git remote Context I have started working on an Angular upgrade for a medium-sized project (from v. 10 to v. 15) and this is a rather long activity that is interrupted by other changes that need to be performed on the same project. I have created another branch for the upgrade, but switching back to anoth... (more) |
— | almost 2 years ago |
Edit | Post #288759 | Initial revision | — | almost 2 years ago |
Answer | — |
A: How to move Rancher Desktop virtual disk file to another location? It seems that the file can be moved if rancher data is exported unregistered from WSL and reimported in a new location. The process is very similar to the one used for Docker Desktop. Example for my case: - `wsl -l -v` to get the distro name: WSL distro list - `wsl --shutdown` - `wsl --e... (more) |
— | almost 2 years ago |
Edit | Post #288758 | Initial revision | — | almost 2 years ago |
Question | — |
How to move Rancher Desktop virtual disk file to another location? I am using Rancher Desktop as an alternative to Docker Desktop. After using docker for a while I have noticed that `C:\Users\user\AppData\Local\Docker\wsl\data\ext4.vhdx` has grown quite a bit (20GB+) and it's taking a lot of space from the system drive space. I know that can I can "prune" it (rem... (more) |
— | almost 2 years ago |
Comment | Post #288735 |
According to [this thread](https://discuss.python.org/t/how-to-specify-extra-index-in-a-pyproject-toml-for-pip-and-pip-tools/23592), `pip config set global.extra-index-url` seems to be the way to globally set extra sources for the packages.
While the option exists in [the docs](https://pip.pypa.i... (more) |
— | almost 2 years ago |
Comment | Post #288728 |
Until you asked this question, I did not pay attention to this aspect. After reading [this question](https://meta.codidact.com/posts/280043/280056) and its answers, the bottom line seems to be along the following: "Reputation is nice feedback because it goes up when you do nice things and it goes dow... (more) |
— | almost 2 years ago |
Edit | Post #288560 | Nominated for promotion | — | almost 2 years ago |
Edit | Post #288690 | Nominated for promotion | — | almost 2 years ago |
Edit | Post #288407 | Nominated for promotion | — | almost 2 years ago |
Edit | Post #278804 | Nominated for promotion | — | almost 2 years ago |
Edit | Post #288690 |
Post edited: replaced with more specific hook tag |
— | almost 2 years ago |
Edit | Post #288615 |
Post edited: added tag |
— | almost 2 years ago |
Comment | Post #277930 |
@#61308 It can be considered a racial slur according to [Wikipedia](https://en.wikipedia.org/wiki/Fuzzy-Wuzzy#Legacy). (more) |
— | almost 2 years ago |
Edit | Post #288407 |
Post edited: removed too specific tag |
— | almost 2 years ago |
Edit | Post #277930 |
Post edited: replaced the example with a less problematic one |
— | almost 2 years ago |
Edit | Post #288615 |
Post edited: added relevant tags |
— | almost 2 years ago |
Comment | Post #288572 |
@Wicket I am glad that you joined the tag editing party.
From time to time I have noticed that tags behave strangely (I am putting the blame on some aggressive caching) by not being consistent between views after some additions/editing/merges are being made and sometimes being rolled back. It is ... (more) |
— | almost 2 years ago |
Comment | Post #288576 |
I also agree with the idea of VBA-related questions being on-topic and the formula-related or other Excel usage ones as off-topic, unless they are linked to the usage of certain Excel generation libraries (e.g. ClosedXML, EPPlus) which might have affected formulas and/or other features. (more) |
— | almost 2 years ago |
Edit | Post #288560 |
Post edited: added relevant tags |
— | almost 2 years ago |
Comment | Post #285399 |
@#8046 I have written a post on my LinkedIn profile which received little reaction from my network. That post is a simplified version of this one. (more) |
— | almost 2 years ago |
Comment | Post #288464 |
[This video](https://www.youtube.com/watch?v=wRep_S7oVIA&ab_channel=RawCoding) shows how hard it can be for a good programmer to understand another framework. (more) |
— | almost 2 years ago |
Edit | Post #288464 | Initial revision | — | almost 2 years ago |
Answer | — |
A: Should I delete my trivial, lack-of-research question? I agree with Dirk Herrmannâ€'s answer about this: > What if a question is beginner level? I would say: Someone should answer it. > Some of the beginner level questions on stackoverflow have received answers that explain things in wonderful ways. While your question seems trivial for a seaso... (more) |
— | almost 2 years ago |
Comment | Post #288438 |
I have very little experience with Java, but the error messages sound like there might be some missing dependencies in the pom.xml file:
https://mvnrepository.com/artifact/org.glassfish.jersey.media/jersey-media-multipart
https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-dat... (more) |
— | almost 2 years ago |
Edit | Post #288338 |
Post edited: added relevant tags |
— | almost 2 years ago |