Richard G. Hubert

Results 2 issues of Richard G. Hubert

Using [PythonCall.jl](https://github.com/JuliaPy/PythonCall.jl), how do I best handle python exception patters such as the following python: ``` try: database = client.create_database(DATABASE_NAME) except exceptions.CosmosResourceExistsError: database = client.get_database_client(DATABASE_NAME) ``` [xref stackoverflow](https://stackoverflow.com/questions/77333648/julia-pythoncall-jl-how-do-i-handle-python-exceptions)

question

Thank you. Enjoying this. Just wondering why the following works fine when I browse there via the page links from the top menu but gives 404 when I paste directly...