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 #278780 |
@ArtOfCode I have made the edit 6h ago and I thought the same thing and waited and rechecked. So less likely to [blame the cache](https://shouldiblamecaching.com/). (more) |
— | over 4 years ago |
Edit | Post #278780 | Initial revision | — | over 4 years ago |
Question | — |
Schrödinger's tag - appears in view mode, but not in edit After removing two tags and adding another one for this question I have noticed that the tag list is not the same between view mode and edit: - View mode: stack-memory + heap-memory + ram + memory-management - Edit mode: stack + heap + memory-management Before editing the question, I have rena... (more) |
— | over 4 years ago |
Edit | Post #277536 |
Post edited: removed irrelevant tags + added one |
— | over 4 years ago |
Edit | Post #277474 |
Post edited: added tag |
— | over 4 years ago |
Comment | Post #278727 |
@Moshi [iis-urlrewrite] can be defined, but I would try to keep tags count as low as possible. By using [iis] and [url-rewritting], we have only two tags that are quite reusable. (more) |
— | over 4 years ago |
Edit | Post #277441 |
Post edited: added tag |
— | over 4 years ago |
Edit | Post #278755 | Initial revision | — | over 4 years ago |
Answer | — |
A: How to use LazyCache library with Unity Container? For LazyCache version 2.1.2 (maybe even earlier) UnityContainer must be instructed to call the default LazyCache constructor which probably relies on MemoryCache (default). container.RegisterType(new InjectionConstructor()); This worked with .NET Framework 4.6.1, Unity Abstractions 3.1.0. (more) |
— | over 4 years ago |
Edit | Post #278754 | Initial revision | — | over 4 years ago |
Question | — |
How to use LazyCache library with Unity Container? I want to use LazyCache and UnityContainer together in an ASP.NET classic application (.NET framework 4.6.1+). Namely, to be able to inject IAppCache in various services. For ASP.NET Core and its default DI container it is as easy as: services.AddLazyCache(); How can this be done with Un... (more) |
— | over 4 years ago |
Comment | Post #278727 |
@Monica Cellio - yes, you are right: there are two aspects. I would use url-rewritting + iis. (more) |
— | over 4 years ago |
Edit | Post #278668 |
Post edited: fixed the max width for UTF-8 |
— | over 4 years ago |
Comment | Post #278648 |
I will keep "What type of questions can I ask here?" section unchanged for a few more days and integrate the changes based on the support for each idea. (more) |
— | over 4 years ago |
Edit | Post #278728 | Initial revision | — | over 4 years ago |
Question | — |
Renaming sheets to the more specific google-sheets? sheets tag sounds a little bit too generic and I feel that it should be replaced with the more specific [google-sheets]. I know that we should avoid using company names as much as possible, but in this case, I think it will prevent confusion for anyone not familiar with the Google sheets (e.g. we ... (more) |
— | over 4 years ago |
Edit | Post #278727 | Initial revision | — | over 4 years ago |
Question | — |
Should we rename urlrewrite tag to url-rewriting? How do I get IIS UrlRewrite to handle CSS-delivered woff files appropriately? is the only question currently using urlrewrite tag. However, for future questions I would like to have a more general tag related to URL rewriting rather than the specific case of IIS URL rewriting. Is it OK to rena... (more) |
— | over 4 years ago |
Edit | Post #277375 |
Post edited: added tags |
— | over 4 years ago |
Edit | Post #277259 |
Post edited: added tag + using lower case tag names only |
— | over 4 years ago |
Edit | Post #278695 | Initial revision | — | over 4 years ago |
Question | — |
Setting the authentication token in an Angular application for generated API clients This is a post of mine from Code Review Stack Exchange which did not get an answer yet. I am developing an Angular application that consumes an external REST API. I am using OpenAPI generator (TypeScript template) to generate the API clients. The happy flow is the following: - call a method ... (more) |
— | over 4 years ago |
Edit | Post #278694 | Initial revision | — | over 4 years ago |
Question | — |
Cache data using Redis Cache in an ASP.NET Core 3.1 project This is an unanswered code review request of mine from Code Review Stack Exchange. Overview I have developed a small ASP.NET Core 3.1 Web API that provides information that is rarely changed (several times a day) but often read ( 10 K / day). For me, it is a good opportunity to toy with Redi... (more) |
— | over 4 years ago |
Edit | Post #278693 | Initial revision | — | over 4 years ago |
Question | — |
Measure ASP.NET Core 3.1 Web API action execution times This is basically an unanswered code review request of mine from CodeReview Stack Exchange. I want to be able to log as accurately as possible, the time spent by a certain Web API action in an ASP.NET Core 3.1 Web API. I found out this very old question dealing with a similar issue in ASP.NET. ... (more) |
— | over 4 years ago |
Edit | Post #277415 |
Post edited: added relevant tags |
— | over 4 years ago |
Comment | Post #277373 |
Initially, I thought this was not an interesting question, but after digging a little I realized how hard it seems to be answerable for MySQL. (more) |
— | over 4 years ago |
Edit | Post #278668 | Initial revision | — | over 4 years ago |
Answer | — |
A: How to calculate how much data is stored in a MySQL column? The reference indicated by jcsahnwaldt indeed specifies the space required by VARCHAR columns, namely (L = string length): > L + 1 bytes if column values require 0 − 255 bytes, L + 2 bytes if values may require more than 255 bytes However, I think this is true only for non-Unicode characters... (more) |
— | over 4 years ago |
Comment | Post #277303 |
Anti-pattern for alias names: a, b, c, d ... I have seen this being used in a project and I find it mind-blowing since I try to connect the alias to the table based on its starting char. (more) |
— | over 4 years ago |
Edit | Post #277303 |
Post edited: |
— | over 4 years ago |
Edit | Post #277310 |
Post edited: |
— | over 4 years ago |
Edit | Post #277310 |
Post edited: added tag |
— | over 4 years ago |
Edit | Post #277485 |
Post edited: added explicit SO reference name |
— | over 4 years ago |
Comment | Post #278628 |
@r~~ Based on feedback provided by you and Lundin I have already refined the scope, so this issue is pretty covered. Not having such a policy makes it almost impossible to provide a reference to anyone asking about why a question is considered offtopic. Not having a policy is like a very small scale ... (more) |
— | over 4 years ago |
Comment | Post #278628 |
@Lundin I agree and I have changed the scope page to include this topic with some restrictions (small enough and attempt to understand it). Despite a similar policy on SO, this type of questions are actually allowed ([example](https://stackoverflow.com/questions/18984775/what-does-this-code-do) ). (more) |
— | over 4 years ago |
Edit | Post #278625 | Post edited | — | over 4 years ago |
Edit | Post #278625 | Post edited | — | over 4 years ago |
Comment | Post #278628 |
@r~~ I understand your concern, but having a "not yet done" policy is better than having none at all. This is not set in stone and can evolve along with the community. I think this is an important part of the community because any new member has no easy way to understand what they are allowed to ask ... (more) |
— | over 4 years ago |
Comment | Post #278527 |
I have edited this post and a few others to better emphasize the references to the SE sites (Stack Overflow or Power User). Please try to use similar references (the source name and the author are the most important elements) for future posts. Thanks for your contributions. (more) |
— | over 4 years ago |
Edit | Post #277930 |
Post edited: made the reference more clear |
— | over 4 years ago |
Edit | Post #278324 |
Post edited: made the reference more clear |
— | over 4 years ago |
Edit | Post #278527 |
Post edited: made the reference more clear |
— | over 4 years ago |
Comment | Post #277235 |
@Lundin Indeed it took quite much to have an official on-topic (and off-topic) section. Based on your input, now we have it [here](https://software.codidact.com/help/on-topic). (more) |
— | over 4 years ago |
Comment | Post #278624 |
@r~~ I think "Recommendation questions about which tools, libraries or technologies to use or where to find them." refers more to questions like "what tool to edit some video?" rather than questions about tools directly involved in software development (documenting the DDL changes belongs to software... (more) |
— | over 4 years ago |
Edit | Post #278625 | Post edited | — | over 4 years ago |
Edit | Post #278628 | Initial revision | — | over 4 years ago |
Answer | — |
A: Site scope - draft proposal Based on this proposal, I have created a designated section within the Help section: What type of questions can I ask here? This can evolve over time based on feedback provided by the community. (more) |
— | over 4 years ago |
Edit | Post #278625 | Post edited | — | over 4 years ago |