Marius Heine

Results 6 comments of Marius Heine

Setting `useDefineForClassFields: false` in tsconfig compilerOptions like proposed [here](https://github.com/martinussuherman/vue-template/issues/54#issuecomment-998314075) solved it for me

Are there any information, progress or ideas for the problem with the `[no-unsafe-*] rules`?

We need PDF/A support as well in our company GEPROG GmbH. Maybe a good reference of how it can be implemented is the PHP TCPDF project https://github.com/tecnickcom/tcpdf. There they have...

Try this Dockerfile ``` FROM omnidbteam/omnidb ENV LD_LIBRARY_PATH=${HOME}/instantclient_21_1 USER root RUN apt-get install libaio1 USER omnidb:omnidb RUN wget -cO - https://download.oracle.com/otn_software/linux/instantclient/211000/instantclient-basic-linux.x64-21.1.0.0.0.zip > /tmp/oracle-instantclient.zip \ && unzip /tmp/oracle-instantclient.zip -d ${HOME} \...

Any update on this from one of the maintainers. That would be really cool!

@benjamincanac Is there any timeline for the next release?