Olmo Mezger
Olmo Mezger
+1
I would love to be able to write yaml and leverage a nrf24l01 wireless network. let esphome do all the job ;-)
Wow! what a service! it worked. I made a variable "show_label" and then instead of removing this lines, I wrote if show_labe != true... very cool, thanks.
Hi Tom, thanks for your help. I could change the width with success. I also manage to change the font size (font-size) of the input and output boxes and on...
I tried to convert like 581 into this: ``` this.label = r.text(this.labelPositionX(), this.labelPositionY(), this.descriptionLabelText()).attr({this.labelAttributes(),'text-size':myFontSize}); ``` but it didn't work. i was also uable to add the attribute to l408... can...
Hi, we are facing with a similar problem. Our code is this: `cur.execute(sql, params)` where sql is a simple select. this is within a lambda function that we call in...
Is pyathena an alternative to pyathenajdwc? We are currently developing backoff for pyathenajdwc, and can share the results. Should we stop and switch to the other package? On Thu 13....
Happy to help! Let me know if you have a fix and I could test.
I'm trying to run it with mac, unsuccessfully so far. I get the following if I run `python gpicsync-GUI.py` ``` (GPicSync) olmos-MacBook-Pro:src olmo$ python gpicsync-GUI.py (4, 0, 4, '') wxversion...
here is the requirements.txt with packages I've created: ``` certifi==2019.3.9 Pillow==6.0.0 six==1.12.0 Unidecode==1.0.23 wxPython==4.0.4 ```