miguelmarco
miguelmarco
Thanks, in general, I think it could also be useful to show what are the available resources in the machine in that moment when the user chooses the profile. Or...
If i pass no argument, I get this: ``` {'header': {'msg_id': '24f564d9-56ec193b5c62013d2a6245e1_9172_7', 'msg_type': 'execute_reply', 'username': 'mmarco', 'session': '24f564d9-56ec193b5c62013d2a6245e1', 'date': datetime.datetime(2021, 12, 16, 13, 49, 28, 378230, tzinfo=tzutc()), 'version': '5.3'}, 'msg_id':...
What should I do to get the answer?
Hi, I am finding this problem too with ZcashPannel (https://github.com/miguelmarco/ZcashPannel), which is definitely an app intended to be used through orbot (using netcipher). It used to work ok before, but...
Yes, that is what I mean. The idea is to have an url to download a tarball.
Thank you Francis. Our plan is to include what you call Kenzo-P. More precisely, the code in this repo, since we need it to be easily loadable from embedded common...
Also, I would like to ask you: is there an easy way to compile all the kenzo system in a single .fas file?
Thanks for the answers. I agree it makes sense to fork so we can experiment with the changes we need, and maybe later merge.
BTW, i did find the way to compile into a single .fas file. ``` (require :asdf) (push #P\"./\" asdf:*central-registry*) (require :kenzo) (asdf:make-build :kenzo :type :fasl :monolithic t :move-here #P\"./\") (quit)...
If it is not uploaded to pypi, is there at least an easy way to install version 3.2.0?