Vince Chan
Vince Chan
> Thanks! Thanks for taking a look. There's actually quite a few similar occurances in dataclasses where things like `typing.List` and `typing.Dict` are used instead of the new specific dataclasses....
Also related: I have used `client.subscribe()` at runtime which works well. Is there also a way to update the filtered topics too? Otherwise it would default to incoming messages being...
Thanks for making an issue on my behalf! I think the ideal solution would be to maintain the UX you already have with the "Require API token for authenticated requests"...
I had this 'issue' but as far as I can tell, it's actually by design. They're invisible spaces, which is how a 'Preview' feature works - it adds these invisible...
The issue here is indeed the folder permissions of `bl-content`. Bludit needs to have write permissions on the `bl-content` folder as that's where it stores new posts. You can open...
I have an H200 and if I run nmap, I can see a couple of open ports: ``` $ nmap 192.168.1.122 Starting Nmap 7.94 ( https://nmap.org ) at 2024-03-14 15:09...
I can get around this issue by reading the response text directly through the exception: ```python json.loads(exc.response.text)["email_verification_id"] ``` but I was expecting to be able to just do `exc.email_verification_id` just...
I also have this issue. I would expect the `--no-interaction` to be equivalent to typing 'yes' at the user prompt. Obviously it doesn't make sense to not use the `--no-interaction`...