-
I am trying out HTMX for the first time and It has been a very fun experience but for some reason, every request I make through HTMX takes a long time just to reach the backend as compared to a simila…
-
At the WCCG's February Meeting (https://github.com/w3c/webcomponents-cg/issues/77), we resolved to hold a breakout session specifically focusing on gathering use cases and proposals to present to impl…
-
Internal Server Error: /api/v2/search
JSONDecodeError at /api/v2/search
Expecting value: line 1 column 1 (char 0)
Request Method: GET
Request URL:
Django Version: 4.2.7
Python Executable: /…
-
### NetBox version
v3.4.7
### Feature type
Change to existing functionality
### Proposed functionality
Add `view_tab.html` to `templates/inc` with the following minimalistic content
…
-
Hi,
**What am I expecting:**
I am expecting to execute 'gowebly run' and see in the browser reflected the html changes that I make in the index.templ file
**What happens**
Even if i refres…
-
-
- Accepted Date: 2023-09-13
- Reference Issues/Discussions: https://github.com/withastro/roadmap/discussions/266
- Author: @matthewp
- Champion(s): @matthewp
- Implementation PR:
# Summar…
-
I've seen this sort of thing with https://github.com/jhuddle/ponys, thoughts? if you think it's worth it, I'll try and take a stab at it.
```html
```
-
Have you ever thought to implement a single file component, similar to vuejs ?
Eg.:
```python
@component.register("calendar")
class Calendar(component.Component):
# This component takes one…
-
**Is your feature request related to a problem? Please describe.** 🤔
I am trying to use [htmx](https://htmx.org/) for a SSR project, there is a old [example](https://arhamjain.com/2021/11/22/nim-simp…