-
**Description:**
In quest https://www.wowhead.com/quest=9729/fhwoor-smash, The npc https://www.wowhead.com/npc=17877/fhwoor does not say the correct texts, instead he talks about smokywood past…
-
Why yet another library? Why not contribute to existing ones instead of splitting the ecosystem, making it harder for beginners to choose one lib?
Here is a very similar yet much older lib you cou…
-
SELECT 20, bq.id, 'Legal'
FROM (
SELECT
`u`.`id` AS `id`,
CASE
WHEN layout = 'transform' OR layout = 'flip' OR layout = 'meld' THEN
GRO…
-
SELECT 14, bq.id, 'Legal'
FROM (
SELECT
`u`.`id` AS `id`,
CASE
WHEN layout = 'transform' OR layout = 'flip' THEN
GROUP_CONCAT(CASE WHEN…
-
### **DONE:**
- [x] 1. Bleak Wolfs have frost immunity while they shouldn't? **Info needed.** Shadowfang Whitescalps have which is correct but there's no mention that wolfs should have too.
- [x] …
-
Hello,
Can wretch handle all other errors beside the one that I specify?
e.g.
```
wretch().url(...).post(....)
.unauthorized(_=>{...})
.internalError(_=>{...})
.allOtherErrors(_=>{...})
``…
-
```
Uncaught ReferenceError: wretch is not defined
at a.deploy (Deployment.vue:34)
at e (vue.esm.js:2027)
at HTMLButtonElement.Nr.e._withTask.i._withTask (vue.esm.js:1826)
```
-
### Issue type
**I'm submitting a ...** (check one with "x")
* [x ] bug report
* [ ] feature request
### Issue description
**Current behavior:**
I am trying to use **NbAccordionComponen…
-
Hi @elbywan, wretch simplifies my code dramatically. thanks a lot.
btw, in some cases, I have to use DELETE method with the body.
For now it seems that sending a body using the DELETE method
on w…
-
https://runkit.com/embed/gh39bs0gaifx:
```
var wretch = require("wretch");
var qs = require("qs");
const convertFormUrl = (formObject) => {
return Object.keys(formObject)
.map(ke…