Reedik Tuuling
Reedik Tuuling
https://www.npmjs.com/package/@angular/material-date-fns-adapter looks like something is brewing, any idea when this could be actually released?
Same here, but hard to find out why exactly this is happening.
I noticed the same thing. I tried various things, but for me what broke the view was calling `timeline.getItemRange()` after setting new items and groups. I could not find out...
Building View Engine libraries makes to build process longer than it has to imo. > The above means we will need to patch this in a major version, which we...
I'm also thinking that test don't work fine if the library is not Ivy compatible. Jest tests fail for me: ` Unexpected value 'AuthModule' imported by the module 'DynamicTestModule'. Please...
Don't want to sound mean, but I think I will. > Basically we're struggling with the same support of older Angular versions problem. What you are struggling with is the...
Would be nice to get this one!
Having the same problem. And the problem seems to come from the name case. When I name my class/filename with only one upper case letter it works: hooks.php ``` 'custom'...
Also the $name of the Task seems to play a part here. If I do this it works: ``` namespace tasks; use Rocketeer\Abstracts\AbstractTask; class Newrelic extends AbstractTask { /** *...
Apparently giving the task a singe uppercase name works: ``` 'custom' => [ 'newrelic' => 'tasks\NewRelicDeployment', ], ``` ``` class NewRelicDeployment extends AbstractTask { /** * Name of the Task...