沐
沐
还没有,希望有人可以解决
我使用的时候 在请求授权时还可以正常登录,但跳转回自己的页面时跳转地址后面就会出现问题描述中的内容,并且网页上仍然显示未登录
我也参考了一些开源项目的 readme 写法,确实有一部分人会避开行末两个空格实现换行这个特性,而是按照原文换行即输出换行这样的思路进行编写。两个换行虽然效果上是换行了,但是它不仅多输出了一个空行,还把原来的一个文本块分割成了两个。 同样,GitHub 的渲染方式也是原文换行即输出换行。我认为这是一个习惯问题,对于习惯这种方式的人,每行行末都打两个空格是一个累赘。所以我希望能在行末空格这个问题上增加一个可选规则
看起来不难,之前没有接触过 ast,还在学习🤣
@shenghui0779 Does the two PRs above meet your requirement?
@ccccrrrr Seems you didn't fix all the functions affected. As I mentioned, this issue affects a wide range of functions. Also I advise you to add tests for this issue....
> if transactionMu is initially nil, and two Transaction instances are executed almost simultaneously, and both pass the transactionMu==nil check before either of them assigns a value to transactionMu, the...
I believe this is not adapter's problem. Here your could see the lines raised this error. https://github.com/casbin/xorm-adapter/blob/634e6df8a2096c5dab7bc1d0e35ad8aed1b9c34e/adapter.go#L244-L246 As `Sync2` is provided by `xorm`, I suggest you refer to them for...
> I am meeting the same issue. I noticed the previous PR has been beautifully crafted and I'm really impressed with the work done. May I know will it merged...
@daijiezou You can use the first return value to check whether the function has effect to roles. When the function returns true with error, it means the function is partially...