Guo Yunhe

Results 150 issues of Guo Yunhe

Can it be ported to Node.js module and published to npm? Possibly compatible API as [sass](npmjs.com/package/sass)

enhancement
help wanted

- Added `AdSense` component - Added `AdSenseProvider` component - Added TypeScript support - Added ESM support **BREAKING CHANGE**: - Removed default export - Removed unimplemented `Baidu` component

### Feature Use Case People like to use `index` for file naming: ``` src/index.tsx src/pages/home/index.tsx src/pages/about/index.tsx src/pages/login/index.tsx src/pages/register/index.tsx ``` Combine with dynamic imports: ```jsx const Home = React.lazy(() => import('./pages/home'));...

t³ ✨ enhancement
t⁸ ⋅ triage

### Why am I submitting this PR With async `defaultValue` config, users can call Google/Bing Translate API to initialize translations: ```ts import bingTranslateApi from 'bing-translate-api'; import { languageCodes } from...

## Package version 18.3.0 ## Node.js and npm version 18.15.0 9.5.0 ## Sample Code (to reproduce the issue) Make a very simple model with created_at and updated_at: ```ts export default...

Type: Question

In many forum and chat apps, you are able to create your own emojis, like ![Parrot](https://cultofthepartyparrot.com/parrots/parrot.gif) And you can have your own short code: ``` :parrot: ``` Configuration will be...

This PR contains two **BREAKING CHANGES**: 1. Add ESM output (`dist/index.mjs`) for the future. 2. Change `defaultValue` from optional to required. This makes the return value always `T`, not `T...

### Component Tab ### Feature Description 希望能够支持拖拽标签页重排序,类似浏览器标签页的交互。

💡 Feature Request

In the website I am working on, it list all posts in the home page with pagination: ```html {% for post in paginator.posts %} {% include single-post.html %} {% endfor...