Christopher R Halbersma
Christopher R Halbersma
It would be nice if we could have a ticker option and allow the prices form various markets to show. So we could have Coinabse show for 5 minutes then...
* Ignores .idea files (pycharm ide) * Index updated by make generate-site * Added assets/JWTCSA as a place for assets and snippets * Added a JWT Cheat Sheet Doc *...
## What is missing or needs to be updated? How difficult would it be to make this multi-language? JWT's have sort of become a web standard as an authentication/authorization primitive....
Feature Request Add ability to add installed packages to path https://stackoverflow.com/questions/714877/setting-windows-powershell-environment-variables?rq=1 Something like this: `[Environment]::SetEnvironmentVariable("Path", $env:Path + ";C:\bin", "Machine")` in theory should be able to allow packages to add their...
Not sure if these sorts of renderer are desired but I had a need to take documents and convert them to [Jira formatting language](https://jira.atlassian.com/secure/WikiRendererHelpAction.jspa?section=all). It's not a perfect parser but...
Intersphinx index used to be published here `https://slack.dev/python-slack-sdk/objects.inv`. It's no longer being published. Intersphinx is useful. Please put it back. ### The page URLs https://slack.dev/python-slack-sdk/objects.inv
I've been working on a basic secrets management example, the idea being to push tokens into Orkes/Conductor for various purposes. Have the following example code: ```python from conductor.client.configuration.configuration import Configuration...