-
Updated
Mar 28, 2021 - Python
distribution
Here are 353 public repositories matching this topic...
-
Updated
Mar 11, 2021
-
Updated
Mar 10, 2021 - Elixir
-
Updated
Oct 1, 2020 - Python
-
Updated
Mar 17, 2021 - Python
-
Updated
Nov 2, 2020 - C++
-
Updated
Dec 16, 2020 - Shell
-
Updated
Mar 27, 2021 - TypeScript
-
Updated
Feb 27, 2021 - Shell
-
Updated
Jan 23, 2021 - Go
-
Updated
Feb 9, 2021 - C++
-
Updated
Mar 24, 2021 - Java
-
Updated
Sep 6, 2020 - Clojure
-
Updated
Jul 1, 2020 - JavaScript
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.
-
Updated
Sep 9, 2020
-
Updated
Feb 4, 2021
-
Updated
Feb 18, 2021 - Go
-
Updated
Mar 28, 2021 - Shell
-
Updated
Feb 9, 2021 - Go
-
Updated
Oct 16, 2020 - Java
-
Updated
Mar 26, 2021 - Python
-
Updated
Mar 27, 2021 - PHP
The README at https://github.com/cloudposse/charts/blob/0.6.0/incubator/README.md refers to the opsgoodness chart repo at http://charts.opsgoodness.com but that repo does not seem to be working. In fact, it's not clear that this README is actually meant for that directory. It should be fixed if not deleted.
-
Updated
Mar 27, 2021 - C
-
Updated
Mar 28, 2021 - Starlark
-
Updated
Jul 11, 2017 - JavaScript
Improve this page
Add a description, image, and links to the distribution topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the distribution topic, visit your repo's landing page and select "manage topics."
When root filesystem fails and drops to initramfs, it is impossible to mount fat32 boot partition to correct and error
the error message is "IO charset ascii not found".
I believe nls_ascii should be built-in to solve this problem