Michael Ruoss

Results 47 comments of Michael Ruoss

@williancolognesitrimble my webpack config currently looks like this: ```js import nodeExternals from 'webpack-node-externals' const config = { entry: '...', externals: [nodeExternals()], ... other_configuration }

> My best recommendation right now is to manually write the IE prefix: Hi @Dan503 and thanks for the quick response. Okay, this is exactly the workaround we used: ```...

You're right, @Dan503. It was by chance my code resulted in the desired result. I guess, if you want to use the name of the grid area instead of the...

Yes excactly, but now we are back to the initial problem. If you add a gap, it doesn't work as desired. But my workaround from above works here, too: ```css...

Seeing this now after upgrading to OTP 24.3. Maybe related to https://github.com/erlang/otp/issues/5783?

I don't see a problem. The following steps work as expected with version 0.5.2: ```bash mix new hello_world # => now add {:bonny, "~> 0.5"} to mix.exs mix deps.get mix...

Actually, try running `mix compile` before `mix bonny.gen.manifest`.

With the next version, yes. But although we have integration tests now, this requires some "production approval". Next version is probably going to be an RC...