Adam Goldman

Results 47 comments of Adam Goldman

Thanks @dziraf What you offer is a workaround yes? Seems like a bug in the mongoose adapter?

can't we use the transition manager instance for that? I will also happily contribute for that feature. Will make my life easier :)

as a workaround, is it possible to tell webpack to handle a specific node module as esm? psuedo code: ``` // webpack.config.js module: { rules: [ { test: /node_modules/the-package, target:...

u don't have pollyfills for that? I think babel pollyfil ccovers it.

I am using TS, but the error is: ``` OnInit not found in '@angular/core' eslint import/named ``` how do I use an eslint override? This is the `eslintrc.js`, let me...

@hudochenkov i can try to implement alphabetical sorting if given some pointers :) I couldn't get postcss-sorting to work :(

object that opens on click is default behavior on chrome. it's not like that cross library? If we can console everything as independent arguments instead of a string, wouldn't it...

> It's definitely not like that in every browser, and it's definitely not like that in node, which is text only. Gotcha, thanks for educating me on this, I forget...