Skip to content
#

click

Here are 352 public repositories matching this topic...

Kaligule
Kaligule commented Nov 14, 2019

It would be cool if we could have some more documentation in the help text.

  • Explain how to use Ctrl-C and Ctrl-Z in a presentation (this is self explanatory for CLI veterans, but many users might not be so experienced. Ctrl-C and Crtl-Z are really a great part of how to use the programm in a presentation)
  • Explain how <prompt_themes> work: How can I create my own? Where can I find premade o
typer
dbanty
dbanty commented Apr 30, 2020

Describe the bug

The function typer.main.get_group is annotated as returning a click.Command which isn't wrong because a click.Group is a click.Command, but means I have to cast to group when trying to integrate with existing Click applications.

To Reproduce

Steps to reproduce the behavior with a minimum self-contained file.

Replace each part with your own scenario:

aduth
aduth commented Jan 7, 2019

react-click-outside's use of findDOMNode triggers a warning when used with React.StrictMode.

https://reactjs.org/docs/strict-mode.html

Warning: findDOMNode is deprecated in StrictMode. findDOMNode was passed an instance of PopoverDetectOutside which is inside StrictMode. Instead, add a ref directly to the element you want to reference.

_("PopoverDetectOutside" is the component wrap

Improve this page

Add a description, image, and links to the click 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 click topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.