Boris Diakur

Results 22 comments of Boris Diakur

> Not sure if this still works but i guess stencil was one of the first having it. Please have a look at 8924561 The `docs-json` target format unfortunately doesn't...

General advice (helped me): Go to https://validator.w3.org/#validate_by_input and paste your generated html code into the textfield for validation. Click Check. Fix html errors.

I have just submitted Hasklig to Google Fonts via the form [mentioned above](https://github.com/i-tu/Hasklig/issues/8#issuecomment-284186746). I had to check the checkmark which said I was the owner of the font in order...

Unfortunately we are still running into this issue, even after building our component library with [v3.2.1 release of Stencil](https://github.com/ionic-team/stencil/releases/tag/v3.2.1). I checked that the inlined class expression is no longer anonymous...

@rwaskiewicz Yes, I will. Or maybe not. 😅 I actually managed to dig a little further in the last hour, by removing all components from the app. This resulted in...

I can confirm, that @neryams changes fix the issue. @RobbieTheWagner would be great if you could have a look at this.

@evilaliv3 You should check out https://github.com/bennyhat/protractor-istanbul-plugin

I'm now using [deno's formatter (`deno fmt`)](https://docs.deno.com/runtime/manual/tools/formatter) alongside bun.

Here is a workaround: ```bash export NODE_OPTIONS=--openssl-legacy-provider && cookiecutter https://github.com/plotly/dash-component-boilerplate.git ``` On Windows you'll have to use `set NODE_OPTIONS=--openssl-legacy-provider ...`.