Joel Wietelmann
Joel Wietelmann
At the very least, it's important to start pinning the minor version of the erlang image. Everyone just got an accidental update from OTP 22.0 to OTP 22.1 which broke...
As someone currently evaluating Draft who stumbled on this issue while searching for how to do multi-service apps, if I may add my 2 cents in favor of handling umbrellas:...
I know it's been forever since anyone responded, but I have a feeling this is because of our undocumented environment variable optimization: https://github.com/revelrylabs/elixir-nodejs/blob/master/priv/server.js#L6 We blow away `require`'s cache on every...
I labeled this "designy" because that's what I suspect, but I'm not 100% sure.
I might want to real-time chat about this a little. I like the way feather is constructed. I don't like the client-side JavaScript method of using it as much as...
Upon reflection... Should visibility even be a component? Or should we start thinking about utility class functions as first-class citizens? Something like this? ``` ```
I like that idea. Anyway, the function itself is pretty simple, so here it is if you want to do this: ``` function hideFor(...sizes) { return sizes.map(size => `hide-for-${size}`).join(' ')...
It seems like nobody uses this, so I say we just remove it. I'm going to clarify that in the issue title/description and throw it into the "good first issue"...
@blazebarsamian Could you please confirm that the IE11 bug is fixed and close this issue if so?
I don't have all of the background here to know what's happening exactly, so forgive me if I'm wayyyy off the mark, but are we perhaps talking about problems that...