-
```bash
error: 'frontend' should be listed in the project's dependencies. Run 'npm i -S frontend' to add it (import/no-extraneous-dependencies) at templates/base.html:41:9:
39 |
40 | …
-
## *Who* is the bug affecting?
Consumers of OC, we would like to host unpkg.com react libraries on our domain so we minimize the number of domains, and control access. unpkg.com is blocking Google B…
-
Is there any plan to release [definitions](https://github.com/borisyankov/DefinitelyTyped) for TypeScript?
-
Just realized how slow the authorization webview for OAuth2 loads under mobile networks / slow connections. Profiling a bit with chrome; I found out there is ~500KB worth of JS and CSS assets loaded:
…
-
## Descrição da vaga
Você é um desenvolvedor Front-end que já trabalhou com React Web/Native e quer trabalhar em projetos diferentes com regras de negócio totalmente distintas em um ambiente ágil. …
-
I've installed the following within my [`.travis.yml`](https://github.com/jeff1evesque/machine-learning/blob/5a146f51ec4ad28f6560de8faef2605dc2a695e0/.travis.yml#L35-L36):
``` bash
...
- npm instal…
-
We ask that you please be patient as our team works through approving and publishing all articles/tutorials in a timely manner. Allow 1-3 days for a topic to be reviewed and/or approved - allow 3-7 da…
-
### Contribution guidelines
- [X] I've read the [contribution guidelines](https://github.com/squidfunk/mkdocs-material/blob/master/CONTRIBUTING.md) and wholeheartedly agree
### I've found a bug and …
-
I love lit-html concepts, simplicity and performance!
To be "perfect" I would like to be able to write this:
```javascript
return html`
${Jumbotron()}
${List()}
…
-
Hi,
To give some context; I currently have a custom render/template engine for web components, in these templates I allow JS executions via the classic moustache templates. What I currently do is i…