alexvazquez
alexvazquez
Hi, I love elementio components for VueJS and want to use it on my Blazor project but the sample project is in Chinese and I cant see any element in...
I would like to know if this awesome project still under development. Thanks a lot
Congratulations for the great architecture. I tried to see if `ExceptionHandlingMiddleware `was working, so I placed a breakpoint after login here:  And then I set the `request` object to...
I have an app that accepts the following languages: - English (en) - Spanish (es) - French (fr) - Arabic (ar-SA) All languages except Arabic (ar-SA) and French (fr) updates...
I have a UIImageView that receives a gesture on touch, I would like to show the drop down menu using the UIImageView but Dropper only accepts to pass button as...
I have a CoreWCF Service with about 12 endpoints working perfectly locally using HTTPS. I deployed to production using IIS in a site **app.mydomain.com** inside a subfolder **corewcfservice**. The application...
I have Serilog slack configuration in appsettings.json: { "Name": "Slack", "Args": { "WebHookUrl": "https://hooks.slack.com/services/xxxx/xxxxx/xxxxxxx", "CustomChannel": "#dev-log", "CustomUserName ": "Slack Logger", "BatchSizeLimit": 20, "QueueLimit": 1000, "CustomIcon": ":ghost:", "TimestampFormat": "o", //"MinimumLogEventLevel": "Warning"...
Im doing this: ``` KVSpinnerView.settings.backgroundRectColor = UIColor(rgba: 0x336699) KVSpinnerView.settings.backgroundOpacity = 0.5 KVSpinnerView.show(saying: "Test wait...") ``` But the color still purple. Any clue?