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
The library just tries to work, without checking if the dependencies have been met. If the library hasn't been loaded, it just fails with the nondescript "ERROR: TimeZone not found". (This might also be the cause for #11)
I think it would be beneficial if the two main classes (UpdaterData and Calculator) would check for the existence of the geos extension and throw if it has not been loaded.
The text was updated successfully, but these errors were encountered:
The library just tries to work, without checking if the dependencies have been met. If the library hasn't been loaded, it just fails with the nondescript "ERROR: TimeZone not found". (This might also be the cause for #11)
I think it would be beneficial if the two main classes (
UpdaterData
andCalculator
) would check for the existence of the geos extension and throw if it has not been loaded.The text was updated successfully, but these errors were encountered: