H4rryK4ne
H4rryK4ne
I experienced the same problem. My fix would be to use `.absolute()` instead of `.name`
I just became aware, that this PR is still open. I was running all the time with my forked version :-/
I have the same issue, but I suppose, that's because in my file there are no CAN signals, just Ethernet (I-SIGNAL) ;)
@andlaus as I thought already, there are no CAN-FRAME-TRIGGERING elements in my ARXML I have another ARXML with CAN-FRAME-TRIGGERING which is throwing an exception during load. But I will open...
I have a similar issue with the sentence `["alte", "Firmware"] -> [('alte', 'alt', 'ADJ(A)'), ('Firmware', 'Firmwar', 'NN')]` Firmware looses its `e`. Interestingly, it does not loose the `e` if it...
Sorry for the late reply ... Finally I got to the point to refactor my app and to try your solution. But I get the following error message from mypy...
It seems to be a problem with Firefox, as it does not appear in Chromium.
I am currently struggeling with the same problem. I have form ```html Add ``` and another element ```html ... ``` The post request responses with the header `HX-Trigger: {"my-trigger": {}"}`....
> Is the POST request being redirected? If so, I think the headers you set won't be even caught by htmx at all as the request will natively follow the...