Easy

Results 113 issues of Easy

## 🐛 Bug Report ``` getSamplesInterval.js:24 Uncaught TypeError: Cannot read property 'samples' of undefined at getVideoSamplesInterval (getSamplesInterval.js:24) at MP4Probe.updateInterval (mp4Probe.js:28) at MP4Probe.getFragmentPosition (mp4Probe.js:51) at MSE.seek (controller.js:66) at Player._this.handlePlay (player.js:82) at...

bug🐛
good first issue🤙

主要是_lp/lib/functions.php 中的函数。包括迅捷函数和数据库函数。数据库相关测试需要配合dbunit或者phinx来写。

和目前版本的LazyRest比起来,LR4将有如下新特性: - 不再直接读取数据库,通过LP4目录下的meta文件获取数据表信息。 - 不再动态生成代码,直接通过交互界面生成和修改LP的方法注释(需要提供备份和回滚方案。 - 接口不再通过表生成,表信息作为接口生成的辅助数据。 界面部分参照设计原型。

目前LP4中有两个地方的正则存在问题: - 将flightphp格式的路由转换为php-apidoc格式路由的函数,用了多次转换,需要优化 https://github.com/geekcompany/LazyPHP4/blob/master/_lp/lib/functions.php#L393 - Ldo中,出现了getAllBy(Nothing)Limit 的语法,而通过优化正则,Nothing部分是可以省略的,此正则需要优化 https://github.com/geekcompany/LazyPHP4/blob/master/_lp/lib/Lazyphp/Core/Ldo.php#L30

LazyRest4的交互原型。

测试在指定路由的情况下,Dispatcher是否运行正常。 重点包括 路由中带有参数,路由中带有可选参数,以及路由和参数绑定同时带有参数的情况。 可在PHPUnit中手动加载meta数组进行测试,或者通过behat 直接测试接口。

包括以下内容: - 设计理念和特色介绍 ( 整理目前的ReadMe即可 - 快速起步 ( 如何在各种环境上部署一个可用的LP4,包括 Windows、Linux、Mac以及SAE、BAE - 使用手册 ( 各部分的详细说明,以下是提纲 - 路由指定 ( 参考[flightphp的介绍](http://flightphp.com/learn) ,进行整合 - 文档生成 ( 参考[php-apidoc](https://github.com/calinrada/php-apidoc) ,进行整合 - 参数验证 ( 从ApiParams开始介绍,分析路由指定参数和方法绑定参数的不同和使用方法 - 结果和错误输入...

# RSSPush RSSPush 是一款 Web 应用,它可以监测RSS变动,并发送最新内容到微信和 webhook [![](https://github.com/easychen/rsspush/raw/main/image/20220903172550.png)](https://github.com/easychen/rsspush/blob/main/image/20220903172550.png) 特点: - 集成RSSHub - 支持webhook - 提供安装命令的生成界面 [](https://github.com/easychen/rsspush#%E7%95%8C%E9%9D%A2%E6%88%AA%E5%9B%BE)界面截图 -------------------------------------------------------------------------------- ### [](https://github.com/easychen/rsspush#%E7%99%BB%E5%85%A5)登入 [![](https://github.com/easychen/rsspush/raw/main/image/20220903154531.png)](https://github.com/easychen/rsspush/blob/main/image/20220903154531.png) ### [](https://github.com/easychen/rsspush#%E6%B7%BB%E5%8A%A0rss%E6%BA%90)添加RSS源 [![](https://github.com/easychen/rsspush/raw/main/image/20220903154905.png)](https://github.com/easychen/rsspush/blob/main/image/20220903154905.png) ### [](https://github.com/easychen/rsspush#%E7%AE%A1%E7%90%86rss%E6%BA%90)管理RSS源 [![](https://github.com/easychen/rsspush/raw/main/image/20220903154732.png)](https://github.com/easychen/rsspush/blob/main/image/20220903154732.png) ### [](https://github.com/easychen/rsspush#%E9%80%9A%E8%BF%87rsshub%E5%B7%A5%E5%85%B7%E6%90%9C%E7%B4%A2%E5%92%8C%E9%80%89%E6%8B%A9%E4%B8%A4%E5%8D%83%E5%A4%9A%E4%B8%AArss%E6%BA%90)通过RSSHub工具搜索和选择两千多个RSS源 [![](https://github.com/easychen/rsspush/raw/main/image/20220903155010.png)](https://github.com/easychen/rsspush/blob/main/image/20220903155010.png) [](https://github.com/easychen/rsspush#%E8%A7%86%E9%A2%91%E6%95%99%E7%A8%8B)视频教程...

**Is your feature request related to a problem? Please describe.** Manually copying Cookie is too cumbersome. **Describe the solution you'd like** The browser Cookie synchronization and maintenance plugin CookieCloud provides...

enhancement