Results 28 issues of 鸿则

在Linux系统中,聊天图片保存在`$HOME/.config/wewechat/images/`目录下,但是图片没有后缀名,这导致某些图片查看软件无法正确识别图片,希望可以给图片加上后缀名 ![image](https://user-images.githubusercontent.com/11692935/66535982-18596900-eb4e-11e9-9dfe-a40429050d49.png)

Hello! The add and remove event is giving different device objects. Notice the underscore difference in `deviceName` and the missing `manufacturer`, ![image](https://user-images.githubusercontent.com/11692935/32584208-38853162-c532-11e7-84c0-12671bdc97c0.png)

Closes #9459 ## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: https://github.com/nestjs/nest/blob/master/CONTRIBUTING.md - [ ] Tests for the changes...

status: blocked 🚫

This is my project tree view: ``` src `-- templates |-- _layouts | `-- login.layout.njk `-- pages `-- login.njk ``` And the login.njk ``` {% extends "../_layouts/login.layout.njk" %} {% block...

Hello! I am trying to render a paginated news list, but `python manage.py build` only output first page. I following this demo: https://github.com/wagtail/bakerydemo/blob/7803f451d2a40c4ea9061d4ea90212c6c8f5fa02/bakerydemo/breads/models.py#L195-L204 Thanks

您好,微信因为版本问题已经无法登录了 ![image](https://user-images.githubusercontent.com/11692935/65022771-26a7d100-d964-11e9-8a52-fb9e2fa11cab.png)

## Description ## Checklist - [x] the pull request title describes what this PR does (not a vague title like `Update index.md`) - [x] the pull request targets the *default*...

#### Is your feature request related to a problem? Please describe. I noticed the `responseType` attribute in the request config, seems that it only affects the way the response body...

Hallo, I'm using webpack to handle the import of styles (lit-css-loader: it returns a CSSResult), to simplify usage, I created a custom decorator, it helped me to automatically add styles...