-
Hi @ayush4921, some quick comments upon first inspection of the joss folder (might not get time to have a more detailed look at the code and paper contents until the end of the week). There's more use…
-
When testing things and debugging, it would sometimes be quite helpful if there was a config option to turn on nicely indented json output. E.g., as you get from Pythons json module via the optional p…
-
We've discussed in the past how it can be a bit inconvenient how to handle the URLs/subdomains one need for the real database and the index meta-db to participate in `providers.json`. Typically we do …
-
Just ran into this while hacking on #595.
Some combination of FastAPI/pydantic is ripping out the milliseconds in responses containing date-times. This causes the validator to get upset when it tes…
-
How to save optimade structures in .cif file?
-
Hello, I have a question about qmpy_rester usage. I tried a few example queries from the Readme file but, whatever I try, I keep getting None as a result. Do you know what could be the issue?
Thanks…
-
The OpenAPI definition supports [providing a list of API servers *inside* the openapi.json](https://swagger.io/docs/specification/api-host-and-base-path/).
Adding a list of servers there then allow…
-
(NOTE: it's not clear what the root cause is, so opening this issue in QeApp repo now)
@danielhollas @unkcpz thanks for the feedback. In a fresh docker container, run `pip install -e …
-
#### Bug Report Checklist
- [x] Have you provided a full/minimal spec to reproduce the issue?
- [x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagg…
-
If a database wants to implement authentication, should this be defined in the specification or is the provider free to do what they wish?