Amos Lee
Amos Lee
### Version - [X] I'm using version 1.7.0 ### Existing requests - [X] I've checked Existing requests ### What operating system are you using? macOS ### Operating System Version 11.4...
Add default column populate method referred in issue #67.
In my usecase, i added serval post metas in columns, is there any way to set default column polulate method? so we can keep the code more dry? maybe add...
according the wiki, I can check if a connection exists, and get exists connection? I need to update the exists connection, is there a function to do it?
Can you add my credit link to readme file? my site: [WordPress 智库](https://www.wpzhiku.com) thanks a lot!
as following code, I use `([a-z]*)` to match 0 or more parameter, and set a default value in the callback variable, the ''/hello/' return a 404 page. ``` 'hello/([a-z]*)' =>...
Use container name as container id may couse fatal error in some environment when if the container name is non-ascii characters. add an explicit container id can avoid the error.