Kai Evans
-
Well, we have successfully passed the initial boot this morning, yay! it's ready to be filled up with the real stuff, and so here is the question to the audience. It's going to be an opaque coolant, and so what colour should I die it to?
1. purple
2. red
3. blue
4. yellow
other? -
in case you're wondering what's that #pcb is, that is called "sweep" #keyboard https://github.com/davidphilipbarr/Sweep
it's a 34 keys minimal keyboard with staggered rows. and this version is for #kailh choc switches, hot swappable and all
I wish it had RGBs though for extra bling, but, oh well. I guess we all have to suffer
-
Btw, is there anyone around who tried the new kailh sunset switches? My wife is threatening a divorce over the clicky white ones, so I'm looking for low pro tactile switches
-
@danawoodman hmm, so, I've changed it like that, and it doesn't look like it works.
it's the same problem, the Link sees the change, but the main App doesn't
how does it work though? I thought that `getPage($route)` one a template should be a reactive expression, same as you would use a naked `$route` or call {#each $things as thing} it's just a syntax sugar for `route.subscribe`
because if I try `route.subscribe` directly in the main App.svelte, it doesn't pick up the changes either