Mike Pearson
Mike Pearson
I want to position the content a certain way and screenshot it for a YouTube thumbnail. Right now I have to use a separate program for this part, but I...
One more problem with this: I want to try presenting with Excalidraw (the Prezi thing) and this is the only thing holding me back. It's not just noticeably different. It...
> If the colors are still washed only in Excalidraw, then you might be using a "dark" theme, in that case that is the intended behavior which is unfortunately not...
This is the exact reason [`joinAdapters`](https://state-adapt.github.io/docs/core#joinadapters) was created. I pretty much never manage object state without it. State can be a primitive type, so it could be very weird trying...
(Just read the first half of this if you want. 2nd half is me brainstorming) Yeah but there are some steps in syntax that not even I am obsessive enough...
The type serialization thing may not work if it's like `null | number` because the `defaultState` might be one and the adapter another. I thought maybe I could just equate...
Alright, this and a lot of other things you brought up, and a conversation with Nate Abele (creator of UI Router for AngularJS) made me rethink pretty much all of...
Pretty much what I've said in this thread. 1. Sources will emit plain values, not actions, and have `type` as a property 2. Sources will be callable directly 3. Sources...
Or maybe it was the other thread about your Svelte wishlist
Yeah, pretty major. Quick question. I'm validating some TypeScript right now. I'm trying to get something like [RxJS's pipe](https://github.com/ReactiveX/rxjs/blob/master/packages/observable/src/observable.ts) but with another possible argument other than `UnaryFunction`. Basically I want...