-
Hi, it will be nice to have this part configurable:
https://github.com/ljharb/qs/blob/542a5c7ff88d7229efa2e22c7c8a7d69375f5e72/lib/parse.js#L150-L152
current output:
```ts
qs.parse("=1&=2") ==…
-
- [x] I tried using the `@types/xxxx` package and had problems.
- [x] I tried using the latest stable version of tsc. https://www.npmjs.com/package/typescript
- [x] I understand that `@types` packag…
-
My app has a very simple usage of this library where it stores the "search" query from a search box.
The store is set up like this:
```
const useShopStore = create(
querystring(
(set) => …
-
## 🧹 Tech Debt
Fast uses [tachometer](https://github.com/polymer/tachometer) and a [GitHub action](https://github.com/andrewiggins/tachometer-reporter-action) for performance profiling libraries, s…
-
### Clear and concise description of the problem
The current implementation of `plugin-legacy` forces `dynamic-import` as the modern target (which means, browser supporting `dynamic-import` will load…
Menci updated
9 months ago
-
We should look into how Nextlove is validating arrays. There seems to be a validation process in place that works well for `POST`, but not for `GET`.
_Originally posted by @itelo in h…
itelo updated
11 months ago
-
### 获取链接 `https://www.baidu.com?name=jawil&age=23` name的value值
```js
function getParamName(attr) {
let match = RegExp(`[?&]${attr}=([^&]*)`) //分组运算符是为了把结果存到exec函数返回的结果里
.exec(window.locati…
-
Thank you for the open source code, I have a question: can it be translated using an image?
-
As discussed on https://github.com/nodejs/io.js/issues/1716 and https://github.com/nodejs/io.js/pull/1727
the discussion has some aspects like.
- Should we implement the same API on browser?
- Should …
-
Have the tests perform on every merge / PR creation