Stéphane Bouget
Stéphane Bouget
duplicate #423
> @stephanebouget this issue was when we try to upload same file multiple times ..or rather files with same file name yes it's the same issue, just add : `#fileInput...
> The variable width bars might be possible using the scriptable options added in v3.0.0-beta.12. You'd have to supply. a function for the `barThickness` prop and use that to compute...
For those who are interested, i made a quick fork based on 3.9 branch to manage dynamic width : https://github.com/stephanebouget/Chart.js/tree/3.9 ### For example :  ### Live demo https://codepen.io/stephanebouget/pen/PoerxPP
Hi, I do column resize with the angular-resizable-element lib. Works with Angular material 7. ### Demo and source code of the final render here : https://stackblitz.com/edit/mat-table-resize ## Steps install https://github.com/mattlewis92/angular-resizable-element...
waiting for a fix, this lib do the job : https://www.npmjs.com/package/ngx-autosize
I think it's same as https://github.com/primefaces/primeng/issues/14003
Same kind of error for me, linked on 06b29aafb7708acef8b3669835c8a7857ebc92d2 ` verbose 3.789583 Error: Couldn't find match for "06b29aafb7708acef8b3669835c8a7857ebc92d2" in "refs/heads/dependabot/github_actions/seanmiddleditch/gha-setup-ninja-6,refs/heads/felixr-optional-chaining,refs/heads/felixr-private-fields,refs/heads/main,refs/heads/release-please--branches--main--components--node-gyp,refs/heads/release-please--branches--main--components--node-gyp--release-notes" for "https://github.com/electron/node-gyp.git". at MessageError.ExtendableBuiltin (C:\Program Files (x86)\Yarn\lib\cli.js:721:66) at new MessageError...
Hello, Do you know if this issue still occurs with Angular 18 or 19? (My app is huge and migrating from Angular 17 is very heavy, I can't just test...