David Klingenberg
David Klingenberg
Hello, I like your library and I needed to add volume control. I thought it might be useful for you, so here is PR.
Hello, I have problem with Hangfire dashboard returning error 500 for invalid routes. It throws following exception: >> System.InvalidOperationException: The request reached the end of the pipeline without executing the...
There are probably some forgotten logging statements. For following code: ```typescript import { Component, OnInit } from '@angular/core'; import { I18n } from '@ngx-translate/i18n-polyfill'; const SOME_CONST_VAR = 'Hello Const World!';...
Hello, I'm dealing with issues how to translate enums in TypeScript code. I found a way how to it, but it is too sensitive to formatting and whitespaces. ```typescript translations[1]...
Hello, I'm trying to use CsvProvider with specified encoding, so the definition looks like this: ```fsharp type TradeRows = CsvProvider ``` but I'm getting following error during build: > No...
### Code of Conduct - [X] I have read and agree to the GitHub Docs project's [Code of Conduct](https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md) ### What article on docs.github.com is affected? https://docs.github.com/en/actions/learn-github-actions/workflow-commands-for-github-actions#environment-files ### What part(s)...
This PR fixes issue #25782 and allows to set `[cdkMenuTriggerFor]='null'`
### Feature Description This feature request is pretty much the same as this one https://github.com/angular/components/issues/24030 was for MatMenuTrigger. Please allow setting null also to CdkMenuTrigger. ```html {{ name }} ```...
I had problems with running Evolve on Windows on ARM, because `System.Data.SQLite.Core` doesn't include ARM SQLite .dll, so I tried using `Microsoft.Data.Sqlite` package and it works perfectly. `Microsoft.Data.Sqlite` includes .dll...
Hi, I have following code ```typescript const dialogs: TotalList = await client.getDialogs({ }); ``` and it fails with following error: > TypeError: Cannot read properties of undefined (reading 'date') >...