Timothy
Timothy
Looks like this still happens after rebasing with main. For me the following occurs after rebasing: 1. Double click Kap in the `dist` directory and a blank space appears in...
Just to note on the first issue; the dialog for moving Kap to the apps directory isn't a remote issue. I completely ripped remote out and it still didn't work....
Hi @wojtiku, thank you for commenting. I too found that fix worked for me, but this sadly also stopped me from debugging it! I wish I could reproduce it. I'm...
Is this issue still present in the latest Ventura update (not beta?)
I think this is a duplicate of #1125 indeed. Closing in favour of that issue.
I just ran into an issue where `x-tooltip.raw` didn't show without an empty `x-data` on the same element (didn't test a parent), but perhaps it's not finding the data? I...
In which case, this section of the readme is confusing https://github.com/ryangjchandler/alpine-tooltip#raw-text
Love the thoughts here. As per usual, I can't comment on the implementation because I'm not a Python dev, but if it helps, I like the way that you can...
I definitely like the idea of component packages too! > What would the component path in your example look like if your component file were located further down in a...
```python # Shared by all components in lazy developer's app. class MagicalBaseComponent(Component): name = auto() template_name = auto() namespace = auto() class Media: js = auto() css = auto() ```...