Questions tagged [taps]

Taps – simple database import/export app

A simple database agnostic import/export app to transfer data to/from a remote database. Developed by Heroku it is now open source on Github: https://github.com/ricardochimal/taps

75 questions
0
votes
1 answer

NSTimers dilemma

Below is some of the code for a free app I'm creating for my pupils at school. It is very simple and counts the number of times they tap the screen within ten seconds. I have one timer countDownTimer which counts down from 3 to 0 and then sets off…
0
votes
0 answers

How can custome homebrew formula install path?

when custome home brew formula file, like this github: https://github.com/Dreampie/homebrew-taps/tree/master/Formula brew tap dreampie/taps https://github.com/Dreampie/homebrew-taps brew search maven brew install…
Dreampie
  • 1,321
  • 4
  • 17
  • 32
0
votes
1 answer

How we can check how many fingers tap on the screen in java?

What I'm trying to do is, When i click on the application screen I want to get how many Fingers tap on the screen ? Means 1 finger tap, 2 finger tap and three finger tap.
0
votes
1 answer

Ruby on rails - migrate a db from SQLite to PostgresQL with taps

I am migrating a database from sqlite3 to PostgresQL with taps. I am trying to start the taps server on the sqlite database as follow $ taps server sqlite://db/development.sqlite3 user password However I got the following message thus I believe it…
Antoine
  • 99
  • 3
  • 11
0
votes
1 answer

Scrollable PagerView is not Working in Android studio

I also declare 3 fragment page View As PageView. my app is not responding as soon as i run up there is no error. i reference to this youtube video https://www.youtube.com/watch?v=NYjgX-GNRGo . I think this code is outdated. Can someone show me how…
SAMETE
  • 3
  • 1
0
votes
0 answers

UITextField will not become first responder when touched, none of the usual mistakes apply

I have a UITextField that will not become the first responder when tapped. I can assign it to become first responder, which works find. But if it resigns first responder status and I try and tap it or tab back to it to make it become the first…
RAWeems
  • 36
  • 3
0
votes
2 answers

iPhone count finger taps and time between taps

I'm pretty new to iPhone programming, so I'm looking for any pointers (no pun intended), links, search terms, etc. on how to make a very simple app that counts how many times one finger touches the screen and how long between each tap. Thanks for…
rd42
  • 3,584
  • 15
  • 56
  • 68
0
votes
1 answer

Does Hammer.js requireFailure() work with multiple pointers on taps?

I'd like to have a gesture in js, where you can tap multiple times with two fingers and get a result that shows your action. It works perfectly fine if you set the attribute pointers to 1 (tap with 1 finger) or if you remove requireFailure(). You…
janIngwer
  • 1
  • 1
0
votes
1 answer

swift - how to stop refreshing taps?

I have made a bit of code that when the user taps everywhere on the screen the points/score/taps will increment by 1. But the problem is then it counts how many continuous taps I make and then if I leave a 1 second gap between pressing it will…
Swift101
  • 81
  • 10
0
votes
1 answer

Connection error with heroku db:push with postgresql

I have suddenly started seeing this strange error when trying to push my database to heroku. > heroku db:push Auto-detected local database: postgres://infinity:infinity@localhost/infinity_development?encoding=utf8 Failed to connect to…
Toby Hede
  • 36,755
  • 28
  • 133
  • 162
0
votes
1 answer

Problem with heroku db:pull while at work

When I try to pull down a database while at work I get the following error: :>heroku db:pull Auto-detected local database: sqlite://db/development.sqlite3 Bad credentials given for http://heroku:[hidden]@taps.heroku.com Note that when I am at…
mymmaster
  • 826
  • 1
  • 9
  • 17
0
votes
1 answer

Taps server:: SQLite3::CantOpenException: unable to open database file

After heroku db:pull have been removed from the gem, I am trying to use taps. taps server mysql2://root@localhost/trappor2 taps taps123 C:/Ruby193/lib/ruby/gems/1.9.1/gems/sequel-3.20.0/lib/sequel/adapters/sqlite.rb: 62:in `initialize':…
Rails beginner
  • 14,321
  • 35
  • 137
  • 257
0
votes
1 answer

Timestamp breaks sqlite3 import to postgresql

I have a rails app that I used Sqlite3 for the db, but am now switching to use Postgresql. Per this excellent post, I have set up the postgresql databases, and am now importing the sqlite3 db's to postgres using the taps gem. The problem is: My…
Aaron Marks
  • 375
  • 2
  • 7
  • 19
0
votes
1 answer

heroku db:push not working, is there something else I can use

I have a rails app that runs sqlite locally. I've tried pretty much everything that's recommend in order to fix the dreaded Taps Server Error: PGError: ERROR: time zone displacement out of range: error. I've tried setting different versions of…
mattwallace
  • 4,132
  • 6
  • 43
  • 77
0
votes
1 answer

Getting a view from XML file using onCreateView

I am using SherlockFragment to create some taps on my app. So, I reached at this step where I want to get a view from my XML file because I am using onCreateView method to get a view(Text View) in the fragment. I am currently using this code below…
COLD ICE
  • 840
  • 1
  • 12
  • 31