-
### Is your feature request related to a problem?
Sleep isnt currently supported in a closure
`(|| -> any {SLEEP 1s; RETURN 5})()`
### Describe the solution
Add `SLEEP` to closures
- htt…
-
validating system settings in the dataModel does not work. the validation has to be moved to a hook (setup) and be called per item, since the sysetm settings are not yet loaded at that time.
this is …
-
System migrations are currently asynchronous and called from a "ready" hook. In order for full adoption of actor and item `TypeDataModel`s the system migration framework needs to be adapted to it. The…
-
You can check out the latest datamodel dump from this page:
https://github.com/teksi/district_heating/actions/workflows/datamodel-create-dumps.yml
![20240810_checkout_database_dump_tdh](https://gi…
sjib updated
3 months ago
-
```
Organisations
- id
- name
- settings **jsonb**
```
```
Users
id
email
password
organisation_id
```
```
Members
id
email
...
organisation_id
```
bolom updated
8 years ago
-
![Untitled](https://user-images.githubusercontent.com/21154169/66619418-2e623a80-ebdd-11e9-86ec-5b3c3147ac87.png)
-
https://docs.mongodb.com/manual/core/data-modeling-introduction/
-
https://github.com/spacetelescope/stdatamodels/blob/503320f6325f7dd454dc2d7c177043ddf069c6f6/src/stdatamodels/jwst/datamodels/schemas/multispec.schema.yaml#L113-L124
Will require more investigation…
-
https://github.com/spacetelescope/stdatamodels/blob/503320f6325f7dd454dc2d7c177043ddf069c6f6/src/stdatamodels/jwst/datamodels/schemas/guider_meta.schema.yaml#L18-L19
I doubt "FGS Centroid Packet" i…
-
### Description
To vissualize all possible signals we need something like this:
```python
class MyYolo(DataModel): # MyYolo:
img = Image.open(BytesIO(file.read()))
return MyYolo(
…