Casper Welzel Andersen
Casper Welzel Andersen
> Any suggestion on the video recording tool? I use [OBS studio](https://obsproject.com/) but cannot have my face in the corner. You can use OBS studio with several layers to have...
I'll try to create two commits for the #342 PR I'm currently working on, one with the corrections in general and one just for this particular point, just to make...
> The server part of OPT is designed as a standalone application, which makes it hard to use it as a library, e.g. include it in another application. I in...
Cheers @markus1978, I think I have a much better grasp of your issues and use case now. And indeed, a meeting would be great. I should have time after tomorrow's...
This issue seems to be fixed, at least when using Ubuntu 22.04, env: typer: 0.9.0 click: 8.1.7
I set 10 seconds as the default timeout time when waiting for a GH REST API request (see [this line](https://github.com/CasperWA/push-protected/blob/main/push_action/utils.py#L25)). This should be more than enough time. If this is...
Note. The solution I am using now is to simply explicitly specify `type` in the `Field()` for each of the attributes with `BaseModel` and `Enum` types.
As an example, one can use the first entry from the Materials Cloud -> CURATED covalent organic frameworks database (id=47607). Note, the CIF conversion is done using the `optimade` local...
In this case, I think using `git push` straight up or the [ad-m/github-push-action](https://github.com/ad-m/github-push-action) action should do the trick, no? This action is mainly meant for pushing to protected branches where...
I think the main idea originally expressed by @giovannipizzi (he should obviously fill in a bit here), was to use a MongoDB database as a cache-database. This would then run...