Tomasz Pędraszewski
Tomasz Pędraszewski
Thanks! I believe that an additional mode could be beneficial, one that permits mouse movement within a specific radius. My Magic Mouse appears to be quite sensitive, and occasionally, simply...
I've added that :)
This would be cool for idle games, eg. to be able press the left mouse button 10 times a second + press the 'H' key every 10 seconds.
And this is how it looks in my project after selecting a value
Thanks for looking into it! However, this doesn't seem to solve this issue. Without this patch: With this patch:
No need to modify Cancancan. You can use a virtual attribute instead: ```rb create_table :products, force: true do |t| t.jsonb :data t.virtual :shop_id, type: :integer, stored: true, as: "(data->>'shop_id')::int" end...