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
I've submitted a PR here: peckphp/peck#51 to add caching for aspell->check() using Symfony's caching component. I noticed this feature is part of your roadmap and was curious about the feasibility of incorporating this implementation into the package (and expanding on it where necessary). What are your thoughts?
Uh oh, interesting. I didn't know about @nunomaduro's Peck project. It seems to envision what I had in mind as one of the final products for php-spellchecker.
To be honest, I’ve had some ups and downs in motivation to develop php-spellchecker further since its inception. It was mainly a way to fill the gap in the PHP ecosystem for a reliable and extensible spellchecking library, but also a means to publicly showcase my skills.
But if a small group of people is genuinely interested, I could commit to making the library the reliable underlying spellchecking engine for PeckPHP in partnership with its maintainers and continue developing it further.
So yes, I'll happily accept a PR that adds a cache mechanism based on PSR interfaces.
Detailed description
I've submitted a PR here: peckphp/peck#51 to add caching for
aspell->check()
using Symfony's caching component. I noticed this feature is part of your roadmap and was curious about the feasibility of incorporating this implementation into the package (and expanding on it where necessary). What are your thoughts?Possible implementation
peckphp/peck#51
The text was updated successfully, but these errors were encountered: