Ivan Kharlamov
Ivan Kharlamov
Wow! That's really interesting! However, note, that python < 2.7 doesn't support dict comprehensions.
> Hi @noirbizarre ! > What's up, old pal? Do you need help maintaining django-eztables? > I've seen you're a bit behind on merging all these pull requests... > Maybe...
Hi! Just in case of eliminating potential misunderstandings, please provide the relevant parts of your code.
The issue seems legitimate and is reproducible on Django 1.6, but not in a way that original poster supposed. Take a look at this model: ``` python class FirstModel(models.Model): related_item...
Never mind, this issue doesn't heavily affect me since there is an easy workaround. Thanks for your awesome projects! I use `eztables` and `django.js` each and every day. These are...
@angel-gruevski, your issue is platform-independent, because pyqt5-sip==4.19.19 is no longer available in PyPi. However, there's no reason to worry: fix exists. @ricki-z, here's my **[pull-request to fix this issue.](https://github.com/opendata-stuttgart/airrohr-firmware-flasher/pull/65)**
@dexvility, Hi. I have created an **[Ubuntu 22.04 build of the latest firmware flasher source,](https://github.com/thepapermen/airrohr-firmware-flasher/actions/runs/4996606565)** perhaps you can test it if you're interested.
I've createad a pull request with this fix, hopefully someone can test it on both ESP32 and ESP8266. https://github.com/opendata-stuttgart/airrohr-firmware-flasher/pull/68
@dreinhardt, @ricki-z I have created a fork with (supposedly) feature that you need, **BUT it need's testing** because I don't have ESP32 boards. https://github.com/opendata-stuttgart/airrohr-firmware-flasher/compare/master...thepapermen:airrohr-firmware-flasher:esp32support ``` def get_chip_id(esp): """ A shim...