FPL
Results
2
issues of
FPL
I checked PHP implementation and the `mobiles.yml` cover a lot more devices. https://github.com/matomo-org/device-detector/blob/master/regexes/device/mobiles.yml The file used in this library is the same, but it is outdated since August 2021 Is...
help wanted
When trying to put a file using formData I get a 413 Request Entity too large Here is my form data: ` const formData = { file: { value: req.file.buffer,...