Karan K

Results 9 comments of Karan K

@matthewcorven That's because the github repo is currently private.

@matthewcorven please let me know if you need any further information on the library,

@matthewcorven A github issue repository for this library now exists, and linked to Nuget pacakges: https://github.com/blazority/support Let me know if you need more information

Hi @MaxIakovliev, thanks for your feedback, I appreciate it. This library's license is MIT and can be used in both personal and corporate projects. At the moment, I don't have...

We are facing the same issue with dotnet publish .netcore 3.1 as well in CI build environment

> I faced this as well, I ended up repackaging the command line bundler into a dotnet tool and just calling that using `` It's already a command line application....

@nording Adding markdown support will definitely be more beneficial than plain text This should be easy to support using existing open source parser like [marked](https://www.npmjs.com/package/marked), etc.

@stefanloerwald Thanks for the feedback! Unfortunately for our internal use case, it's not possible to skip these files from git source control. I will submit a PR for this in...

I have noticed that the mat-select does not have this issue, as it blocks scroll action when the panel is opened. May be autocomplete should follow the same approach.