Daniel Lo Nigro

Results 360 comments of Daniel Lo Nigro
trafficstars

I don't think so. I just stopped using MNPP and installed Nginx and PHP-FPM manually.

Around phpMyAdmin, have you tried Sequel Pro? I think a lot of developers on Mac OS would be using Sequel Pro and wouldn't need phpMyAdmin.

@zoo babel-core is still lighter than babel-core + all presets though, right?

@nhuttrung You could build your own version of babel-standalone that does not include any of the plugins or presets.

This is maintained as part of Babel now. @hzoo Do you know if we're still updating babel-standalone for v6.x, or are we just focused on v7.x? Is it okay to...

I'll push an update later this week, maybe tomorrow. Hopefully the update script still works, otherwise I'll just do it manually. These releases are actually supposed to be automated, but...

@pedrofurtado Both of those issues are specific to ruby-babel-transpiler, and most of the work for those would need to be done in that project. Once ruby-babel-transpiler is updated to use...

I'm not quite sure how you'd use both together... Can you elaborate on how it'd work? I don't know a lot about ES modules.

Maybe `es2016` should be included as default, but stage 0 proposals are generally not stable enough to be recommended for wide use (eg. as a default). ECMAScript proposals that are...

Can you elaborate on exactly what you're trying to do? :)