Matthias Liebeck
Matthias Liebeck
@tiago18c I think a loss of language features is inevitable, e.g., reflection calls etc. For NEO, I found their way of using C# for smart contracts and I like it:...
I ran into the same issue today. Seems to be fixed with ``` services.AddServerSideBlazor() .AddHubOptions(options => { options.ClientTimeoutInterval = TimeSpan.FromSeconds(5); }); ```
@umeshshende The default value to check the Hangfire queue is set to 15 seconds. You can decrease this value if you want to reduce the delay
@MAKARANDKURKUTE I had the same issue. From reading https://docs.microsoft.com/en-us/nuget/consume-packages/package-references-in-project-files#controlling-dependency-assets , I learned that you can control which dependency should flow to the parent project. In this case, we don't want...
You could implement this as an optional feature.
@Diapolo POS tagging is done through spaCy, not through my SentiWS wrapper. Therefore, "stark" with the POS tag ADV does not have any entry in SentiWS. Have a look at...