PapsOu
PapsOu
@edcarroll : I tried on the official doc page the « States » dropdown. Step 1 - When the dropdown is on top of the page, the dropdown menu is...
@edcarroll : I've the same problem but I cannot create a plunker that work with ng2-semantic-ui.
@edcarroll : I've found a workaround : ```html Home ``` ```scss // app.component.scss sui-sidebar-container { sui-sidebar-sibling { position: absolute; top: 0; } sui-sidebar, &.pushable:not(body)>.fixed, &.pushable:not(body)>.pusher:after, &.pushable:not(body)>.ui.sidebar { position: sticky; }...
I've got the same issue with this stack displayed in the extension host output : ```javascript [2019-01-23 10:15:24.019] [exthost] [error] Error: spawn EACCES at _errnoException (util.js:1024:11) at ChildProcess.spawn (internal/child_process.js:323:11) at...
There is another example where disabling format on a specific section will help readability :+1: ```php ->add("template", TokenizedCKEditorType::class, [ "loopEntities" => [ // @formatter:off ["key" => "subscriptions", "label" => "Subscriptions",...
And there are another well-known example by Symfony developers : https://symfony.com/doc/current/bundles/configuration.html#processing-the-configs-array ```php namespace Acme\SocialBundle\DependencyInjection; use Symfony\Component\Config\Definition\Builder\TreeBuilder; use Symfony\Component\Config\Definition\ConfigurationInterface; class Configuration implements ConfigurationInterface { public function getConfigTreeBuilder() { $treeBuilder = new...
Hello, and what about supporting that feature in the official Cura ? I think it is a really important feature to avoid starting lines on top of nothing, like that...
I've got exactly the same problem, so i can't use the extension on my projets.