hassanrazakhalid
hassanrazakhalid
Hello i have been using this framework , its good however i have a little problem. I have added operations in GroupOperations. But if the operations in Queue fails and...
hi i just tried this. the code im using 1.1.0.1 in dotnet core ``` var inputFile = new MediaFile { Filename = temp_path }; //var engine = new engine(); using...
Steps to reproduce 1. Draw some thing in potrait mode like draw arrow or with pen 2. Change Orientation to landscape 3. Draw again. Previous drawing will not remain at...
When i select image and i draw and erase. It leaves white color behind. To fix this i added a separate imageview and on front sketch view. This solved the...
hi i trained on company dataset for almost 3-4 days on GTX 1080TI. Please see the log file. Error was keep getting low as expected but when i tested even...
Hello i have just started using this. However i cann't perform simple validation  I have extended from ValidationComponent....
I am little confused that how can we use this for example in Azure App Service with Auto-scaling enabled. How to set `IdGenerator(0)` for multiple instances and use same value...
Hello i have just started using this, i want to know is there a way to avoid '\n' when converting from Object to xml
Hi i am using package 2.0.1 getting compilation error when i use two cases together. ``` switch(role.Name) { case nameof(CommonEnums.Roles.Root.Name): case nameof(CommonEnums.Roles.User.Name): break; } ``` i get error The switch...
This is not an issue. Recently i have been exploring HotChocolate. Can you share your thoughts, how can we use this template with GraphQL lib. Like What will be the...