Damiano

Results 10 comments of Damiano

@SamProf , this feature is foundamental on an isolated service from internet. Maybe you could only add an "offline" version of the style ex: "matBlazorOffline.css" without importing the one from...

A view for /data/logs/error.log will be very helpfull too.

I can confirm this issue, after deleting an old admin user I get the error: Cannot read properties of null (reading 'avatar') ![image](https://user-images.githubusercontent.com/2786682/170830172-3b312a5a-d356-4b33-a61a-1f6558a77722.png) @v3ss0n have you got a solution to...

OK I managed to enable the user by: update user set is_deleted = 0 where is_deleted = 1; in mysql db So the issue depend on the avatar icon on...

Hi, after adding the missing class now I can listen the remove event but if I want to handle by myself the element by setting the property ```js shouldRemoveOnTrailingIconClick =...

@Tratcher is it possible to configure the endopoint to map the reverse proxy on the standard ports 80,443 and route request from another port like 81 to a classic MVC...

I had the same problem today with quartznet this could explain? http://www.mattwrock.com/post/2012/02/29/What-you-should-know-about-running-ILMerge-on-Net-45-Beta-assemblies-targeting-Net-40.aspx

OK WebActivator is not the problem, Quartznet was. Today when I updated nuget packages: WebActivator was updated from 1.5.2 to 1.5.3 Quartznet from 2.0.1 to 2.1.1 (you can see in...

The case where I happened to get the exception is in an old webform site updated to ASP.net 4.0 For publication I just use the Copy Web Site Tool to...

Same issue with my custom input Blazor component. It happens only with string type ![image](https://user-images.githubusercontent.com/2786682/196103338-4f2a5de6-8287-45f1-9d79-2239802f1a90.png) Value types no warnings ![image](https://user-images.githubusercontent.com/2786682/196104057-9ffa993c-9c03-4d68-a58d-7921f4ecb2bc.png)