Anthony Veaudry
Anthony Veaudry
Could you please provide more information on your setup?
Fix for turbo & bootstrap that causes the page to scroll to the top before load. This works because aria-busy gets added to the html before the turbo starts to...
@duarme, if you are adding that setting to your styling, I would recommend removing the default flag.
Unraid is adding the time zone by default: ``` docker run -d --name='automatic-ripping-machine' --net='bridge' --pids-limit 2048 --privileged=true -e TZ="Europe/Athens" -e HOST_OS="Unraid" -e HOST_HOSTNAME="Tower" -e HOST_CONTAINERNAME="automatic-ripping-machine" -e 'NVIDIA_DRIVER_CAPABILITIES'='all' -e 'NVIDIA_VISIBLE_DEVICES'='all' -e...
So if I understand correctly, I need to wait for your PR to be merged and released, then I will see the change on UnRaid in ARM?
Thank you @microtechno9000, it works for me too!
Good morning @nielsq, Thank you for your kind words. I have never used react native, so I don't know how to debug this problem. If you use react moment on...
@Emsaicc thanks for the feedback. I am sorry for your situation. do you have any code that I can implement to improve this project?
@orestbida could you please take a look at this PR?
I solved this by creating file ```config/locales/datetime.el.rb``` with content: ```RUBY { :el => { :date => { :month_names => lambda { |date_or_time, opts| if opts[:format] =~ /(%d|%-d|%e)(.*)(%B)/ [nil, 'Ιανουαρίου', 'Φεβρουαρίου',...