jsakamoto
jsakamoto
Hi @cnbohu, > program is unresponsive ... Becuase that program will count about 300,000,000,000,000,000,000 objects (!). If it takes one microsecond to count one address, it will take **more than...
> It is possible, to add a properties or methods, not generate objects,only calculate the count. That's true! In fact, we already have a code like you mentioned to implement...
Hi @Wolfware2023, I handled this issue and published the new version, v.3.0.1. - https://www.nuget.org/packages/Toolbelt.Blazor.FileDropZone/3.0.1#releasenotes-body-tab Could you try it out? Thank you for your contributions.
Hi @ElderJames, > I found that all the html files would be loaded The `wwwroot/service-worker-published.js` file generated by the default project template does that. By modifying the `wwwroot/service-worker-published.js` file, you...
Hi @drma-tech, Thank you for your feedback! A link with the rel="nofollow" attribute is just a signal for search engine crawlers. It does not always mean that the link should...
Hi @a0926019412, Sorry for the inconvenience. Unfortunately, it is by design. The i18n text library currently tries to fetch the long-name version of resource string json files, such as "Text.en-US.json",...
Hi @alphamax, Thank you for your report. Unfortunately, I’m not sure why this exception is occurring. Do you have any additional information, such as when the exception was thrown or...
Thank you for your reply. I would really like to fix this problem. But unfortunately, I cannot reproduce the same behavior on my side now, even though you provided me...
Thanks, @AdmiralSnyder, for your reporting. I've sent a friend request on Discord.
Hi @AdmiralSnyder, Thank you for chatting with me on Discord. I’ve figured out what caused the issue. Based on my investigation, I think I might be able to resolve it....