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

distribution

Here are 347 public repositories matching this topic...

build
flashcactus
flashcactus commented Feb 25, 2021

Describe the bug
If enough additional packages are requested via PACKAGE_LIST_BOARD and/or INSTALL_HEADERS is enabled, the resulting rootfs exceeds the available number of inodes in the ext4 filesystem image that is created during build. This manifests as rsync hanging forever while copying rootfs to the mounted image.

The issue can be fixed by increasing the number of inodes during FS cre

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

  • Updated Nov 2, 2020
  • C++
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