Johannes Raggam

Results 44 comments of Johannes Raggam

@reinhardt finally implemented the specs as defined (did not carefully enough read them... :/ ) However, there is one case not covered by the specs - loading all items at...

According to a chat with @cornae we can keep this PR as it is. Also `max-initial-size` set to `0` and loading all elements, as long this is not documented. We...

Hi, sounds like an interesting idea! I could imagine to add automatic sorting as a feature to `pat-sortable`. But that would need to run through an internal specification process. A...

@gforcada let me know if I can help bootstrapping a new pattern or getting this done

The pat-date-time picker is undocumented because it's not an official pattern for the Patternslib distribution yet. I built it around 2016 in order to replace Pickadate for a customer project...

@ScriptedAlchemy thanks for the heads-up! I've grepped the webpack and module-federation-examples repos for any examples but didn't find any occurrences or examples. Can you point me to something?

The https://github.com/module-federation/module-federation-examples/tree/master/advanced-api/automatic-vendor-sharing are quite the use case which we're tackling here. Except that I do not even want to expose/load individual modules from my separate bundles, but everything which is...

Just a heads up - I‌ still have this on my radar, but I'm short on time diving into that right now. Have to prepare next week's Plone conference training...

something like: ```load more...``` ? You place the "load more..." button at the end of the document and replace itself with the results from the server - which itself again...