unyt-org / uix

The UIX Framework
https://uix.unyt.org
MIT License
54 stars 3 forks source link

Fix #147 #149

Open jonasstrehle opened 3 months ago

jonasstrehle commented 3 months ago

[!WARNING]

Please do not merge!

We have to cleanup the changes for datex-cache issue made by @benStre probably

benStre commented 3 months ago

I would prefer to have an isolated mode for the backend where it can also run locally without a supranet connection. We can enable this per default or with a flag/option. I don't think we should exit during startup or during the update procedure if no internet connection was found - a warning is enough.

asbng commented 3 months ago

If #150 is accepted, we can transition the custom logger.error code to the KnownError implementation.

asbng commented 3 months ago

@benStre a local mode would be highly preferable. As it seems to take a bit of time until this becomes a reality however, we could for now accept this way of handling the errors.