ignacioalles
ignacioalles
When running nuster as daemon with ``` nuster -D -f /etc/nuster/nuster.cfg -p /var/run/nuster.pid ``` stats reports ``` **STORE DISK** store.disk.cache.dir: /var/cache/nuster store.disk.cache.loaded: no ``` However, running the same setup without...
Fix issue #30 by storing un-trimmed value in last element reference.
An invalid value is produced when multibyte char is present in XML file. Altough it seams to be handled in: https://github.com/miqwit/dedex/blob/76e150b35adb7652eddcb95c261b9b920866c095/src/Controller/ErnParserController.php#L450-L454 there is still an issue because the preceding value...