Mohamed Habib
Mohamed Habib
Maybe until standardization we should ensure that it works with the most popular client (core) ?
@dabura667 How should I do it in the UI side ? Should it be like adding a field "redeem Script" and setting all the input scripts to that value before...
Python 3.9 also failing on MacOS ``` Traceback (most recent call last): File "/Users/mohamedsayed/.pyenvs/py3/bin/rainbowstream", line 33, in sys.exit(load_entry_point('rainbowstream', 'console_scripts', 'rainbowstream')()) File "/Users/mohamedsayed/.pyenvs/py3/bin/rainbowstream", line 25, in importlib_load_entry_point return next(matches).load() File "/usr/local/Cellar/[email protected]/3.9.0_1/Frameworks/Python.framework/Versions/3.9/lib/python3.9/importlib/metadata.py",...
Yes vagrant v1.8.1 Virtual box 5.0.14
@Sotiris-k Nope I don't have kaspersky installed, how is it related to Kaspersky?
@BongzMD I did not get an answer regarding formtools and I don't remember if I found out what was wrong so I created my own wizard view I made all...
In my case I had to use `v4` signature to make the signing work. I've modified the signature functions in the Django-s3 folder as follows ``` import base64, hmac, hashlib,...
@starwed Sorry for the delay -- This fiddle is a minimal demonstration of the issue with fourway(): http://jsfiddle.net/potatoes/Eyp6R/ (Just try a combination of the keys stated previously) I tried to...
Started work on this feature to create a new class `osx.APP_CONSOLE` inherits from `BUNDLE` which will create the hack of using a bash script to launch a console app
Inserting comments of @bwoodsend from discord over here for context: > It was my suggestion to create a separate class but now I consider[...] this would lead to a lot...