PikachuEXE
PikachuEXE
Can we update the CDNJS one manually??
Still no response...
Tweeted also. If no response in 1 week then we can start to figure out how to work on it But I got a forked library to handle already, not...
@stevenvachon If he going to maintain this project? That's what I want to know the most. :)
Bower?
Author could be busy, just look at the commit...
@stevenvachon You should check [his activity](https://github.com/keithclark?tab=activity) before saying so Also [his twitter](https://twitter.com/keithclarkcouk) is even more active I would consider he has abandoned this if I got no response from him...
A brief example: ```ruby require "dry/core/memoizable" module WithBotDetection include Dry::Core::Memoizable def self.included(base) # Do something custom end def is_bot?(something = false) # ... end memoize :is_bot? end class Controller1 include...
@B1-0S Thanks, tested in real project with success Also adding a link to MDN doc about `touch-action` https://developer.mozilla.org/en-US/docs/Web/CSS/touch-action Maybe worth adding to README