Christian24
Christian24
## Description Very often it is desirable to set initial values for a component in a template (especially in forms). Bindings are very nice for this, however what happens when...
Hello, This attempts to solve #176. We are trying to adapt module federation in our application. Since we are using this plugin, we cannot. Since our federated modules are all...
Hello, In Lit a lot of lifecycle callbacks use a Map called `changedProperties` which holds all properties that changed during the update. For example `changedProperties.has('foo')` says if property `foo` changed....
### Are you submitting a **bug report** or a **feature request**? This is a bug report ### What is the current behavior? The TypeScript types for field names make extensive...
This closes #498. This is the first cut. It has tests, a basic example and the base-lib, there's also Material Web Components example. I added a little QuickStart guide. Open...
### Describe the bug Hi, I am currently working on a prototype Lit wrapper for Tanstack Form. My prototype shows problems with `FormApi.reset()`. This is the initial state of the...
Closes #412
Hi, I wish `RenderComponentOptions` were typed a little more. I have seen something along the lines of: ```typescript const routingMock = new RouterMock() const ourPageMenuButtons: MenuButton[] = [{ name: 'testName',...
Hello, Given the sass team's discouragement [to use `@import`](https://sass-lang.com/documentation/at-rules/import): I think it would be helpful to have a rule ensuring that `@import` isn't used in a project. This certainly wouldn't...
Hello everyone, the docs still mention that `output_pydantic` is only supported when using OpenAI. However, looking at the code it seems other LLMs are also supported. In addition Instructor seems...