-
Final web versions are up now: https://etc.mikelynch.org/nanogenmo2019/APAD.html
A spinoff of #52 which I hacked up last night: the Three Musketeers without the letter 'e':
“I will ask you what …
-
Benchmarks on real data have steered me towards this token filter as other forms of stemmer are generally too aggressive for ecommerce (e.g. `loafers==loaf`).
Good plural-stemming is ideally what is…
-
Hello, I have a couple of questions for you. Why instead of making the mod more usable, with more features, do you leave it raw and just port it to a higher version? Why not fixate, for example, on ve…
-
Hello,
proposing the following idea and feature request:
Next to the URL Key a Comment Key is established to build a Twitter / X / Reddit / Mastodon like comment system for/on URLs respective shar…
-
500 Internal Server Error: Failed to get image for Rookie Mistake
Reported on decksite by logged_out
InternalServerError
500 Internal Server Error: Failed to get image for Rookie Mistake
Stack T…
-
### Prerequisites
- [X] I confirm my issue is not in the [opened issues](https://github.com/mswjs/msw/issues)
- [X] I confirm the [Frequently Asked Questions](https://mswjs.io/docs/faq) didn't contai…
-
I've been trying to extract some of my catcher functions to reuse them in multiple places but can't make TypeScript satisfied.
```ts
import wretch, { Wretch, WretchError, WretchErrorCallback } fro…
-
hey im using "wretch": "^2.8.0",
im trying to convert my axios call into wretch and im having a problem with the progress addon.
my axios call was:
```
const res = await axios.put(uploadUrl, fi…
-
Since the announcement of request going into "maintenance mode" (full details in #3142) I'd like to collect a list of alternative libraries to use. Please comment below and I'll update this table. Whe…
-
For a query like this
```ts
wretch('https://example.com').addon(QueryStringAddon).query({ bar: 'qwe', foo: undefined }).post().json();
```
The produced URL is `https://example.com?bar=qwe&foo=` …