Andreas Pazureck

Results 51 comments of Andreas Pazureck

Hi, I read the documentation and this is my first draft for some more descriptive typings: ```ts declare module 'html2pdf.js' { export default html2pdf; } declare function html2pdf(): Html2PdfWorkerRoot; declare...

I think those steps should do the trick: 1. Open the generator folder in vscode 1. Go to your terminal 1. Type `npm install` 1. Type `bower install` 1. Run...

And the generator is not really a generator, sorry. I started this project, but it is abandoned. Please use the declarations from here or dt. I am currently working on...

Oh I have done that, but I wanted to have a better syntax (ES6 syntax). And you could do much more than that, Generics for models, events, etc. But I...

I think you need run the gulp task instead of manually running tsc. Did you use ctrl+shift+b for the build task? It may not work anymore, as vscode changed the...

Hi @lmcarreiro, Thanks for the compliment. Actually I rewrote the whole generator in typescript and wanted to include it in my UI5 extension for vscode to always get the declaration...

Hi, sorry, did not have much time lately. I hope I can put in your changes next week

Hi, No problem. Congratulations, I hope everybody is well and healthy. Thanks for the quick response! What I am doing is, that I am changing the `entity_id` every minute by...

Hi, I think @hannut has a legitimate question here, I was asking myself. As I want to control my central heating, the P and Ds are more in the range...

Hi, thanks for the fast response. My knowledge is very limited on that regard, as it is about ten years I had cybernetics. So I took your manual readme and...