figwheel-main

2021-09-04T13:21:06.012800Z

šŸ‘‹ hi, finally learning figwheel-main and I’m seeing it take around 5-6 seconds after saving a file to pick up changes on Mac OS X using VS Code (or vim) to edit files.

2021-09-04T13:30:22.013300Z

the actual compile and reload part is very fast, around 0.3 seconds

dominicm 2021-09-04T15:43:50.015500Z

@jcromartie Figwheel uses https://github.com/wkf/hawk, which itself uses https://github.com/gjoseph/barbarywatchservice for macosx. The issues for Barbary might useful to look at and see if any of them apply to you: https://github.com/gjoseph/BarbaryWatchService/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc. If the problem is in hawk/barbary, then one way to fix that might be moving to https://github.com/nextjournal/beholder which uses a more modern macosx implementation.

šŸ™ 1
😱 1