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
{{ message }}
This repository has been archived by the owner on Mar 9, 2022. It is now read-only.
Thanks for a great package! Natural sort is not something that is implemented elsewhere in a good manner :)
I use the function naturalsort to sort file names just like windows explorer, which works great locally.
But when I use it in my production environment deployed with Docker on Google Cloud Run, the sorting changes. I don't know if this is due to changes in locale(I am fra Denmark) or it is due to OS differences between my windows PC and the Docker/Google Cloud Run deployment.
I would expect it to sort the file names like below, which it does locally both when run directly in the script and also when doing it through plumber RUN API.
Hi,
Thanks for a great package! Natural sort is not something that is implemented elsewhere in a good manner :)
I use the function naturalsort to sort file names just like windows explorer, which works great locally.
But when I use it in my production environment deployed with Docker on Google Cloud Run, the sorting changes. I don't know if this is due to changes in locale(I am fra Denmark) or it is due to OS differences between my windows PC and the Docker/Google Cloud Run deployment.
I have created a example ready to be run in R:
I would expect it to sort the file names like below, which it does locally both when run directly in the script and also when doing it through plumber RUN API.
But instead it sorts it like this:
Hope you can help :)
The text was updated successfully, but these errors were encountered: