Josh Perez

Results 130 comments of Josh Perez

I highlighted them above: Take Marty's instances. Take Marty's class extends Store approach (better for typing and tooling). Take Marty's HoC (Marty.createContainer and all of its really nice methods) for...

Does Marty have any releases coming up? Anything changing? [email protected] has been merged into master but hasn't been released to npm because I was going to docs overhaul. I'm wondering...

Ok cool, so plan of action... - Nail down what we're merging exactly. - Figure out a merge path. - Create an org where all the addons can live. Also,...

We should probably split these issues up so it makes it easier to follow each development individually. I like that though.

Right you'd have to tell the minifier to not minify it, plus there's the risk of conflicting keys.

what I do: ``` js const dispatch = x => x const FooActions = alt.createActions({ foo: dispatch, bar: dispatch, baz: dispatch, }) ``` You can further reduce this if you...

Do you mean this app? https://discord.com/application-directory/1289280100956635209

Got it, thanks. Forwarded to the right folks internally.

`invalid peer certificate: UnknownIssuer` that's the error that's happening. When I visit it on a browser it looks like the cert is valid but our unfurler doesn't like it