eggp
eggp
ok, quick fix in user component: ``` ngAfterViewInit(): void { this.reWriteAngularFilePluginGeneratedHiddenInputAccept(); } /** * https://github.com/AckerApple/angular-file/issues/54 */ private reWriteAngularFilePluginGeneratedHiddenInputAccept() { if ((detect() as BrowserInfo).name.toLowerCase() === 'chrome') { const elem: HTMLInputElement =...
this, just little quick fix, not PR code! :)
@abiosoft Hello, Yes, I want arm_cpu8_memory8 to be the default. colima start --help: ` --activate set as active Docker/Kubernetes context on startup (default true)` I thought this switch was supposed...
> This is true. However, what mechanism could this package use to automatically remove it? Check my feature issue: https://github.com/jonbhanson/flutter_native_splash/issues/608  remove element after it's not needed
I have the problem too. If I generate a palette in dart code, I get something different than on the website(https://m3.material.io/theme-builder#/custom). my dart code: ```dart static TonalPalette _toTonalPalette(int value) {...
I will correct it myself and show the solution I believe is correct, where only the package name is removed because the rest is needed, and this way my complex...
I create a example repository: https://github.com/eggp/ngx-grpc-issue-113 Directories: - proto => example complex proto - generated_wrong => Compiled with the current version. - generated_good => Compiled with fixed code
> This was already reported some time ago I think. Having uppercase characters in package names is not recommended however: > > https://protobuf.dev/programming-guides/style/#packages > > > Package names should be...