Dacheng

Results 20 issues of Dacheng

当 `@username` 位于最后一行,且没有多余的空格,这个功能是失效的。我想这应该可以算是 bug。 edited: 经过一番测试:在行尾和最后的末尾都是失效的。

bug

如题,不知是特性还是Bug呢? 简单研究了下,在贴子数据表存储了回复人当时的用户名信息。倘若用户名修改过,那么显示就有问题了。

bug

想法来源: 看技术贴子时,如果上传的图片很较大,放在一个较小的区块里,图片内的内容展示看得不清楚。 添加一个放大功能或许不错。 通常我是 `Open image in new tab`

enhancement

As for #1776 , here I propose to add the same thing for role deletion like user deletion already done.

enhancement
core-manager
request

Because the url is `https://localhost:5001/manager/users/?d=1`. I don't know if it is designed as it is.

core-identity
redesign

There are 2 packages: `Piranha.Data.MySql` and `Piranha.AspNetCore.Identity.MySQL`. Maybe we need to change `Piranha.Data.MySql` to `Piranha.Data.MySQL`.

core
request
redesign

Maybe we need to show the error to user. ![image](https://user-images.githubusercontent.com/13791720/126956969-77ba7578-8e81-4bfd-a33a-80707b8f5487.png) ![image](https://user-images.githubusercontent.com/13791720/126957053-b96a8d66-e691-4775-a8d6-d135b84a6b32.png)

bug
core-manager
request

### Checklist - [X] I have read through the manual page (`man fzf`) - [X] I have searched through the existing issues - [ ] For bug reports, I have...

### Description With the test code: ```csharp // integers in different size: // 1-byte: sbyte, byte // 2-byte: short, ushort // 4-byte: int, uint // 8-byte: long, ulong namespace Vars01;...

bug