-
Hello.
When a message from queue gets deleted, an error is thrown:
```
Sep 20 13:00:58 server.hostname.net node[5706]: ERR! Process Uncaught exception
Sep 20 13:00:58 server.hostname.net node[5706…
-
# Bug Report
## Restify Version
`7.1.0`
## Node.js Version
`8.11.1`
## Expected behaviour
Restify should recognize regex literals when defining a path as per documentation:
> You can al…
-
Recently encountered a weird error, here is the stack trace (node 12.18.1):
```
TypeError: Cannot read property 'name' of undefined
at Object.errSerializer [as err] (/src/node_modules/pino-st…
-
**Describe the bug**
Exception occurs in `util/typing.py`, when I generate documentation with Sphinx autodoc extension. This seems to be caused by Python type hint `Tuple[()]`, that is the type of em…
-
I'm experiencing an issue when I updated restify to the last version.
Some routes that I have added via de .add function seems to not being added to the server and it responds with:
`
{
"cod…
-
* **Node Version**: v8.12.0
* **Npm**: 6.4.1
* **Platform**: Windows 10
* **Compiler**: Visual C++ compiler
* **Module**: node-usb | restify
Verbose output (from npm or node-gyp):
`…
-
Currently I have a use case of using the cf-nodejs-logging-support module to produce logs to Kibana on CF in my MTA. The application is secured via XSUAA and is using passport JWT strategy for authent…
-
**Describe the bug**
Since sphinx 3.4.1 building [psf/requests](https://github.com/psf/requests/) documentation fails with the following:
```
sphinx-build -b html -d _build/doctrees . _build/ht…
eriol updated
3 years ago
-
**Describe the bug**
I'm using sphinx-apidoc and autodoc to document a code base that makes extensive use of type hints, including [typing.Literal](https://docs.python.org/3/library/typing.html#typ…
-
- [ ] This only affects the JavaScript OpenTelemetry library
- [x] This may affect other libraries, but I would like to get opinions here first
We should agree on how we expect a web framework…