-
**Patch:**
Patch just doesn't do what it should do.
```
th json_mod(lit({"biscuits": [{ "name": "Digestive" },{ "name": "Choco Leibniz" }]}),patch,lit({ "op": "add", "path": "/biscuits/1", "value":…
-
ROCr uses a debug_print() macro to say useful things during execution. There's also a debug_warning which is similar.
```
#ifdef NDEBUG
#define debug_print(fmt, ...) …
-
###### JerryScript revision
cefd391772529c8a9531d7b3c244d78d38be47c6
###### Build platform
Ubuntu 22.04.3
###### Build steps
```sh
python ./tools/build.py --builddir=xxx --clean --compile-fl…
-
### Run job to redefault the folder info tab of all SIF folders so that the 6 new folder infos are inserted onto existing folders.
_See #17901_
- If a value is required to be input, we should us…
-
Ajouter à la page Lit disponible une carte sur laquelle apparaissent les établissements avec le nombre de lits totaux, disponibles et bientot disponibles.
On affiche en vert ceux qui ont encore des…
-
# 🙋 Feature Request
Add an optional key to the `repeat` directive, so that `repeat` can map a DOM node to a specific item when updating views. Similar to how React or Lit work. This would be benefi…
-
### Provide a general summary of the issue here
If a grid cell has a very long text, the row is not high enough to show all text. Please see the example below.
![image](https://github.com/user-a…
-
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:…
-
Multi-line amounts I think are not very nice. The `import {` is always in an isolated line and it is difficult to identify where an amount begins and ends.
```ts
import {
css, CSSResult, custom…
-
I was trying to produce a lit file from a lit file. But I don't find how to escape the code block inside the code block like the following example
```lit
# Recursive literate
Consider the follo…