z33kz33k
z33kz33k
Right now it only prints a message on finishing. Would be nice to have some progress indication as it can take a while even for the simplest of apps (actually...
### Initial Checks - [X] I have searched GitHub for a duplicate issue and I'm sure this is something new - [X] I have searched Google & StackOverflow for a...
Steps to reproduce: ```python import scrython bd = scrython.BulkData() # this works bd.bulk_name(0) 'Oracle Cards' # this doesn't bd.bulk_compressed_size(0, True) # these are correct args according to help() Traceback (most...
It seems **`jiphy`** does not escape quotes in strings properly. Is this correct? I'm using **`jiphy`** inside Python code (`to.python()` and `to.javascript()` methods). Example in Python: `some_dict = {"name": "AppWrapper.some_function(var_name='Some_Var_Name')"}`...