You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A lot of new changes in hydra-python-core and the hydrus server have not been incorporated in the docs yet. This really confuses a new user when he is going through the docs like developing with hydrus.
Some of the major changes required immediately that I can think from the back of my mind are:
read-only and write-only properties are now readable and writeable. (Read here)
Status Codes now can't be defined in python dict objects. They need to be defined using either HydraStatus or HydraError classes. (related to here)
I will keep appending more changes required to this issue.
The text was updated successfully, but these errors were encountered:
A lot of new changes in
hydra-python-core
and thehydrus
server have not been incorporated in the docs yet. This really confuses a new user when he is going through the docs like developing with hydrus.Some of the major changes required immediately that I can think from the back of my mind are:
read-only
andwrite-only
properties are nowreadable
andwriteable
. (Read here)dict
objects. They need to be defined using eitherHydraStatus
orHydraError
classes. (related to here)I will keep appending more changes required to this issue.
The text was updated successfully, but these errors were encountered: