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
To take Okapi to the next level, there should be logging. Should it be built in? Or left to the user? They are both possible. To add built-in logging, OkapiT will need WriterT. Or some other alternative because WriterT performance isn't great. The user could also just add WriterT in their custom monad stack. Should logging be built in or left to the user?
The text was updated successfully, but these errors were encountered:
To take Okapi to the next level, there should be logging. Should it be built in? Or left to the user? They are both possible. To add built-in logging,
OkapiT
will needWriterT
. Or some other alternative becauseWriterT
performance isn't great. The user could also just addWriterT
in their custom monad stack. Should logging be built in or left to the user?The text was updated successfully, but these errors were encountered: