Sebastian
Sebastian
JSON data database shouldn't be a single source of truth, it should be just anvil source for additional information. Created component in IDE aren't shown in the application and in...
Hi, with the following configuration, start-server-and-test isn't able to run (maybe even parse arguments). ``` "scripts": { "dev": "cross-env NODE_ENV=development webpack", "build": "cross-env NODE_ENV=production webpack --env production", "serve": "webpack serve",...
## Summary As is defined in spec https://github.com/DIPSAS/DIPS.Xamarin.UI/issues/94, it would be fine to have an option to cover the navigation bar with a sheet backdrop to have a consistent feel...
Hi, not sure why, but when I put Checkbox inside the JSX I'm getting the following error: "TS2786: 'CheckBox' cannot be used as a JSX component. Its instance type 'CheckBox'...
And application just return white blank page. Here is full text of exception: System.Web.HttpException (0x80004005): Filtering is not allowed.\r\n at System.Web.HttpResponse.set_Filter(Stream value)\r\n at Microsoft.VisualStudio.Web.PageInspector.Runtime.Tracing.ArteryFilter.InstallOnResponse(HttpResponse response)\r\n at Microsoft.VisualStudio.Web.PageInspector.Runtime.Tracing.PageInspectorHttpModule.OnPostRequestHandlerExecute(Object sender, EventArgs e)\r\n...
Sometimes, I don't know why, I got error "Child actions are not allowed to perform redirect actions." error message. This error comes from ˙@Html.Action("CookieLaw", "Home", true)˙ and CookieLaw action contains...
### Summary Hi, I'm trying to figure out what is needed to set Local Notification on iOS. The local notifications work fine on Android, but not on iOS, in my...