Jānis

Results 9 comments of Jānis

@fatlinesofcode still doesn't fix it

To be more precise: If `data-allow-transform` is not present, then `z-index` is set to `9999` .. and element transofrmation is enabled, but `z-index` doesn't seem to work. When the `data-allow-transform`...

It is Poedit's default. The same as you can find on http://docs.translatehouse.org/projects/localization-guide/en/latest/l10n/pluralforms.html?id=l10n/pluralforms > You can correct your poedit formula or enable plural formula reader to read it from your mo...

Added `"AzureWebJobsFeatureFlags": "EnableProxies"` to `local.settings.json`, but now the application won't start. This is the log I get. ```log Azure Functions Core Tools Core Tools Version: 4.0.4895 Commit hash: N/A (64-bit)...

I'v been waiting for this problem to be solved from the time it appeared. Just wanted to know if anything is being done to solve this?

Stumbled upon this myself. To return file, you need to return it as `FileContentResult` and handle it in your own response handler so that it doesn't automatically convert to Base64...

Does this mean that after this change anonymous endpoints will skip `ClaimsPrincipalAuthorizationDefault`? If so looking forward to this change. Current behavior doesn't seem right. Why would anonymous endpoint be checked...