Fork me on GitHub
#figwheel-main
<
2021-09-04
>
jcromartie13:09:06

šŸ‘‹ 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.

jcromartie13:09:22

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

dominicm15:09:50

@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.

šŸ™ 2
šŸ˜± 2