figwheel

vikeri 2019-07-31T09:49:35.003200Z

@vikeri has joined the channel

vikeri 2019-07-31T11:00:40.003900Z

Hi, I have issues connecting to the REPL in React Native. Does anyone know what a plausible issue could be?

practicalli-johnny 2019-08-01T06:12:57.016900Z

Perhaps if you provide some details then people can start to help...

vikeri 2019-08-01T07:04:29.020300Z

I use it through leiningen: lein run -m figwheel.main -b dev r It connects sometimes just after having restarted my computer. So I wonder if there are any lingering connections. Sometimes I get the address already in use error but mostly no errors and it just won’t connect. The figwheel process itself is connected though, I can see that in the console.

practicalli-johnny 2019-08-01T16:02:56.029900Z

Interesting. I always use lein fig:build to run the project.

vikeri 2019-07-31T11:14:06.004300Z

I also have problems with the clojurescript compilation taking forever.

2019-07-31T12:45:06.004500Z

@ad.driffaud has left the channel

lumpy 2019-07-31T19:33:38.006Z

I’m getting a weird issue where figwheel is serving the example page html instead of my index page. all other routes in my handler file are working properly. Really has me stumped, just started happening out of nowhere

lumpy 2019-07-31T19:33:54.006400Z

Tried updating figwheel, which didn’t help.

lumpy 2019-07-31T19:34:12.006600Z

<!DOCTYPE html>
<html>
  <head>
  </head>
  <body>
    <div id="app">
    </div>
    <script src="js/example.js" type="text/javascript"></script>
  </body>
</html>

lumpy 2019-07-31T19:34:28.007Z

this is the html being served, this doesn’t exist anywhere in my project

jack 2019-07-31T21:57:09.007200Z

@jtilly has joined the channel