-
#### Describe your problem
In order to evaluate `dredd` I have tried it on the [Petstore](http://petstore.swagger.io) example and I got a failure with the following error message:
```
error: Ca…
-
**Do you want to request a *feature* or report a *bug*?**
Bug
**What is the current behavior?**
When you run `yarn add --peer --dev` only records the dependency to `devDependencies`.
**If the …
-
Could be closely related to https://github.com/ember-cli/ember-cli/issues/6833.
I am building an ember addon that requires a default blueprint to be run (that is, as part of `ember install `).
A…
-
We do not currently have percentage formatting. We will need it for ECMA-402 compatibility.
We can do this in the scope of measurement unit formatting, but I think it would be useful to have a stan…
sffc updated
8 months ago
-
Monolog version 3
I'm getting a similar/same issue as described in https://github.com/Seldaek/monolog/issues/1764.
I'm pulling my dependencies with
```
"require": {
"php": "^8.2",
…
-
**UPDATE:** after some investigation, it appears that dredd is not using my hookfile when using "tags" in swagger. That's why all my POST/PUT tests fail, request body is supposed to be configured in t…
-
有警告
```bash
WARN Deprecated config detected: "external_link" with a Boolean value is deprecated. See https://hexo.io/docs/configuration for more details.
INFO Start processing
Deprecated as of…
-
The flowing error is presented when calling `keystore.generateRandomSeed`
> ERROR TypeError: crypto.createHash is not a function
> at Object.Hash.sha256 (hash.js:18)
> at Function.KeyStor…
-
- [LLVM bitcode](https://www.llvm.org/docs/BitCodeFormat.html) (`.bc` files)
- Converting from .ll to .bc: `llvm-as` tool in LLVM distribution
- Converting from .bc to .ll: `llvm-dis` tool in LLVM d…
-
It seems like there's no way with the current specifications to know the first day of the week for a given locale.
I understand ISO 8601 does consider Monday as the first working day: maybe this is …