tnbnicer

Results 33 comments of tnbnicer

Update: ``hyph-de-1996.tex``: ``` 65. % =========================================================================== 66. 67. \message{German Hyphenation Patterns (Reformed Orthography, 2006) `dehyphn-x' 2021-02-26 (WL)} ``` Line 66. After I removed the line, the file compiled without a...

@alexander-nitsche, @vanderlee, Issue #64 is ready to be marked as solved, in my view. ``` public function close() { $file = $this->filename(); file_put_contents($file, $this->encode(self::$data)); @chmod($file, 0777); } ``` I can't...

@alexander-nitsche > (b) if the cache file read does not match the current cache version or cache file structure. Are you sure? If the file is found to exist? `public...