Mark Johnston

Results 9 comments of Mark Johnston

I am also seeing this issue with an AMS sensor (the one that comes with the USB evaluation kit). I have tried it with: - Raspberry Pi - Adafruit Huzzah...

No change unfortunately, I never had WiFi.begin(); in my code. But I added WiFi.mode(WIFI_OFF); just to make sure and it still fails. Will be checking with another sensor once it...

Yep, I've tried that one and the Adafruit one!

This has been updated in my fork of `pipelinewise-singer-python`: Method is `BatchMessage.format_message` ```python def format_message(message, option=0): def default(obj): if isinstance(obj, decimal.Decimal): return int(obj) if float(obj).is_integer() else float(obj) raise TypeError return...

Testing a half-million (500,000) row table using a branch in my tap-db2 variant - a rewrite using the Meltano SDK, the `cProfile` results show significant time devoted to writing record...

Having updated the sdk in my own fork to use `orjson`: https://github.com/mjsqu/sdk/tree/feature/orjson_write_messages/singer_sdk I can see some speed benefits, however the `simplejson` module has an advantage in terms of serialization of...

Looks like this might have been already requested: https://github.com/segmentio/chamber/issues/87 I have forked and am keen to work on this

Working prototype: https://github.com/mjsqu/chamber/tree/feat/no_clobber - Adds `--noclobber` and helptext - Does not include validation against whether `--strict` and `--pristine` are set Open to discussion here before raising a PR

https://github.com/MeltanoLabs/target-snowflake/discussions/92#discussioncomment-11259580