-
## Request
Add generator that generates TypeScript functions to construct URLs to be used in any fetching library.
Example:
```ts
// buildCompanyGet should be generated by openapi
const compa…
-
If you inject a JMSContext into a websocket ServerEndpoint you can use it in the @OnOpen callback, but if you attempt to use it from the @OnMessage or @OnClose callbacks you get an exception from the …
-
### Version Information
Server Version:
CLI Version (for CLI related issue): v2.14.0
### Environment
OSS
### What is the current behaviour?
UI shows a little icon on the header indicat…
-
Hi,
Until now, my üWave server runs well and I can access to it via HTTP.
Now, I want to secure my server and pass to HTTPS.
I already create a Let's Encrypt certificate.
After an upgrade of m…
-
Old API: /auth/user/notifications
New API: /notifications
Objects and everything are COMPLETELY different. This is a complete rewrite.
-
The REC version has the `with default` assignment for the `op` in the forms (see screenshot below).
![image](https://user-images.githubusercontent.com/20195407/125634443-50054e3c-2ed0-4a3b-a798-579…
-
I have an existing Go application which uses `gorilla/websocket`. I also have a test suite written in Go which uses `gorilla/websocket`'s `websocket.Dialer` to connect to an instance of the applicatio…
-
The current `jupyter_server` project started as a split of the backend parts of the `notebook` repository, and the classic notebook front-end is now installable as a separate package providing a serve…
-
Hello! I would like to verify TLS certificate. A convenient way of doing that seems to be `ctx->set_verify_callback(asio::ssl::rfc2818_verification("host.name"));`, but it needs a hostname passed to i…
-
https://github.com/hyperledger/aries-rfcs/tree/main/features/0035-report-problem
Task1: Add a handler to handle report-problem message
Task2: Send appropriate report-problem messages