Saiqul Haq

Results 71 comments of Saiqul Haq

this bug fixed by https://github.com/mojombo/chronic/pull/243 commit maybe we can close this issue

I had the same problem like you before and after I read the source code at lib/bootstrap_helper/helper.rb it can be done with like this: - create variable to save you...

use this one https://github.com/CanCanCommunity/cancancan

that means you have to make sure that Memcached server in your machine is running `ps aux | grep memcache`

https://medium.com/hungryhub-tech/fix-weird-javascript-date-bug-on-chrome-android-e52e494c0835 thanks @janousek

I use dayjs timezone plugin currently But I don't know, does it have correlation or not However it's need to be fixed Thanks for the feedback

I got this when I run the RSpec command locally ![image](https://user-images.githubusercontent.com/1275215/151706984-06837c09-2a07-4d68-81a6-c050707a36cc.png) and spec for Rollbar JS failed too I'm not sure is it related to this PR

it works on my app ```javascript import 'codemirror/mode/css/css'; import 'codemirror/mode/xml/xml'; import 'codemirror/addon/edit/closetag'; ```