Yan Chen

Results 20 comments of Yan Chen

+1 on the feature request. I using docsify for a online converter: 1. it can convert `opml` outline file to `md`; 2. then preview the `md` file using docsify; 3....

need 2 function: 1. generate static html files for all docs; 2. genarate a html file for a specific doc;

todo: - [x] add more validation to Admin's User Edit function. `name`: 2-16 chars; `username`: alpha_dash, 4-16 chars; `password`: 6-16 chars; done. - [x] let user can modify his `name`...

todo: - [ ] handle some error message when register and change user profile. - [x] Wrong oldpasswoed - [ ] User Exist etc.

todo: - [x] make register function configurable. done: add `'allow_register' => false` to `frontend_config`.

this built-in user register function can be used for simple cases, lightweight usage. for example, each file will be deleted after one week, or each user will be deleted after...

I change configuration.php: ``` 'Filegator\Services\Session\SessionStorageInterface' => [ 'handler' => '\Filegator\Services\Session\Adapters\SessionStorage', 'config' => [ 'handler' => function () { $save_path = null; // use default system path //$save_path = __DIR__.'/private/sessions'; $handler...

i have many sql in dot.sql, i want using comment to splite these lines, but i can't using `----------------` or `/**************/`

comment must start as `-- name: ` now. example: ``` -- name: ---------------------------------------- -- this is general sql comments -------------------------------------------------- ``` ``` -- name: -------- update sql for files ----------...

refer to my current `dot.sql` , it’s a bit embarrassing to write comments like this, I hope it can be improved. https://github.com/vagra/botools/blob/c6ab0c0a5e4ccba302caf261100cf9cc890cf6f4/dot.sql