-
Hey, first of all thank you for creating this library!
I am working on a larger project where I use MDUI with HTMX. When sending form data to a server with htmx, the submit button adds an empty fie…
-
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 …
-
auto-reduced (treereduce-rust):
````rust
#![feature(generic_const_exprs)]
fn zero_init() -> Substs1 {
Substs1([0; { (usize) }])
}
````
original:
````rust
// run-pass
#![feature(generic_const…
-
Context: We are working on the XText version of MetaCrySL.
Reading the current CrySL grammar, we found:
```
ConsPred returns LiteralExpression:
(consPred = "alg("lit=LiteralExpression ")"| …
-
### User Stories
1. Data: As a Suffolk LIT Lab operator, I would like to be able to recover from a possible data loss by being able to rollback the database or restore a previous version of the datab…
-
The RR client code currently uses doc/lit style of API method calls and needs to migrate to rpc/encoded format. RR is moving to no-longer support the doc/lit format as of April 2024.
-
Hi folks,
## postcss-lit & styled-components ?
I'm looking for the "2022 right way of linting styled components", and `postcss-lit` has been brought in [this discussion](https://github.com/style…
-
### Describe the bug
Hello!
I'm not sure what changed but recently I have been experiencing a bug where rather than awaking from sleep my x55 will sit with a lit screen and nothing happening and I h…
-
### Checks
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the [latest version](https://pypi.org/project/polars/) of Polars.
### Re…
-
Consider this C program, appropriately decorated for use in `macaw`'s test suite:
```c
// bug.c
int __attribute__((noinline)) test_string_lit() {
char x[5] = "ABCD";
return x[0] == 'A';
}
…