Nguyen Huu Kim

Results 13 issues of Nguyen Huu Kim

We deploy the site with Remix + Cloudflare worker successfully. But, all static files don't apply cloudflare cache. ![image](https://user-images.githubusercontent.com/13513658/174469283-4dccb739-528e-4d05-a9f4-641f258652b7.png) ![image](https://user-images.githubusercontent.com/13513658/174469292-ea8dedb2-1804-42aa-997d-b7cb611be8c9.png) As you can see, the response header `cf-cache-status: MISS`. It...

## What does this PR do Currently, the package `gulp-util` has been deprecated. ![image](https://user-images.githubusercontent.com/13513658/183804677-6c511443-3a78-4ba5-8b75-1db80f2e48da.png) This PR does: - Use packages: fancy-log + ansi-colors instead of gulp-util, removes `gulp-util` - Guideline:...

When scrolling fast, the scroll event handler is called too many times. Therefore, the `activeClass` adds / removes to every the menu items. Expect: Only add `activeClass` 1 time for...

I've created a plugin for `kubectl`. It provides simple command aliases & env variables. Please approve it. Repo: https://github.com/devsuccess101/plugin-kubectl

I capture a screenshot using `image_app.build_from_html()`. The output image is wrong style. - The image does not display - The font family is not correct (lighter) **Output:** ![image2](https://user-images.githubusercontent.com/13513658/197701612-4e6c0de4-38ac-4848-8090-e6d62839b0a0.png) **Expect:** ![foo](https://user-images.githubusercontent.com/13513658/197701736-0cb7a682-ee3c-4bc0-98a2-e87902e0d188.png)

### Is there an existing issue for this? - [X] I have searched the existing issues ### What version of `workers-rs` are you using? 0.0.11 ### Describe the bug I...

Hello. It seems Meilisearch doesn’t have the tokenizer for Vietnamese, does It? I would like to implement a tokenizer for Vietnamese.

Please implement Github Actions to auto-publish this package to NPM when having new tag.

help wanted
good first issue

![image](https://user-images.githubusercontent.com/13513658/135872492-aab7e297-f0c3-4a9c-9327-a16fb25989c3.png) You can upgrade `redis` package to the latest version which patched 1 security vulnerability.

enhancement
good first issue

This feature is removed after merged PR #51. We should bring the feature back.

enhancement