Alexey Migutsky

Results 37 comments of Alexey Migutsky

Yeah, sorry for not been clear enough @CHBaker I just wanna you to add the list of emojis you use to the CONTRIBUTING.md It has some emojis alongside the list...

I am not sure this reference requires a new section 🤔

Isn't there a repo/website with those things anywhere?

Need to go through the book to evaluate it. Will take some time. I have my concerns

@maxsun How does it compare to "Grokking Algorithms"?

You may want to double-check these combos: - Nested tasklists - Nested mixes of checklists and tasklists - Tasklists/checklists within HTML tables (not MD tables) - Nested tasklists within HTML...

> Angular will therefore always require some amount of shimming depending on which bundler you're using. Yes, that's a common problem. There is `angular-cjs` shim for cjs modules, and shimming...

I need this thing as I am planning to use angular-bacon with my "framework" based on angular (from now on). I will either use requirejs or webpack (which supports AMD/cjs/es6...

If you need the setup for angular, you can see it here: 1. w webpack: https://github.com/packetloop/angular-webpack 2. w requirejs: https://github.com/tnajdek/angular-requirejs-seed/blob/master/app/js/main.js

Unfortunately, it cannot be easily ported. Opera and Safari does not have the same API for extensions available (you cannot hijack requests from web pages). Firefox is a bit convoluted...