Polly3D

Results 3 issues of Polly3D

我是这样release文件的:C:\Users\Administrator\Desktop\test>fis release。 结果,把Desktop文件夹里面所有的文件都发布到了服务器,为什么会产生这样的问题? 如果在其他盘,比如说F:\www\test,则不会 出现此问题。

**Describe the bug** Casbin is not working when flowing from the example. **To Reproduce** Just flowing from the document: https://refine.dev/docs/guides-and-concepts/access-control/#casbin Steps to reproduce the behavior: 1. install casbin 2. write...

bug

It take 4s or more when I created qrcode with this lib. here is my code: `include "phpqrcode/qrlib.php"; $text = "http://localhost:8080/Home/Index/index/some_code_value/123456.html"; \QRcode::png($text,false,'H',5,1);` Someone can tell me why?