陆伯言

Results 10 issues of 陆伯言

1. #38 Finally, I figured out that it's not necessarily rendering exception with error handler. Expected exceptions need to transform must extend RpcException. What I need is just error reporting....

All exceptions are catched by Sajya\Server\HandleProcedure::handle without reporting. It will be a better way to use Illuminate\Contracts\Debug\ExceptionHandler to deal with exceptions. As a benifit of this, all exceptions will be...

Maybe procedure name can be set from class name and relative namespace. ```php

一直使用linux环境,但是没遇到一个趁手的git管理器。 - 一些出名的,比如`gitkraken`,感觉凑合能用。 - 还有smartgit,交互设计都很老,不太好用 - 最好用的应该是`sourcetree`,只是没有linux平台的 开发者工具内置了一个Git管理器,我觉得挺好用的,跟sourcetree很像,就是无法单独在任意项目中使用。所以在想,有没有这个可能提取出来?

https://github.com/teamtnt/laravel-scout-tntsearch-driver/blob/e48c84d29592c7b41d0dcfa6332b0212d8913b4f/src/Console/ImportCommand.php#L44 When importing, read only access is enough. I think it will be better to replace `getPdo` with `getReadPdo` if there is a read-and-write connection. In my condition, I run...

``` Problem 1 - Root composer.json requires vanry/laravel-scout-tntsearch ^2.4 -> satisfiable by vanry/laravel-scout-tntsearch[2.4.0]. - vanry/laravel-scout-tntsearch 2.4.0 requires illuminate/console ~5.5|^6.0|^7.0|^8.0 -> found illuminate/console[v5.5.0, v5.5.2, v5.5.16, v5.5.17, v5.5.28, v5.5.33, v5.5.34, v5.5.35, v5.5.36,...

### 1. 该问题的重现步骤是什么? 在serverless或其他web目录无法设置权限的平台安装typecho ### 2. 你期待的结果是什么?实际看到的又是什么? 会因为 /usr/uploads 目录无法创建或者不可写导致无法继续安装,且无法生成 `config.ini.php` 模板文件 ### 3. 问题出现的环境 - 操作系统版本:- - Apache/NGINX 版本:- - 数据库版本:- - PHP 版本:- - Typecho 版本:1.2.1 - 浏览器版本:-...

enhancement

软件版本 ```shell $ uname -a Linux ideabook 6.1.8-arch1-1 #1 SMP PREEMPT_DYNAMIC Tue, 24 Jan 2023 21:07:04 +0000 x86_64 GNU/Linux $ node -v v18.13.0 $ npm -v 8.19.3 $ npx @tarojs/cli...

按照 #65 这个issue的说明,个人推测当前版本应该具有`鉴权(用户认证)`和`授权(权限控制/RBAC)`功能了。实际使用时发现accessToken用户认证没有问题,但是用户权限异常。 创建了一个只拥有“访客”角色的用户,并用该用户调用需要写权限的OpenApi接口,比如POST /nacos/v1/cs/configs,发现可以修改配置。 ```bash $ curl -X POST 'https://rnacos-server-host/nacos/v1/cs/configs' -d 'dataId=MESSAGE&group=DEFAULT_GROUP&content=123456&accessToken=service-access-token' true ``` rnacos版本:v0.6.21

- [0.0.20250522](https://git.zx2c4.com/wireguard-go/tag/?h=0.0.20250522) - [0.0.20250515](https://git.zx2c4.com/wireguard-go/tag/?h=0.0.20250515)