Keaton Brandt
Keaton Brandt
Ah, I see. I am actually writing this for a macro though, but it’s a Derive macro that needs to generate functions outputting the correct type. So I take it...
Hmm, I'm not sure I understand the problem well enough to help out. Can you put together a jsfiddle or something like that? Generally, `overflow: hidden` is necessary to keep...
Yeah, sorry, things are a little out of date. Angular code in particular suffers from very rapid code rot. Unfortunately I'm quite busy right now but this is on my...
There's currently no way to pass in custom animation code (if you're feeling up to it, I'd welcome a pull request to add that!) -- but it should be pretty...
Hmm, I'm seeing reports of similar problems with WebPack on other ng2 components. Seems like if often just means "something, somewhere, is wrong", so that's fun. Is it possible for...
Does your template have a `*kbPages="let page of pages"` directive in it? I should add an extra check, instead of just assuming it exists. I do in some other places...
Yeah, that is the normal use case (See /examples/hero/app.ts). Are you importing both `KBPagesRendererDirective` and `KBPageSliderComponent` into your app component as directives? Or, I guess more broadly, are there any...
Hmm, that is very odd. Is there anything you've done differently from the example that I could test to see if I can reproduce the error?
Well I might as well be The Menu Guy and take this on. Anything special you had in mind or just a bog standard context menu? Assuming radial menus come...