Fork me on GitHub
#juxt
<
2019-04-02
>
jonpither07:04:42

@conan is the feature of mount where reset is run each time a file changes easily configurable? I'd prefer more control over when I do a reset vs compile an individual namespace.

conan08:04:46

you can exclude a specific component with metadata which i've done before, but mostly i've been happy with how it works. what sort of situation are you thinking of where you wouldn't want the component to restart, have you come across necessarily long-running components before?

conan08:04:24

the library itself is actually really nice, it results in a lot less code and configuration. i expect when systems get large and fine-grained control is needed it might get limiting, but i always find myself in microservice environments these days so it never seems to happen ¯\(ツ)

conan08:04:35

convention over configuration and all that

conan13:04:36

Running Edge's (reset) function seems to restart figwheel, which takes a long time (~3-5s). Is there any way of avoiding this? Once figwheel is up and running I don't have any reason to stop it really, but I want to be able to restart my backend system quickly

dominicm13:04:32

It is only slow for the the first reset

conan13:04:06

ah, then it keeps things running huh? ok that's perfect

dominicm13:04:11

only if you change it's config will it do a full reset.