laf icon indicating copy to clipboard operation
laf copied to clipboard

Laf is a cloud development platform offering ready-to-use resources like cloud functions, databases, and storage. It empowers developers to quickly unleash their creativity.

Results 98 laf issues
Sort by recently updated
recently updated
newest added

https://casdoor.org/zh/ laf 计划集成 casdoor 以获得专业的 auth 方案: a. auth 相关部分工作量大,集成 casdoor 后不必分心实现 auth; b. casdoor 是可配置的,用户可按需方便的配置丰富的 auth 方式:手机、邮箱、微信、支付宝、github、google 等数十种; c. laf 当前只有最简单的密码登陆,且缺失找回密码、修改密码、手机号邮箱验证等功能,集成 casdoor 直接可获得这些能力; _d. 未来或可以考虑,开放 casdoor 能力给 laf 应用_...

目前看上去函数服务尚无任何缓存策略,每次请求都要访问数据库。 在可见的未来有无增加缓存机制的打算?以减少对数据库的负担 https://github.com/labring/laf/blob/11b5801dff2081015861926f305a966c59208225/packages/app-service/src/handler/invoke-func.ts#L24-L36

enhancement

When I send a post request,and the json payload is a little big(463kb),then the server response error is as follows. Is it possible for developers to config the size of...

bug
good first issue

这个应该是一个非常高频操作。使用drawer的表现形式非常影响用户体验

enhancement
good first issue

需要使用正则,所以用到了 matchAll,但遇到下图的情况 ![image](https://user-images.githubusercontent.com/28533125/183252224-0fb17073-63b0-4a4f-8e1d-bba052425c4e.png) 显示如下报错信息: `Property 'matchAll' does not exist on type 'string'. Do you need to change your target library? Try changing the 'lib' compiler option to 'es2020' or later.(2550)`