Nuno Sousa
Nuno Sousa
Hi, does this work with the Coral.ai USB accelerator?
Supertest supports passing previously-started apps, ie: ```js const app = express(); const server = app.listen(); ... await request(server) .get('/user') .expect(200); ``` However, when used this way, the server was never...
Hello, I'm adding support to the [Primus-Objc](https://github.com/seegno/primus-objc) library to allow a client to stay connected while the application is in background mode. This is an incredibly useful feature for VOIP...
Hi there, great project. Been having fun setting it up. I have a feature request to make: allow setting up aliases for devices. Here's how my dashboard looks: These devices...
### What does this PR do? Allows users to manually flush any collected spans to the exporter agent. Very useful in scenarios where the app manually calls `process.exit()` such as...
### What does this PR do? Fixes module loading when the package defines a folder as their `main` entrypoint. For, example [pg](https://github.com/brianc/node-postgres/blob/4cb73ebc2c04cd039881a015d623436f26058608/packages/pg/package.json#L20). ### Motivation I tried to use dd-trace-js to...
There [are](https://github.com/docker/docker/issues/13020) [multiple](https://github.com/docker/docker/issues/6119) [issues](https://github.com/docker/docker/issues/6333) submitted to the [docker/docker](github.com/docker/docker) about this. My use case is similar to: ``` Dockerfile FROM ubuntu RUN adduser foo USER foo ADD . /foo ``` I...
Hi @MattJeanes, thank you for the great project! My provider has the following rates: Summer pricing (between March and October): * 00:00 - 07:00 (monday to friday) = 0,0895€ [cheap]...
I'm on HASS 2021.10.5 and installed ERSE through HACS. When I get to the step of inputting prices, I can't type: `0.098`. The input fields don't accept leading zeroes.
The documentation should mention the `PATCH /me` endpoint and what fields are available for updating.