Thijs Damsma

Results 46 comments of Thijs Damsma

great! Guess that everyone compiling their own with custom required modules installed is probably better than having just a prebuilt image anyways it would maybe suffice if the link to...

@psy0rz, check the builds @BradenM made: https://github.com/BradenM/micropy-build/actions Direct link to the currently latest (6 days old) pycopy/esp32 build availabe here: https://github.com/BradenM/micropy-build/suites/425651893/artifacts/1408160

@psy0rz, I also updated the dockerfile so it works again.

@ilevkivskyi I made #185 to overload the constructor as per your suggestion. It seems to be pretty quiet here, it almost seems abandoned. Is it time for a community fork...

I made a PR but it seems this repo is a bit neglected by its maintainers. Also, with SQLAlchemy 1.4+ typing is maintained by zzzeek himself in a new repo...

For my particular use case, I think I can manage with a [unicode inch character](https://www.fileformat.info/info/unicode/char/2033/index.htm) ``` onbeforepaste: (el, data) => data.replace(/"{1,3}/g, '″'), ```

As far as I understand excel support neither, that's why we basically substitute inf with `1/0`. And following that logic, I think it makes sense to substitute -inf with `-1/0`....

And writing this down got me wondering, what if we write `self._write_formula(row, col, '-1/0', cell_format, np.finfo(np.float64).min)` for `-inf`? It writes allright, but reading the excel file back with openpyxl now...

Yes, that would be suitable. And indeed there is still some weirdness related to excel infinity handling that I don't fully grasp yet, but that is for another day. I...

> hm... maybe It is also worth checking out: https://github.com/cmair/ht301_hacklib > > note: _This fork is a hack to support InfiRay T2S+!_ I can confirm this fork works with a...