-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
remove extendio and lorax #216
Comments
There is a strange error occuring when we try to build:
This is caused by avfs required by extendio, so we neer to remove extendio completely in a single swoop, to avoid indirectly depending on avfs. This means dealing with i18n, storage worker pool all at the same time, rather than doing peacemeal, dealing with a single issue at a time. This could be painful ... |
This issue is given me good reasons to think we might have to give up on pixa and start again with a fresh repo. The extendio based navigator is far too deeply installed into the code base that it would be easier to just start from scratch, copying over the functionality on an incremental basis. And it would be best to really make sure that this project is genuinely de-coupled from magick, but still be able to support it. On a mac there is another command line util for image processing and that is sips. Also, I'm not really sure I like the entry point model, jars a bit, think up another, might need to research other cli applications on github to get some inspiration; the key thing is to have a clear separation between the cobra cli plumbing and the core application, that the entry point model was trying to acheive. |
replace with li18ngo, traverse and pants.
The text was updated successfully, but these errors were encountered: