Anton Stoychev

Results 30 comments of Anton Stoychev

> I don't see how we can solve this from our part Well if we can't find a target and one of the parameters passed is an observable, we can...

> Honestly, as discussed with @mweststrate, I don't see any advantages of nested observables / classes, and don't use them. Ok. Consider this as just some brain teaser. I don't...

In relation to #6 and because you (@zalmoxisus) were asking, I think the work needed to finish all scenarios for this pull request is not worth the effort right now...

Good reason for rerunning some files: `before/afterEach` hooks. Related issue: https://github.com/zinserjan/mocha-webpack/issues/166 But i would say that monkey-patching beforeEach or hooking to some events of mocha will make it possible to...

+1 I actually found rivets searching for this functionality. @mikeric is the API still in flux? Should we rely on components or you reccomend some alternative? PS: I tried web-components...

The babel configuration in shaker is also causing me error of `Duplicate plugin/preset detected.` if I supply `babelOptions`. I used to supply all my babel options there. Now I see...

For the time being i started using a custom evaluator which basically is a stripped down version of `shaker/index.js`: ```js const { transformSync } = require('@babel/core'); const generator = require('@babel/generator').default;...

@Anber awesome to hear that! And yes, I'm already targetting IE11. Anyway, much ❤️ for linaria!

I've recently run into same/similar problem when using a `pnpm` monorepo with some [custom/user exports conditions](https://nodejs.org/api/packages.html#packages_resolving_user_conditions) in `package.json`. I tried to work around this limitation with a DIY solution of...

Peer dependencies are [just like warnings to the developer](https://nodejs.org/en/blog/npm/peer-dependencies/#the-solution-peer-dependencies) for packages that are addons to other. About the example - yes I think it will be sufficient. However I think...