Kirill Cherkashin

Results 64 issues of Kirill Cherkashin

Hey, thanks for the lib, ``` javascript it('should be possible to map on Baobab instance of a list', function(){ assert.strictEqual(typeof new Baobab([1,2]).map, 'function'); }); ``` I would expect the map...

bug

e.g. ``` >> test.js: define(["one", "two", "old"], callback); define(["old"], callback); define(["old", "three", "four"], callback); ``` What I tried ``` grasp -e 'define([_$before,"old",_$after], $callback)' test.js -R "define([{{before | join ','}},'new', {{after...

One possible way of implementing could be to allow user to specify a file which would export the filters.

Could be used like this: `wintersmith article 'Post Title'` A folder can be generated with a name post-title (some kind of a slug) Index.md can have all default settings and...

I want to add codelab.fun which is a free interactive Angular course, but I'm not sure what would be the best category to add it under?

Would be really great to have one

Create a component that would quiz the user, giving: * a question (which can be HTML - use ng-content) * A list of answers, one of which is correct ![image](https://user-images.githubusercontent.com/2545357/64391695-c20d7d80-d017-11e9-8d11-ad0dfebb3d7a.png)...

help wanted
good-first-issue