-
Hey all, I built a node.js app that responds to discord message triggers. All it does is call the /followers endpoint when invoked and save the response to a json file.
Been using it for months wit…
-
We've seen an issue where in a rails request spec we have something like this:
```
it "returns a failure" do
post some_path(**args)
expect(response).to be_created
end
```
In cases where…
-
[P1180R0](https://wg21.link/p1180r0) Response to P1156 (Richard Smith)
cross-reference: [P1156](https://wg21.link/p1156) Merged Modules and Tooling #318
-
### Why
It'll feel a lot more responsive.
### The Plan
```[tasklist]
#### Tasks
- [ ] Teach myself the streaming API.
- [ ] Figure out how to use websockets without using up all of my Deno Deplo…
-
If I type "y" for the "Should we use prerelease versions?" prompt, it still doesn't use prerelease versions. It only does this if I type "Yes"
-
I've implemented a basic version of the quickstart example using pydantic models:
```py
from pydantic import BaseModel
from datetime import datetime
from quart import Quart
from quart_schema …
-
I have a need to simulate an error which occurs very infrequently. The random response feature is very useful, but I'd really like to be able to adjust the probability of each response.
-
Given that CMCDv2 may have ancillary use for ad reporting and content-steering in addition to media analytics, it would be useful to allow Response and State-Interval reports to be sent to multiple co…
wilaw updated
1 month ago
-
Hello!
There is an issue in the authentication logic, as it is not always applied.
How to reproduce:
- generate a client with operations that need any kind of authentication
- configure the …
-
This may be an odd ball issue and I may try tackling it my self, but I wanted to put it out there in case anyone had thoughts.
I'm testing against a REST API developed in house for answering queri…