Christian González

Results 219 comments of Christian González

Do you want to include tests into the demosite, as there already is a django project to use for tests? I always had problems setting up pytest "standalone", without a...

HM, no. As tetra seems to be dead (at least Sam seems to have no time for maintaining it), I switched to using HTMX...

@bittner Wind is changing again ;-) As I took over the development of tetra, I added basic tests, at least for some of the blocks and backend things, see in...

So the line should be: ```python template = context.template ``` Please tell mi if I should make a PR. But as there are no tests, I can't test further. It...

Definitely tested again. Tetra seems to assume that the base template (in my case "html.html" that is in app A and that is extended in app B) contains the component....

The error is simple and has nothing to do with the finding algorithm. Just to write it down, if we don't find it later: In https://github.com/tetra-framework/tetra/blob/d52f38436e44341615fc8c17194a1a1b26c0117b/tetra/component_register.py#L29, when a component module...

So, this is just my 2ct for what I found after reading the docs the 1st time.

Sorry, no insult intended. It was just my POV from looking at the OpenKNX wiki, which seems to be very unmaintained. I can see the projects using the RP2040 -...

I read that post ;-) (and many others...) - no, the konnekting seems not to be the right for me. I like OpenKNX here better. And again, sorry, I had...

I got the idea from Eclipse. This concept is really good I think. There are more generic templates, for code, and for comments too, depending on which context. PyDev comments...