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
Hi everybody,
first of all I would like to thank you all for reporting issues, asking questions and creating new pull requests. You are amazing!
Given the recent increase in activity I feel like I should provide you with some information on whats going on here. Below you'll find the, in my opinion, currently biggest issues as well as things I would like to change in the future.
These are the issues I would like to tackle as soon as possible:
Body detection problem, likely caused by some sort of boundary parsing issue
If you would like to help by taking a deep dive into one of the issues, please feel free to send me an email anytime if you have any questions.
If you already have a solution, you are welcome to submit a pull request :)
To further limit the amount of potential problems, I would like to:
change the default config options.sequence from ST_MSGN to ST_UID to use uids instead of message numbers. Also uids are not unique either - I personally have less problems with them.
Hi everybody,
first of all I would like to thank you all for reporting issues, asking questions and creating new pull requests. You are amazing!
Given the recent increase in activity I feel like I should provide you with some information on whats going on here. Below you'll find the, in my opinion, currently biggest issues as well as things I would like to change in the future.
These are the issues I would like to tackle as soon as possible:
If you would like to help by taking a deep dive into one of the issues, please feel free to send me an email anytime if you have any questions.
If you already have a solution, you are welcome to submit a pull request :)
To further limit the amount of potential problems, I would like to:
options.sequence
fromST_MSGN
toST_UID
to use uids instead of message numbers. Also uids are not unique either - I personally have less problems with them.semantic versioning
as @itkfm correctly pointed out in Breaking changes should not be introduced in minor releases #120. Starting with v.3.0.0.If you have any additional thoughts or if I'm missing anything, please comment below.
Thanks again and best regards,
Webklex
The text was updated successfully, but these errors were encountered: