#
click
Here are 392 public repositories matching this topic...
Because sometimes you need to do it live
-
Updated
Sep 28, 2020 - Python
简洁优雅可点击的toast控件,无BadTokenException风险,关闭通知权限依然正常显示。An elegant and flexible toast which can handle click event , avoid BadTokenException and run fine without notification permission
-
Updated
Nov 25, 2018 - Java
Python CLI utility and library for manipulating SQLite databases
-
Updated
Sep 25, 2020 - Python
Sexy fonts for the console
-
Updated
May 19, 2020 - Python
The Click modular router: fast modular packet processing and analysis
-
Updated
Sep 18, 2020 - C++
A Sphinx plugin to automatically document click-based applications
-
Updated
Jul 23, 2020 - Python
Command Line Manager + Interactive Shell for Python Projects
-
Updated
Nov 12, 2019 - Python
Flask starter app with celery, bootstrap, and docker environment
bootstrap
docker
template
flask
ldap
sqlalchemy
database
secret
docker-environment
python3
click
celery
asynchronous-tasks
ldap-authentication
ling
worker-nodes
flask-user
tedivms-flask
-
Updated
Apr 15, 2020 - CSS
Easy and lazy solution for click-event-binding.
-
Updated
Mar 17, 2020 - JavaScript
Vue V2 directive to react on clicks outside an element.
-
Updated
Sep 7, 2020 - JavaScript
FastClick - A faster version the Click Modular Router featuring batching, advanced multi-processing and improved Netmap and DPDK support (ANCS'15). Check the metron branch for Metron specificities (NSDI'18).
-
Updated
Sep 29, 2020 - C++
Python CLI tool and library for diffing CSV files
-
Updated
Mar 6, 2020 - Python
JBBgameich
opened
Mar 22, 2018
solver
click
iframe
click-outside
focus-outside
clickoutside
focusoutside
clickaway
focusaway
click-away
focus-away
iframe-clickoutside
iframe-click-outside
iframe-click
trigger-clickoutside
clickoutside-library
-
Updated
Aug 3, 2020 - TypeScript
A minimal command line tool for your daily dose of xkcd comics written in python. Feel free to contribute!
-
Updated
Aug 22, 2020 - Python
Enable git-like did-you-mean feature in click ✨
-
Updated
Mar 9, 2019 - Python
这是一个基于 PHP 的 jQuery 中文点击验证码插件,码云地址:https://gitee.com/hooray/clicaptcha
-
Updated
Jan 8, 2020 - PHP
Improve this page
Add a description, image, and links to the click topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the click topic, visit your repo's landing page and select "manage topics."
Describe the bug
The function
typer.main.get_groupis annotated as returning aclick.Commandwhich isn't wrong because aclick.Groupis aclick.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: