Maxime Veber
Maxime Veber
This experiment is interesting. I hope you don't mind I created a gist with the code as record in case your site is down :) . https://gist.github.com/Nek-/d48853f93c8bde0592c92bab3da6af96
Why still using systemjs build? This is not recommended for a build. Also it's not compatible with webpack.
AMD does this job very well. :) See #33 for more details.
@flyover :wave: I think travis is not in the mood anymore. Checkout Github actions :) .
Why? On my side, I'm in favor of using Box2D standards. To improve code portability.
> Thanks for the PR, @Nek. Does this require upgrading to PHP8? No, this works with php7. However, I didn't test it. And I suspect the composer.lock to be an...
Guys, you should consider to use boto3. This repository is not maintained anymore. ``` python import boto3 client = boto3.client('autoscaling') client.attach_load_balancers(AutoScalingGroupName='asg_name', LoadBalancerNames=['elb_name']) client.detach_load_balancers(AutoScalingGroupName='asg_name', LoadBalancerNames=['elb_name']) ```
The way to do a Breadcrumb for now: ``` php // Random example $menu = $menuFactory->createItem('Homepage'); // Getting the last node aka "new message" here $endOfTree = $menu->addChild('Forum')->addChild('Topic')->addChild('New Message'); $manipulator->getBreadcrumbsArray($endOfTree);...
Thank you for explainations about the feature :) . (I never used it) But you never render a menu by yourself. And in a menu render you never need to...