Christopher Piggott

Results 29 issues of Christopher Piggott

https://github.com/micropython/micropython-esp32-ulp/blob/7eb2a8034d7fd4eb3c588fc2fd3171780083ee8e/examples/readgpio.py#L40 Can I ask for a clarification on this line of the gpio example? What's got me confused here is that it references bit 13 of this register: ![image](https://user-images.githubusercontent.com/1521209/176322425-4db1a38b-33a7-422c-b79a-8b80cb045de2.png) Bit...

I would like an example of how to use WAKE because I'm not quite sure how it's supposed to work. I'll contribute one if I can, but right now it...

I have a feature request that I think would be non-breaking. I would like .onInit() to be able to return an item - let's call it a state or context...

It would be a nice feature addition to let typeahead users specify their own matching filter (where they provide you with a function). This would facilitate: - Searching on more...

enhancement

### What problem does the new feature solve? In IoT/IIoT space, it is often important to have the data storage be dynamic to the addition of new devices and sensors....

feature-request

I'm having trouble building using this: ``` "dependencies": { "@aws-sdk/client-dynamodb": "^3.204.0", "@aws-sdk/lib-dynamodb": "^3.204.0", "@typedorm/common": "^1.15.1", "@typedorm/core": "^1.15.1", "reflect-metadata": "^0.1.13", }, "devDependencies": { "@aws-sdk/smithy-client": "^3.201.0", "@aws-sdk/types": "^3.201.0", } ``` It insisted...

awaiting response

Is there any reason this plugin wouldn't work with influxdb 2.0 ? I attempted this: ``` from(bucket: "powermon") |> range(start: -1h) |> filter(fn: (r) => r._measurement == "modbus") |> filter(fn:...

Hi, Is there some way to override FreeRTOSConfig.h? I need configSUPPORT_STATIC_ALLOCATION enabled.

This is a question, not a bug. When you set up a hide parameter like this: ``` ``` when you are at or below the 'hide' breakpoint, the sidebar menu...

**Describe the bug** Installing docker image thingsboard/tb-gateway:latest (which is 3.4.5) on an aarch64 platform correctly pulls the arm64 image, but it won't start. The container logs report `exec /bin/sh: exec...

bug