Jens Thomas
Jens Thomas
Based on adafruit-circuitpython-ens160
I'm migrating a Next.js app from the pages to the app router. I'm currently using: "@apollo/client": "3.11.1" "@apollo/experimental-nextjs-app-support": "0.11.2" "next": "14.1.1" I've followed the recommendations in the README and am...
This adds support for the [DFRobot EC sensor](https://wiki.dfrobot.com/Gravity__Analog_Electrical_Conductivity_Sensor___Meter_V2__K%3D1__SKU_DFR0300). In order to give an accurate reading, the EC sensor requires the current temperature. This PR also adds the EventBus argument to...
I added the yfs201 sensor configuration, but @mschlenstedt has done a nice job generalising the code in the flowsensor, module so there's point in also having the specific yfs201 module....
I submitted a [PR](https://github.com/flyte/mqtt-io/pull/425) where the CI action failed, but this appears to be unrelated to my code as it's present in the main branch. If I check out a...
This adds support for the [DFR0300 EC sensor](https://www.dfrobot.com/product-1123.html) The sensor needs an ADC, so this PR also adds support for the [DFRobot DFR0566 Raspberry PI expansion HAT](https://www.dfrobot.com/product-1930.html), which is then...
### Which packages are impacted by your issue? @graphql-codegen/cli ### Describe the bug I'm following the [documentation](https://the-guild.dev/graphql/codegen/docs/config-reference/schema-field#customfetch) to use a custom fetch function, as I need to add authentication for...