Joe Haddad

Results 48 comments of Joe Haddad
trafficstars

Hopefully @kristoferbaxter can chime in on this! We've previously had discussions regarding optimal class name generation for gzip.

Happy to take a look if you provide a demo!

You could make it a self-contained executable with [`pkg`](https://github.com/zeit/pkg).

Just dropping in here as I saw this issue referenced on https://github.com/zeit/next.js/issues/9524. I think it'd be cool to collaborate on adding ReasonML support directly to Next.js! Though, we could start...

You can view a sample plugin here: https://github.com/zeit/next-plugins/blob/master/packages/next-source-maps/index.js! This would need adjusted to add the appropriate loaders for Reason, etc.

This example of using ReasonML with Next.js may also be of value: https://github.com/zeit/next.js/tree/canary/examples/with-reasonml And a TODO app: https://github.com/zeit/next.js/tree/canary/examples/with-reasonml-todo

Omit can be emulated using object destructuring: ```js > let a = { foo: 5, bar: 6, baz: 7 } undefined > a { foo: 5, bar: 6, baz: 7...

This sounds like a bug, maybe. Let's leave it open and get a better understanding. Thanks!

> what you need is a conditional auth test, right Yes, based on HTTP header. This sounds like what I need.