Skip to content

Instantly share code, notes, and snippets.

View beeankha's full-sized avatar
๐Ÿ‘พ
Juntawa

Bianca Henderson beeankha

๐Ÿ‘พ
Juntawa
View GitHub Profile
@beeankha
beeankha / multichannel_breakpoints.diff
Created September 13, 2023 20:44
Shotgunning `breakpoint()`s Anywhere Multichannels are Mentioned
diff --git a/conda/base/context.py b/conda/base/context.py
index 27ab88650..765fb8b48 100644
--- a/conda/base/context.py
+++ b/conda/base/context.py
@@ -811,6 +811,7 @@ class Context(Configuration):
@memoizedproperty
def custom_multichannels(self):
+ # breakpoint()
from ..models.channel import Channel
![image](images/???.jpg)
# awesome-conda-plugins
A curated collection of [conda plugins](https://docs.conda.io/projects/conda/en/latest/dev-guide/plugins/index.html).
## Plugins List
<!-- PLUGIN_LIST -->
| &nbsp; | &nbsp; | Name | Version | Description | Author |
@beeankha
beeankha / setup.py
Last active May 22, 2022 15:03
Simple `conda` Plugin Subcommand Tutorial
from setuptools import setup
install_requires = [
"conda",
"art",
]
setup(
name="my-conda-subcommand",
install_requires=install_requires,

Keybase proof

I hereby claim:

  • I am beeankha on github.
  • I am beeankha (https://keybase.io/beeankha) on keybase.
  • I have a public key ASCZZQ2D6NyzIRZxR8zFc_gbCD2lLg4NCdTEaiwrFdJAKwo

To claim this, I am signing this object:

@beeankha
beeankha / README.md
Created November 10, 2018 17:16 — forked from roachhd/README.md
EMOJI cheatsheet ๐Ÿ˜›๐Ÿ˜ณ๐Ÿ˜—๐Ÿ˜“๐Ÿ™‰๐Ÿ˜ธ๐Ÿ™ˆ๐Ÿ™Š๐Ÿ˜ฝ๐Ÿ’€๐Ÿ’ข๐Ÿ’ฅโœจ๐Ÿ’๐Ÿ‘ซ๐Ÿ‘„๐Ÿ‘ƒ๐Ÿ‘€๐Ÿ‘›๐Ÿ‘›๐Ÿ—ผ๐Ÿ”ฎ๐Ÿ”ฎ๐ŸŽ„๐ŸŽ…๐Ÿ‘ป

EMOJI CHEAT SHEET

Emoji emoticons listed on this page are supported on Campfire, GitHub, Basecamp, Redbooth, Trac, Flowdock, Sprint.ly, Kandan, Textbox.io, Kippt, Redmine, JabbR, Trello, Hall, plug.dj, Qiita, Zendesk, Ruby China, Grove, Idobata, NodeBB Forums, Slack, Streamup, OrganisedMinds, Hackpad, Cryptbin, Kato, Reportedly, Cheerful Ghost, IRCCloud, Dashcube, MyVideoGameList, Subrosa, Sococo, Quip, And Bang, Bonusly, Discourse, Ello, and Twemoji Awesome. However some of the emoji codes are not super easy to remember, so here is a little cheat sheet. โœˆ Got flash enabled? Click the emoji code and it will be copied to your clipboard.

People

:bowtie: ๐Ÿ˜„

Exception:
Traceback (most recent call last):
File "/venv/ansible/lib/python2.7/site-packages/pip/basecommand.py", line 215, in main
status = self.run(options, args)
File "/venv/ansible/lib/python2.7/site-packages/pip/commands/install.py", line 335, in run
wb.build(autobuilding=True)
File "/venv/ansible/lib/python2.7/site-packages/pip/wheel.py", line 749, in build
self.requirement_set.prepare_files(self.finder)
File "/venv/ansible/lib/python2.7/site-packages/pip/req/req_set.py", line 380, in prepare_files
ignore_dependencies=self.ignore_dependencies))