Uri Klar
Uri Klar
Is there a way to make the gem compile only changed assets instead of all assets on each change? Thank you!
Hi everyone, We'd love to get your code contributions! We have a slack channel that is currently on an invite basis. Leave a note here if you want to join....
Hi, I followed the instructions on disabling the :confirmable option. This is my user.rb file: ``` class User < ActiveRecord::Base devise :database_authenticatable, :recoverable, :trackable, :validatable, :registerable, :omniauthable include DeviseTokenAuth::Concerns::User end...
**Issue description** Starting from June 16th we've started seeing many errors coming from the Recpatcha script when a page was opened from Facebook/Instagram browsers. This is the error: `null is...
**Issue description** Console error when with IE 11 user agent in chrome **Environment** * OS name and version: MacOS Cataline * Browser name and version: Chrome 80 **Reproducing the issue**...
Hi, I've been using your library and loving it! One thing I can't seem to do: I want to add a condition that prevents the user from switching tabs. I...
Let's say I have Tab1/Tab2/Tab3 If I drag Tab1 in front of Tab2, handleTabClick isn't called. If I drag Tab3 before Tab2 (so the order is Tab1/Tab3/Tab2) the handleTabClick function...
Hi @obahareth and thanks for the great extension! Right now the extension isn't working for me and i'm getting a lot of these errors in the console ``` NOTION WARNING...
Hi! I've upgraded from v0.18.0 to v2.19.0 and started getting the following error: ``` property 'replaceAll' does not exist on type 'string'. Do you need to change your target library?...
Hi! I'm loading my own scripts which already load a specific version of angular. But when I use angular2react I see v1.8.3 is being loaded by angular2react. Can I disable...