Simone
Simone
Hello, I have used i18n-editor for a while with great pleasure. But now when I launch it I can just see the icon in the status-bar (and close the minimized...
I use exceljs in a project that uses Angular13. When I run `ng build` I receive: ` Can't resolve 'dir/node_modules/@angular-devkit/build-angular/node_modules/@babel/runtime/regenerator' in 'dir\node_modules\exceljs\dist'` in my `node_modules` folder I have - `@angular-devkit/build-angular/node_modules`...
When calling the show function after the toast has disappeared, the second/3rd/n-th toast is rendered with some unexpected delay ``` { console.log("will present toast " + new Date()); this.refs.toast.show(""+new Date(),100)...
I have tried to use the `AudioProvider.replace` function, but then I have realized that is has not been implemented. Why is this the case, have you had problems? How can...
I use the onFinish output to update my view, and show a play/stop icon near the progress bar. The problem is that the `onFinish` event is fired while the audio...
I use the onFinish output prop of the audio-track element to update my view. But I get the `ExpressionChangedAfterItHasBeenCheckedError `error. I have tried two solutions to the problem: `ChangeDetectorRef `and...
I am currently using [this](https://github.com/SimoneMSR/pickApp/blob/master/app-scripts/create-page.js) npm script to generate a page, provided that I have a [base.page](https://github.com/SimoneMSR/pickApp/blob/master/src/pages/base.page.js) .js file in my project folder. Could we add something like this for...
## Issue type I'm submitting a (check one): [x] Bug report ## Prerequisites Before posting, make sure you do the following (check all): [x] Confirm you are using the latest...
I edited the dgeni-config.js file to let the readFilesProcessor point to my source directory (where I have an Angular APP). When I launch `gulp assets dgeni` I get the following...
I have an instance method like this ``` class C { m ( foo : any, bar : any){ //do things } } ``` what I get with the DocBlockr...