Fuwei Chin
                                            Fuwei Chin
                                        
                                    It's unreasonable to serve html for non-html requests with status code 2xx. so connect-history-api-fallback shouldn't redirect to index page if browsers don't explicitly accept html, thus `options.htmlAcceptHeaders` should default to...
**Overview:** [gulp-umd templates](https://github.com/eduardolundgren/gulp-umd/tree/master/templates) is out of sync with [umdjs templates](https://github.com/umdjs/umd/tree/master/templates). **The Problem:** As the 'global' check algorithm gulp-umd currently using in templates is deprecated, files generated gulp-umd have two serious...
**The Problem** [OpenSearch](https://developer.mozilla.org/en-US/docs/Web/OpenSearch)-compliant browsers use favicon in searchbox, some browser limits size of favicon for to 10KB in opensearchdescriptionxml > Remotely fetched favicons must not be larger than 10KB see...
- [ ] Searched existing issues to avoid creating duplicates. - [ ] Confirmed that it can be reproduced in built-in themes without customized css. If it only exists in...
When using 'babel-plugin-react-scoped-css' with ``, React gives a warning in DevTools Console: > Warning: Invalid prop `data-v-d2ab454f` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props. The component:...
### Current example usage This is a basic usage of React icon components, see [official documentation](https://ant.design/components/icon/) ```jsx import { HomeOutlined, SettingFilled, SmileOutlined, SyncOutlined, LoadingOutlined, } from '@ant-design/icons'; ReactDOM.render( , mountNode,...
### What problem does this feature solve? This feature request proposes a new built-in special element to add existing DOM element in Vue component DOM interafce `Element` provides prototype methods...
I have a RESTful Java back-end project which uses urlrewritefilter. Some of the built-in condition types 'session-attribute' 'session-isnew' are not applicable to me since REST is stateless, but the expected...
I'm trying to speed up conflux by replacing crc32 implementation with thirdparty high performance crc32 lib (which uses asm.js/wasm/simd), and I did some tests: | metric \\ crc32 impl |...
I need to upload a directory (of files) to server, so I + pack user-selected directory as zip stream with [conflux](https://github.com/transcend-io/conflux) + upload the zip stream to server end by...