Sean Chok
Sean Chok
Console error: ```text File "/Users/seanchok/Documents/rpc/.venv/lib/python3.10/site-packages/protoletariat/fdsetgen.py", line 137, in generate_file_descriptor_set_bytes subprocess.check_output( File "/Users/seanchok/.pyenv/versions/3.10.0/lib/python3.10/subprocess.py", line 420, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, File "/Users/seanchok/.pyenv/versions/3.10.0/lib/python3.10/subprocess.py", line 501, in run with Popen(*popenargs, **kwargs)...
This PR aims to address #5. Tests have been written in `tests/custom.test.ts`.
I have a `specialRule` authorization rule that needs to be added to all of my `@Authorized(otherRules)` so that this behavior ```typescript @Authorized({ OR: [ specialRule, {AND: otherRules} ] }) ```...