Mariko Wakabayashi
Mariko Wakabayashi
Hi there! I'd love to use the slack webhook option, but it looks like it's not available via pip. Could you please publish the new version `2.7.1` to pip? Related...
**Problem** I tried setting up `ntfy` for slack notifications, but looks like Slacker is broken, so it's no longer able to make requests via the slack api. I tried to...
- Can run scripts with python3.6 - Add .gitignore - Add requirements file - Update readme to include instructions on running the scripts
Hi there! I noticed there aren't any contracts with the year 2020 in the `date` field in the following file: https://github.com/tintinweb/smart-contract-sanctuary-ethereum/blob/master/contracts/mainnet/contracts.json Is that expected?
- Publish latest version to npm - Update readme/docs to include steps for publishing to npm
**Problem** Slack webhook will not work with `ntfy==2.7.0`. **Workaround** To get the latest `ntfy` package, please install the package from source ``` $ sudo python -m pip install git+https://github.com/dschep/ntfy.git@master --upgrade...
Create unit tests for existing functions that'll run for every new PR.
**Task** Update deprecated function in `setup.py`. **How to reproduce the error** ```bash $ jlpm run install:extension yarn run v1.21.1 $ jupyter labextension develop --overwrite . setup.py:39: DeprecatedWarning: create_cmdclass is deprecated...