DMW007

Results 11 issues of DMW007

Having a local development server without https, I got a mixed content error in query explorer. The regular data browser works. Since I don't use any https locally, I found...

I'm using the [descriptions component](https://antblazor.com/en-US/components/descriptions) and all examples in the documentation uses the `Title` property like this: ```xml Prepaid ``` But this was not suiteable for me, since I'd like...

enhancement

Hi, I would like to use your library for email-templates, which contains links to the application itself. Sadly, RazorLight seems to parse razor code, but not the ASP.NET Core TagHelpers....

Since I can't get Sentry/Raven work with TypeScript on NodeJS, I decided to create a small testproject. The progress is now that uploading sourcemaps to Sentry seems to work. At...

Status: Need Information
Status: Need Reproduction

I want to use the _query documents_ function to order the data. Simple example, which is working fine on the mongodb shell: ```js db.getCollection('my-collection').find({}).sort({date: -1}).limit(1) ``` This gave me the...

### Installed product versions - Visual Studio: 2015 Community - This extension: 2.1.279 ### Description When a css-file contains @import statements, the minifying-process would fail with the error-message > (Bundler...

I'm querying a table with ~2k rows, and I assume that some of my further users (OS projects) will have even more rows. So I'd like to fetch only the...

I wrote the following Dockerfile, but got an error that a client_id parameter is required: ``` FROM debian:stretch-slim RUN apt-get update \ && apt-get upgrade -y \ && apt-get install...

Hello, I noticed that the plugin works fine on my PC in Firefox/Chromium, but not on my mobile. On Android 9 I get `Error code: html5_video:4` after tapping play in...

There is no element at index 8, so the string format failed with _IndexError: tuple index out of range_. Since the template name is at index 7, I guess this...