Fabio Pliger
Fabio Pliger
Sorry that I'm late to the party (been a rough couple of weeks and I missed this). @mandersogit your revised HTML is the correct way of specifying other versions of...
I think it's a great proposal and probably a component that should be in core...
This is a regression... The code line registering new extensions somehow got deleted. I should have a quick fix.
I think this is a composite issue... the issue on `py-button` and `py-input` themselves should have been resolved but some of the issues bubbling up in examples are related to...
Sorry for being late to the party. The feature request here is definitely 👍 on my side :)
I think the core issue here is the quick and dirty implementation of the loader, the sequence of events, and how we are managing the loader itself. We need to...
/cc @antocuni @marimeireles
@JeffersGlass @marimeireles that's a fair point.. The core of the issue is on the fact that `print/output` != `display`. Basically, the former is a way to print statements somewhere for...
@JeffersGlass yeah, I get your point. I actually do agree that there are cases for `print` (`log`, etc..) outputting to an element on the DOM [**but(!)** probably not by default]......
Good point @JeffersGlass :) @madhur-tandon , what do you think of merging this soon and you solve conflicts in your PR? Before we merge though, I wanted to check with...