Poyoman

Results 16 issues of Poyoman

With the current implementation, async custom validators resolved result is not taken into account. As i read in the documentation: > The custom validator may return a promise to indicate...

needs-investigation

Cookie value decoding should be made in the dedicated decode function provided by npm "cookie". This may fix issue #549 since a duplicated cookie coming from a domain with a...

pr
needs tests

Hi, I meet some problem with lazyloading on Samsung Galaxy S2 using the native browser (android browser), and also on some Iphone using chrome browser. The initial images get loaded...

Hey. The internal "isFunction" function is not compatible with IE11, on which "fn.constructor.name" will return undefined. Causing this library doesn't work at all on IE11

### Verify canary release - [X] I verified that the issue exists in the latest Next.js canary release ### Provide environment information Operating System: Platform: linux Arch: x64 Version: #1...

template: bug

Hi, this is a really nice work. What do you think about adding a "linter" section in documentation ? Based on this page : https://www.npmjs.com/package/eslint-plugin-react-hooks i think a ``` 'react-hooks/exhaustive-deps':...

## What's going wrong? I need to start a node.js server and i have to specify a `--import` argument to node. This works well in fork mode, but it fails...

| Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | BC breaks? | no ??? | Deprecations? | no ??? |...

Hi quibble team, I've a feature request. On my project i'm using import alias defined in my package.json like that : ``` { // [ ... ] "type": "module", "imports":...