Thursday, the most unproductive day

Great ““minor”” update guys!

3 Likes

How the ____ do they do so much in a week? :beers:

2 Likes

With this new version of Wappler, I’m sure: They don’t sleep… hahahahaha

I think this is the most elaborate update so far in the history of Wappler.
And the mention of homebrew was like 5G in iPhone 12 keynote.. :joy:

Will try it out soon. Great work Wappler team and community for reporting so many bugs! :clap:t3:

3 Likes

2 Likes

Must be a big update coming today. Much later than usual. The guys putting in some overtime?

3 Likes

Are there any update :partying_face:

1 Like

:sweat_smile: :sweat_smile::sweat_smile:

3 Likes

Who else is here today just for this?

Your prayers have been answered… honestly I didn’t expect an update since they have been irregular and extra frequent :smiley:

1 Like

With betas they do indeed change schedule but I’ve never seen them miss a Thursday unless they are on holidays.

1 Like

That’s dedication… can’t imagine promising our (future) clients to have an update out every Thursday… One day I will ask how they do it.
Weekly feature updates + customer support with a 3-man team :astonished:

1 Like

I think it’s time to release…just saying.

I love clicking on discourse tags.

2 Likes

maybe we just skip the update this week, nothing too much going on :smiley:

2 Likes

But its the highlight of my week :joy:

8ed

I am already drafting my whiny post of things I know will be missing on release.

2 Likes

Maybe just check npm - they know more about Wappler than you think :slight_smile:

3 Likes

Noice! Just installed. HJSON seems pretty straight forward.

Is it compatible with extends in the js?

extends: 'browser',

If so, something like this would be nice:

<dmx-browser id="browser1"></dmx-browser>
<dmx-browser-plus id="browser-plus1" extends="browser1"></dmx-browser-plus>

Or directly in the HJSON:

components: [
		{
                   extends: "dmx-browser"
                   ...
}

And all the methods, dynamic attributes and events are available from browser1 in the UI or for any browser component if defined in the hjson.

Components :open_mouth: I’m super excited!