-
The production build generated by createSpaConfig is minifying the html templates in some way that is causing js errors upon loading the app.
The js errors are generated from lit-html updating the …
-
I'm introducing Lit Element into [my Polymer 3 project](https://github.com/home-assistant/home-assistant-polymer/pull/1738). I won't be able to convert all elements to Lit from the get go and so have …
-
Hi there,
I'm building a lit-element based project, any plans for a lit-html/lit-element based component?
-
**Description:**
For the CLM6-PPE, we need a 2-deg f19 full grid cold start spinup.
We will start from these initial conditions and run our own spin-up protocol for each ensemble member.
For …
-
Fedora release 40 (Forty)
$ uname -a
Linux perseus.luma 6.9.4-200.fc40.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jun 12 13:33:34 UTC 2024 x86_64 GNU/Linux
$ tsc --version
Version 5.5.2
$ npm --vers…
-
I use nanostores to store a count in `localStorage`:
```
import { persistentAtom } from '@nanostores/persistent'
export const counterStore = persistentAtom('count', 0, {
encode: JSON.stringi…
-
### Should this be an RFC?
- [X] This is not a substantial change
### Which package is this a feature request for?
Lit Core (lit / lit-html / lit-element / reactive-element)
### Description
Origi…
-
The `es6!` plugin can't load `lit-html` due to problems with relative paths and file extensions. To reproduce, do an
```
npm install lit-html
```
add the entry below to `paths` in index.html:…
-
I can not understand about this plugin's purpose, But strangely, when I used web-dev-server, my native HTML importmap function completely disappeared, so I was forced to install this plugin, and it wo…
-
**Title**: Building a web app with F# - Part 2
**Description**
In part one, we learned how to build a basic reminders app, completely in F#. In part two, we're going to take it even further by ref…