Results 96 comments of Sergey Vohmyanin

Seems packages/custom-esbuild/src/application/index.ts::30 should be something like ``` return { codePlugins, indexHtmlTransformer: indexHtmlTransformer?.bind(null, options) } as ApplicationBuilderExtensions; ``` But options param seems only contain target options, not configuration

Now I solved this with running TSX_TSCONFIG_PATH="./tsconfig.json" NODE_OPTIONS="$NODE_OPTIONS --import tsx" wdio run ./wdio.conf.js Config need to be compiled to JS or need to be written in plain JS in case...

@christian-bromann I understand, I use config in JS only to prevent loading of ts-node. All tests and etc. written in Typescript, an d not transpiled to JS manually, all compilation...

I have crash on start with ocsp error when binary was compiled with libressl. Recompiled with openssl, and error was gone

I updated dependency-tree and detective-typescript packages manually, and seems it working.

I simply copied Typescript source to subfolder of project, write alias in tsconfig.json, and seems all ok. I tired to wait new version of library and may be replace it...

> @Delagen can you summarize your workaround in a way that it can be reproduced? > > I was about to try the fork created by user [henrikmiszoglad](https://github.com/henrikmiszoglad): > https://github.com/henrikmiszoglad/ngx-dnd-ivy...

> > I don't want to try simply fork, project is small, and I simply use as source in my project with simple tsconfig paths alias. I prefer to wait...

> Is there any progress here ? Because styles only affect editor mode with parent class .quill-editor, no way to include styles as default. I just copied some styles in...