Dacheng
Dacheng
当 `@username` 位于最后一行,且没有多余的空格,这个功能是失效的。我想这应该可以算是 bug。 edited: 经过一番测试:在行尾和最后的末尾都是失效的。
想法来源: 看技术贴子时,如果上传的图片很较大,放在一个较小的区块里,图片内的内容展示看得不清楚。 添加一个放大功能或许不错。 通常我是 `Open image in new tab`
As for #1776 , here I propose to add the same thing for role deletion like user deletion already done.
Because the url is `https://localhost:5001/manager/users/?d=1`. I don't know if it is designed as it is.
There are 2 packages: `Piranha.Data.MySql` and `Piranha.AspNetCore.Identity.MySQL`. Maybe we need to change `Piranha.Data.MySql` to `Piranha.Data.MySQL`.
Maybe we need to show the error to user.  
### 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;...