Jesse Zhu

Results 9 issues of Jesse Zhu

https://github.com/alphasp/pxview/blob/6e7cc473746ea0fd07e906d2757200cd788674f6/src/components/PXCacheImage.js#L71 I see you download the image into the cache folder, and then calculate the size, finally using the origin uri in the Image component. Which means we have the...

The input method does not show the candidate box at all, so I can not enter Chinese and Japanese. ​Expected behavior: ![de951880-077b-48f0-8f80-10ae0e9d2ca5](https://user-images.githubusercontent.com/3601376/30250031-325e6d18-9683-11e7-985b-9ed73255e7f1.jpeg) ![4c1e6fdb-8388-45f4-a462-31d261d4e14c](https://user-images.githubusercontent.com/3601376/30250114-2548b3f8-9684-11e7-9b30-421fdde0b7ed.jpeg) It works prefectly in the title box,...

bug

Could you please add the kmod-usb-serial, kmod-usb-serial-wwan and kmod-usb-serial-option packages? They are necessary for some usb 3g dongles. And kmod-ipt-nat6 package for nat6. In some reason I can only use...

feature request

``` make[3]: Entering directory '/home/parallels/lede-fastpath/package/qca/shortcut-fe' fatal: 'master' does not appear to be a git repository fatal: Could not read from remote repository. Please make sure you have the correct access...

When I excute sudo in ssh, it just freeze and the dialog pop up on the macbook's screen which I cannot click in the ssh.

https://github.com/vercel/next.js/blob/canary/packages/next/server/next-server.ts#L1996 This code shows that when the client sends a request with an `x-middleware-prefetch` header, the server will return an empty JSON object with an `x-middleware-skip` header. If we cache...

I found that the ntr version client uses the port 8000 and TCP, which dosen't match the port 4950 and UDP defined in the souce code. And the class NTRClient...

最开始我是直接Down的源码上传使用,结果直接报错了 分析原因,是因为config.php没起作用 继续分析不起作用的原因,是在twitese.php中的一处include_once include_once('config.php'); 因为twitese.php是在根目录被引用的,因此这里的include是否应该改为 include_once('lib/config.php'); 反正我改了就好了。。。 或许是因为某些设置问题导致的,不过我还是在这里说一下。。

According to the [documentation](https://next-intl-docs.vercel.app/docs/getting-started/app-router) of next-intl, the correct function name should be `getTranslations()` [source code](https://github.com/amannn/next-intl/blob/96a000cc40aedf802e8ed5f70396c6d8d4fcb4a3/packages/next-intl/src/server/react-server/getTranslations.tsx#L110) [Breaking changes](https://github.com/amannn/next-intl/blob/96a000cc40aedf802e8ed5f70396c6d8d4fcb4a3/docs/pages/blog/next-intl-3-0.mdx#breaking-changes)