Andrew Jakubowicz

Results 43 issues of Andrew Jakubowicz

#### Issue description When you are drawing the edges, the feedback doesn't always line up correctly. #### Steps to reproduce the issue 1. Place the mouse in edge drawing mode....

bug

If the props being passed in aren't stored centrally, then the mutations webcola adds to them will be lost. However the save does keep x and y co-ordinates. The overhead...

bug
enhancement

If you navigate to https://lit.dev/docs/templates/directives/ and change the page to be narrow or a mobile viewport. Note that long directive type signatures leak out the side of the page. In...

### Context Lit.dev should be running the most recent version of Lit. Lit 3.0 It currently is still on Lit 2. Issue can be closed when Lit.dev is on v3.

### Context Originally in the design of the lit.dev/learn catalog we also considered a new type of content, the code snippet (or a 1 page tutorial). This is an opportunity...

From Discord: https://discord.com/channels/1012791295170859069/1164952205351194726/1164952205351194726 Task is complete when: - Section is added specifically for rapid non-production prototyping in JavaScript non-build environments. Maybe recommend something like: ```js import { LitElement, html, css...

Vite is a great way to get started with Lit. Task is complete when: 1. We've added documentation to getting started page for users of Vite. 2. Optional: Investigated the...

### Context As of a couple days ago, all GitHub actions now fail on any new PR on this repo. The site still deploys, and preview URLs still work, so...

It's not clear in the [first Context example](https://lit.dev/docs/data/context/#example) that the provider should be a parent of the consumer. This results in a first experience where it's unclear how to arrange...

While making the basic context example I ran into a footgun with element upgrade order or import order. I made this example: https://lit.dev/playground/#gist=3ddd4d9368a408508f88a5ae328478a3 However due to the timing of component...