tnbnicer

Results 33 comments of tnbnicer

If you'd like me to, provided Github permits it -- probably not -- I could post a link to the test page on my server. With the error.

Your question about where the cache directory should be, is kind of throwing me off a little. Correct me, if I'm wrong, please. The cache folder is initially defined in...

You're right. Before the initialization is where I should make sure the folder and files exist. Technically, the folder does exist, but on the server for some reason it isn't...

Hi. To get involved, if I may. There's money in it. If users could upload their own .tex files, or vocabulary lists to splice onto personalized .tex files, it would...

@alexander-nitsche I have yet to come across such a service. People are being duped by Amazon and other e-book publishers into thinking hyphenation is an automatic feature. It is anything...

@vanderlee and @alexander-nitsche, hi. How do you feel about changing the function in 'phpSyllable-master/src/Cache/File.php' on line 22 from: ``` public function setPath($path) { if ($path !== self::$path) { self::$path =...

I can close the issue if you want or you can.

@alexander-nitsche I have to scoot off to do some real work in a moment, so this will be quick. I'm not sure I get the details of your proposals yet....

@alexander-nitsche Sorry for the delay. Hi, I use a similar array function for exceptions of more than one word, when context determines where the hyphen goes, or the word is...

@alexander-nitsche I made a little progress in that using your code "self::$path" resolves. It was a mistake defining `$cache` as a variable: **$cache =** ``` $cache = $syllable->getCache(); $cache->setPath($cache); ```...