python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Nuxt - render HTML on server-side and keep this HTML and all the related assets stored so they never change in the future even if app code changes
I am currently working on a Nuxt + Express project which is deployed to AWS. The application is in SSR mode as it is required for the application to render on the server, however, the requirement is t...
Martin Sagat
Votes: 0
Answers: 0
Custom GraphQL Error types for Validation
Is this possible to set custom GraphQL Error types for at least BAD_USER_INPUT code?
On the backend I've got an error type something like this:
throw {
type: 'ValidationError',
code: 422,
...

user16373392
Votes: 0
Answers: 1
Vue js always run a function to see if user is online or offline
Hi to all i want to find a way to see if user in my webapp is online or offline and run always! If user is offline wait 10 seconds to see if come back online and if not run a function!
Thanks all for ...
Tsourou Nas
Votes: 0
Answers: 1
Flip.from() triggers onLeave() while <div> is still present
Overview
Goal
Use GSAP Flip to animate the div._selected when clicking another item.
Problem
Clicking on an item selects it properly, but doesn’t animate. The reason is because it thinks that div._sel...
Donnie
Votes: 0
Answers: 1