Gage Peterson
Gage Peterson
This would be very useful to me, mainly because I have a projector per table/store. And because there's a foreign key between them it's kind of important for one to...
Same! This is my favorite font right now 👏
Here's a better screenshot:  The bug seems to be that the `state.theme` *never seems to change in the `render`* so the click doesn't toggle it properly...
If found that this works however 🤷♂️ ```ocaml type action = | ToggleTheme; type state = {theme: Theme.themes}; let component = ReasonReact.reducerComponent("App"); let make = _children => { ...component, initialState:...
I love the idea of tup sadly this prevents me from using it
If the only use case I'd to get around legacy APIs would it make sense to just say "use ports"? Then again it would stink to have to make special
Arrangements just because your framework on the server is restricted. It would be nice to have elm be a full replacement for js. I think if we did allow this...
Auth0 often stores JWTs in cookies as another +1 to this issue. Here's a quote describing the issue > Stormpath recommends that you store your JWT in cookies for web...
The JWT just asserts things. If you don't put the user_id in there you don't know they are the user they say they are. You could send up a "what's...
I think for our proposes we use mac exclusively, as long as it can build on most NPM versions it's probably not a big deal.