vcwai
vcwai
Update `save_path: str = None` to `save_path: str = ""`.
The following just output `uri (-H) missing, can not proceed`, while it should suggest user to check if `/etc/kanidm/config` file is missing. ``` :~> sudo systemctl status kanidm-unixd [sudo] password...
Change `subnets_dhcp_snippets: list = None` to type `Optional[list]`.
Only allow alphanumeric characters, `.`, and `-` for `channelId`. Otherwise line 199 and line 244 is open to command injection attack.
Hi all, To my understanding Recoder needs to extract the host language grammar rules. So it would be great to have instructions on how to train Recoder on other languages....