Jonas

Results 11 comments of Jonas

sorry, I am not experienced with github PR.

Hi, I am having the same issue. I have spidev 3.4 and pi-rc522 won't read any tag. The code I used is the one provided in the usage section https://github.com/ondryaso/pi-rc522#usage....

Hi, +1 I'd like to mention that the check for disabled should also reflect any fieldsets. If a fieldset is disabled, the descendant inputs should not be transmitted either (same...

+1 I tried the alternative @Radiergummi (thanks for that!) proposed, but could not get it to work. > Uncaught (in promise) TypeError: element is undefined in line ` src: (query,...

Thanks for looking! I tried searching for the errors I got and some resources said that one cause for the error with the second method could be that using Ubuntu...

@dkd-friedrich Thanks for investigating. I do not really get the workaround. I want parent.description. Your Workaround suggests to add ".title" in that path, so it becomes parent.title.description. Right? This does...

@dkd-friedrich Thanks for your hints. I can confirm your Workaround works - **if** there is only one Item in $relatedRecords. If you extend my steps to reproduce from above by...

Thanks a lot for investigating! I use Firefox :) For local development I use [ddev](https://ddev.readthedocs.io/en/stable/) most of the time, which uses *.ddev.site urls. So I can use another rule for...

I just analyzed a document.xml file. Captions produce xml like this: ``` Tabelle 1 :My Table caption 1 My Image caption ``` I am not yet sure about all the...