In the context of UX, UI's and programming, 'instant' refers to immediate and automatic. As soon as a trigger activates, the item is updated as fast as possible. Do not use this tag for questions about the `java.time.Instant` class; instead use the java.time.instant tag.
Questions tagged [instant]
162 questions
2
votes
3 answers
JQuery scrolling speed to be instantaneous please
I would like my JQuery scrolling speed to be instantaneous (not smooth/not fast but instant like a classic anchor href="#"). It seems to be about the queue but how could I change my script please ? Thanks for your…

Ben
- 21
- 5
2
votes
2 answers
Parse non ISO 8601 to ISO_INSTANT
I'm trying parse this String 2020-05-20 14:27:00.943000000 +00:00 and this Wed May 20 14:27:00 CEST 2020 to a ISO_INSTANT, but always return this exception
java.time.format.DateTimeParseException: Text '2020-05-20 14:27:00.943000000 +00:00' could…

rolling
- 23
- 5
2
votes
3 answers
Converting java.sql.Timestamp to Instant Time
From my database i retrieve value as :
20-DEC-17 10.15.53.000000000 AM
I want above java.sql.Timestamp to be converted to Instant time as :
2017-12-20T10:15:53Z
I tried following with current time stamp
Timestamp ts2 = new…

Imran Moosani
- 41
- 1
- 5
2
votes
0 answers
Facebook Instant Games - Wrong Resolution on Mobile (JS/HTML5)
I am creating a Facebook Instant game using GameMaker Studio 2. It works fine on desktop browsers, but on the mobile Messenger app, the resolution gets fixed to 360*640 (or something around that).
While the game goes fullscreen in the app, it seems…

Gurpreet Singh Matharoo
- 121
- 4
2
votes
1 answer
Facebook Instant Games - Can I use the camera in my instant game
Is it possible to get access to the camera in the Instant Game?
I tried navigator.mediaDevices.getUserMedia, but got an NotAllowedError, permission denied.
Am I doing something wrong?
If not, are there plans from Facebook to allow access to the…

Steffen Hees
- 51
- 2
2
votes
1 answer
Instant Application publish error: The default URL "https://xxxl.com" is not mapped to your Instant application
1.I had add default url "https://example.com" on LAUNCHER Activity;
2.used App Links Assistant Test All is Ok(Associate website is OK);
play store tip:The default URL "https://example.com" is not mapped to your Instant application?
What was…

kolin
- 63
- 7
2
votes
1 answer
Send a filtered request when clicking on keyword in text with Algolia InstantSearch
I'm using Algolia Instant Search for a project but I have a small issue to send a filtered request.
Here an example of what I want to do, using one of the instant search example page :…

Jap
- 35
- 4
2
votes
1 answer
How to detect if an iOS or an Android user is "present"?
We are developing an instant messaging App, and would need to display the "presence" of user's friends with a green dot on their avatars.
"Presence" goes far beyond "my_app_is_opened_and_on_focus", it means (and I guess one could have many…

Jérôme
- 75
- 2
2
votes
3 answers
Doing PJAX calls in Instantclick style (loading only required content on hover of the links)
PJAX does the job very simple by loading the only required content of a requested page, instead of loading all common pattern again and places the received content in the layout- just like single page app with angular JS with all back buttona and…

user2398514
- 137
- 4
- 17
2
votes
1 answer
PHP jQuery MySQL refesh instant
I have made a progress sheet that between 1-30 users will update constantly throughout the course of the day. It’s controlled by PHP and jQuery and all the data is stored in a mySql database.
It’s quite slow on the live server, because I re query on…

Darren Lilley
- 404
- 5
- 9
2
votes
3 answers
Using this[] keyword to retrive a value from a class instant
In the following example this[] is used within a class to obtain a value from somewhere from the class instant. Where is this value stored? Is it likely the [] operator being overloaded or is this just c# syntax I am unfamiliar with?
public class…

Nate
- 919
- 2
- 9
- 18
1
vote
1 answer
InstantRails Error
When I try to run InstantRails 2.0 under Vista, which I've extracted to C:\InstantRails, I get the following error:
Either Apache or MySQL cannot run because another program is using its port.
What do I do here? MySQL server is installed fine.

Hiro
- 17
- 1
- 5
1
vote
1 answer
Viewpager doesn't update/loads xml items
I solved the question with onclicklistsner issue with viewpager but now I noticed, that it depends on all Elements in XML Layout files.
I implemented a ViewPager with that Tutorial: tutsplus
Now I have the Problem, that all the Objects I defined in…

Flo
- 2,699
- 4
- 24
- 46
1
vote
2 answers
JPA adjust Postgres timestamp without timezone to server timezone
I meet some JPA behavior I cannot understand.
I'm saving specific dateTime ex. 2023-01-01T12:00:00Z (this is Instant) to Postgresql Timestamp without timezone.
I'm reading this value and receive the same date: 2023-01-01T12:00:00Z which is…

Maciej Skoczek
- 35
- 1
- 4
1
vote
0 answers
Adding item in wishlist , but after adding showing red heart when i refresh i want that instant in laravel
I am adding an item in wishlist in laravel , item is adding in wishlist and showing red heart but after adding when i refresh then only it shows red heart, how can i make it red heart instantly after adding in wihslist?
i have used ajax for pass the…

Meera
- 41
- 7