Connor
Connor
Thank you 🎊
It kinda looks like [this change](https://github.com/fabioberger/airtable-go/pull/5) might be the fix too. A fix should really be merged in.
Just wanted to comment and say how grateful I am for the tinygo project. I am truly terrible at c++, and I don’t like writing It, but I resonate with...
Unless, is it the case that we can use [this driver](https://github.com/tinygo-org/drivers/tree/master/espat) to get WiFi functionality?
It looks like _theoretically_ you could use one esp8266 to control / use wifi over another esp8266 (over UART). The first esp8266 would use [this driver](https://github.com/tinygo-org/drivers/tree/master/espat) to talk to the...
For anyone looking to do this, check [this out](https://stackoverflow.com/questions/48441737/docker-error-no-access-to-dev-mem-try-running-as-root). It worked for me while sharing `/dev/mem`
Hey @slimcdk. If I recall correctly when I added those flags it worked, but I ended up having another team member re-write the project in python anyway. I suppose a...
Did this ever lead to a PR or anything? I'm looking for this feature also. Also can't find that option to change in the current code.
In case anybody else is facing this problem, I forked this and made [this change](https://github.com/vertoforce/spreadsheet/commit/b4e7c66600ea1f4a2254e04edd154e4733bfcec9) and [this change](https://github.com/vertoforce/spreadsheet/commit/f3e35670b380587e899ab9ee19396d26ce4fedde) to support overriding the default cell type. So you can set `customType`...
I had this same issue, it was painful to figure out why it wasn't reading my input files