The Wayback Machine - https://web.archive.org/web/20211109072417/https://github.com/topics/distribution
Skip to content
#

distribution

Here are 905 public repositories matching this topic...

build
YaoFei509
YaoFei509 commented Nov 8, 2021

Description

Remove conflicted patch 0036, and then fix it in old h616_0005 patch , to support reboot

How Has This Been Tested?

Tell if you made a test build.

  • made a test build and boot

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-und

C++高性能分布式服务器框架,webserver,websocket server,自定义tcp_server(包含日志模块,配置模块,线程模块,协程模块,协程调度模块,io协程调度模块,hook模块,socket模块,bytearray序列化,http模块,TcpServer模块,Websocket模块,Https模块等, Smtp邮件模块, MySQL, SQLite3, ORM,Redis,Zookeeper)

  • Updated Nov 3, 2021
  • C++
pyscaffold
distributor
jmslbam
jmslbam commented Feb 13, 2021

Describe the bug
while filtering the permited post types via distributable_post_types, I noticed that the dropdown in de Pull UI has all the post types in the dropdown.

Steps to Reproduce
Filter the permited post types:

add_filter( 'distributable_post_types', function() {
    return [ 'post' => 'post' ];
});

Go to the Pull overview page en check the dropdown.

Improve this page

Add a description, image, and links to the distribution topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the distribution topic, visit your repo's landing page and select "manage topics."

Learn more