Kidd Yu
Kidd Yu
`composer require kiddyu/beanbun dev-master` 是否可以解决?
守护模式下不会自动退出,需要手动执行```php start.php stop```。 如果执行了还是没有的话还是贴一下代码吧
第一个的错误级别是 notice 还是 warning 呢?
可能你是把 $parser 当作静态属性使用的? ```php $beanbun->parser; ``` 上面这样写应该直接就可以用了
rn 0.60 遇到同样错误
@xianglinhe 解决了,略坑。 需要把 `/node_modules/janalytics-react-native/ios/RCTJAnalyticsModule/janalytics-ios-2.1.2.a` 文件名修改为 `libjanalytics-ios-2.1.2.a`
I created the library [`knex-cloudflare-d1`](https://github.com/kiddyuchina/knex-cloudflare-d1) which allows Knex to use Cloudflare D1. Then upgraded sutando to `1.5.0` and it worked: ```ts import { sutando } from 'sutando'; import ClientD1 from...
The table needs to be defined explicitly because sutando uses the plural of the model class name as the table by default, but after being deployed to cloudflare, the class...
The use of D1 is somewhat different from other databases. The connection of D1 can only be obtained in context.env, and the connection cannot be added outside the program. Therefore,...
Currently, Sutando does not have a seeder feature, but you can manually write database insertion statements to populate your database. For example, you can use code similar to the following...