Fork me on GitHub
#shadow-cljs
<
2020-04-19
>
Chris McCormick02:04:52

I have an issue where css reloading stops happening after a few successful reloads. What is the best way for me to dig in an help diagnose this?

Chris McCormick03:04:42

Hm it seems to resume after a while. Is there a debounce on the file change time?

thheller07:04:34

@donal.macanri upgrade to 2.8.98, I accidentally broke the REPL in 2.8.95

thheller07:04:06

@chris358 there is a 500ms wait time but shouldn't take longer than that?

Chris McCormick07:04:13

@thheller thanks i will run some tests and also loosen up my CSS editing trigger finger 🔫

Donal Mac An Ri13:04:35

that worked - thank you!

knubie19:04:31

@thheller Are you planning to do a write up of some sort about shadow-experiments? I remember reading some comments you made about it across various forums. I’ve been super interested in it since I learned about it.

thheller19:04:10

wrote a bit in the readme and in the doc folder https://github.com/thheller/shadow-experiments

thheller19:04:16

but not all of it is current

thheller19:04:57

I'll write more when I figure stuff out probably

thheller19:04:05

thinking about a lot of issues still

thheller19:04:41

oh and I'm dogfooding it all in the shadow-cljs UI so can take a look there if you like

knubie21:04:06

Would also love to hear about the issues you’re thinking about too 😁

thheller21:04:23

various stuff ... async scheduling, subtree priority (eg. delaying updates to parts that aren't visible), animations, etc

thheller21:04:11

don't have too many brain cycles to spend on this currently so not much progress