tildebyte
tildebyte
Look [here](https://github.com/jdf/processing.py/tree/master/mode/examples). I'm not sure what the web page is trying to say, but all of the Processing examples have already been ported (save a few which **can't** work). There's...
The precise [link](https://github.com/jdf/processing.py#documentation). Note that on Windows, it would be e.g. ``` batchfile processing-py.bat foo.pyde ``` although I use the following (rather brittle) .cmd file: ``` batchfile javaw -Xmx1024m -jar...
Some things have changed in P5/P5Py 3+, among them, the standalone hasn't really been tested, so you're in virgin territory ;)
You might want to remove the `__pycache__` directories and force-push.
From what I understand of this issue (it only effects `curl`) and its cause (`curl` using Window's (default?) non-standard secure connections for cert verification validation), the correct solution here should...
@psychedelicious; > what if we used PowerShell for all platforms? I totally follow your logic (although I have some resevations), but... *I* can't do it, not in a reasonable time...
@ebr; > getting users to set a Windows environment variable ~~Not necessary (AFAIK) - there should be a way to set that in the script just for the `curl` command...
> Requires testing by someone on a Windows system with antivirus enabled, in Powershell I'm happy to try it, but I don't (and won't) use a 3rd-party AV
So far, so good, with a minor syntactical caveat: ``` Suggestion [3,General]: The command Install.ps1 was not found, but does exist in the current location. PowerShell does not load commands...
> I don't understand what this negative prompt is supposed to do IIUC, it's a "stock" negative prompt which one would use for all generations by including 'bad_prompt' or some...