-
[LDoc is a documentation generator](https://github.com/stevedonovan/LDoc) for Lua. The Lit server could run it on the sources when a new version of a package is published. The docs could then be made …
ghost updated
8 years ago
-
Here: https://github.com/takahiro-saeki/lit-html-example/blob/ff1c2fac902833ce24f5a0c2f4f332a9b8214eef/src/js/components/FooterItem.js#L7
you should be able to use use the ternary expression withou…
-
Reported by @bennypowers
Would be cool to be able to inspect dependencies.
Looks like https://webcomponents.dev/edit/UlzjH45dmZuR0yBqtvsK has a duplicate of lit-html and an old version of
`apoll…
-
Issue for everything related to making a web components library.
This needs to be started on after #1045 is finished.
In the future we want to provide all our components as web components.
Sugge…
-
I am trying to use askama for generating emails, where both the subject and the body depends on the input variables.
How hard would it be to implement the ability to do something like:
```
stru…
-
**ZIO**
- [x] - Convert ZIO constructor from `Result` to`Future`
- [ ] - Implement `colectAllParalel` `colectAll`
- [ ] - Implement `timeout`
- [ ] - Implement `PortOpner` with ZIO returns andOr …
-
Hi,
I have a web component develop with lit-element called ``. the thing is, I try to prerender following the documentation from readme, this mean:
> The quickest way to run your own prerender ser…
-
# Description
When using the cache options with the `@query()` decorator it is possible to cache a `null` result. Since the decorator checks whether the cached value is `undefined` to revalidat…
-
As far as I can see, this plugin does not further lint the `svg` function input from `lit`.
But the rules that apply to the `html` syntax should also be appliable for `svg` from my point of view.
…
-
@sjmiles noted this in https://github.com/mjbvz/vscode-lit-html/issues/42
> I tried to solve this by disabling validation, i.e.
>
> "html.validate.styles": false,
> "css.validate": false
> wh…