Questions tagged [reloading]

99 questions
0
votes
1 answer

vite is not auto reloading index.html on save after tailwind installation as postcss plugin

I have installed Vite with Tailwind. But after installing Tailwind , when I change the index.html file, the Vite server does not auto reload. It reloads when I save the file main.js. tailwind.config.js module.exports = { content: ['./*.html',…
fire fox
  • 11
  • 1
0
votes
1 answer

Tomcat 7 is reloading application when saving properties file

I'm having a strange behavior in my application when it try to save a .properties file. The application is a JSF 2.0 using maven and Spring 3.0.5. The code that tries save the file is this: public class ControladorPopupConfiguracaoImportadorNFe…
brevleq
  • 2,081
  • 10
  • 53
  • 97
0
votes
1 answer

My React function gets called twice, with the second call setting values incorrectly

i have a function that calculates pages and page buttons based on an api. Inside the buttons get rendered and they have an onClick function. When i click the button, this is supposed to happen: sets the current page number and writes it into…
user14964079
0
votes
0 answers

Reloading error while sending email in survey to list of emails in odoo12

I created new database in odoo12 and install survey module. And when i try to share survey to multiple user(more than 50) by putting list of email ids in 'list of email' field. It send survey email to some users but after that it stop by throwing…
Pawan Kumar Sharma
  • 1,168
  • 8
  • 30
0
votes
1 answer

Reloading Page is giving rise to post data one more time (.NET issue)

I am trying to create something like shopping chart. The user adds products to his/her cart but if it click refresh button on the browser, the last product ,that is added before, is added one more time. How can I solve this problem ? Thanks in…
Barış Velioğlu
  • 5,709
  • 15
  • 59
  • 105
0
votes
1 answer

How to dynamically reload function in Python?

I'm trying to create a process that dynamically watches jupyter notebooks, compiles them on modification and imports them into my current file, however I can't seem to execute the updated code. It only executes the first version that was loaded.…
aphsai
  • 39
  • 1
  • 4
0
votes
1 answer

Dynamic Linking: Class not visible to ClassLoader, but I've tried each one?

Sorry, it's a little bit of code but it is fairly simple so far. So, I'm trying to perform dynamic class reloading on the fly, as classes are modified and compiled. I've created a JavaSystemCompiler class that is similar to the WatchDir example,…
0
votes
0 answers

click handler not working on frequently reloading div

This content div keep on reloading to display realTime data, due to which onClick event is not triggering. Please suggest a alternative function () { function render() { content.empty() content.addCass('test').append( …
Kiran
  • 13
  • 4
0
votes
0 answers

HighCharts chart reloads on initial load

I have a bunch of HighCharts running data from Google Sheets, and some of them firstly render the plot area then keep reloading the data on the chart, and I can't figure out why. Is this just a HighCharts thing, or something I can fix? This is…
Jon Wunder
  • 39
  • 3
0
votes
1 answer

How to update child component without reloading the whole site

I am facing a problem with updating a child component without reloading the whole site. the structure parent component is: parent component:
user1938143
  • 1,022
  • 2
  • 22
  • 46
0
votes
1 answer

Refreshing or reloading data on just single object inside a collectionViewCell

i'm trying to update just one single object inside my costumViewCell, i've tried collectionView.reloadItems(at: [IndexPath]), but this method updates my entire cell, which results to a very jittering animations. here is a sample code of my…
0
votes
1 answer

Bukkit - How to reload custom yaml-configuration

Okay, so I'm trying to make a toggleable feature, whether they have it enabled/disabled is stored in the 'data.yml'. The issue I have with this is that the file does get updated (Asin, it does change from true to false and vice versa) but it doesn't…
Askingg
  • 107
  • 1
  • 2
  • 11
0
votes
2 answers

Using cache data in Angular6 to optimize reloading time

I have to display a table in my angular app. The table displays 10-15Mb JSON data. So to load this every time, it really slowing down my site. What I have thought of a possible solution- After initial reload, store the data in as cache/session…
Saif Ali
  • 527
  • 5
  • 9
  • 22
0
votes
2 answers

More bullets spawn than allowed

Not sure why this happens but this code allows for more than 3 bullets to be fired after reloading. Am trying to work out why. I think it may be the time between checking which is this issues but I could be wrong. Any help would be…
Robertgold
  • 215
  • 6
  • 19
0
votes
1 answer

Xamarin Android Refresh Fragment

I asked this already on the official forum but did not receive an answer yet. I'm currently trying to realize my "smart home" project, by controlling several devices (light, shutters, doors, garage) with my smartphone using Xamarin Android. I…
Peter P
  • 83
  • 1
  • 7