usingtechnology

Results 18 comments of usingtechnology
trafficstars

Didn't get very far with this, but followed the above steps and duplicated the error. In the `devcontainer`, running "start acapy" launch configuration (multitenant), I ran this script to duplicate....

I would like to see documentation simplified (lots and lots of different markdowns) and possibly gathered into streams: ACA-Py developer, ACA-Py user, ... business use cases? The demos folder has...

See PR #2523 . There is an off by 1 issue (think there always was?) - it works but feels bad. We leave an empty slot per registry.

So there was this [PoC for plugins](https://github.com/usingtechnology/aries-cloudagent-python-plugins) that never really took off (was hoping traction would port over their common plugins). I like the idea of trimming the code down...

I think it is just modifying the first argument.

and awesome documentation of the problem!

Just guessing, haven't checked it out yet... Either the subprocess doesn't have access to `/usr/local/bin/python` or name is not main (`__name__ == '__main__'`)

Yes, "Argument list too long" is bash - usually for file listing commands. Anyway, that is a good find! In a bash shell I can get that error using all...

the old one, the one we are copying in spawns a system shell `#!/bin/sh`, the newer one (the one poetry generates) just uses python (apparently in a bash shell with...

what command are you running the tests with? currently, (locally) looks successful using bash when I run: `./manage runset acapy` (after building)... which I guess disproves the theory that the...