duleorlovic

Results 18 comments of duleorlovic

We need to use `.values[0]` instead of `.keys[0]` https://github.com/soulfly/firebase-id-tokens-verifier/pull/3

Sorry for not advertise this gem, but you can achieve this functionality by adding a package ``` yarn add js-cookie ``` and create javascript file ``` // app/javascript/browser_timezone_cookie.js import Cookies...

Just to note that I fixed with `$timeout` hack. If there is no better solution, please close the issue. ``` $scope.$on 'pagination:loadPage', (event, status, config) -> $timeout -> vm.users =...

I think we should have same style as on line https://github.com/lynndylanhurley/ng-token-auth/blob/master/src/ng-token-auth.coffee#L594

I think we can close this since there is pull request https://github.com/lynndylanhurley/ng-token-auth/pull/236

@coreyaus you don't need to remove `bootstrap-sass`, just kill spring with ``` spring stop ```

If someone is not using slate, but browser-sync from command line, it can put this code into default configuration which can be generated with `browser-sync init`. ``` browser-sync init #...

I had similar issue on my M1 macbook air, and I found https://github.com/royshil/obs-backgroundremoval/pull/113 You can download release from this fork https://github.com/umireon/obs-backgroundremoval/releases/tag/v0.4.3-umireon and follow instructions, like ``` mkdir -p ~/"Library/Application Support/obs-studio/plugins"...

It works with `click_action`. Note that if it s a URL, it has to be on the same domain. If there is a inactive tab opened for that domain, it...

Workaround is to define your own function like https://github.com/dense-analysis/ale/blob/master/ale_linters/eruby/erb.vim It has to be in file with the path as the function name. So create a file inside this folder `mkdir...