jump to:allmastodonblueskylemmylobstersdevstackwikirsshn
wwebbit
view: | | |

Front page / Stack Overflow · hot matching “dynamic”

2 shown · updated 19s ago · read only
  1. Externally Loaded Dynamic Plugins for Backstage (stackoverflow.com)stack

    19 points by Mad Grey Duck in stackoverflow.com · 4mo ago · stack

    Backstage 1.48.0/ 1.49.0 introduced a dynamic plugin loader which takes already packaged plugins and loads them dynamically at the point of building your Backstage application. I can only see a way to load the packaged plugins from a local directory. Is there a way to load them…
  2. Execute more than 500 operations at once in Firestore Database (stackoverflow.com)stack

    7 points by Francisco Durdin Garcia in stackoverflow.com · 8y ago · stack

    I'm trying to create a WriteBatch to keep control of one of my dynamic references in my database. My app have a simple User-Follow-Post-Feed model where I want my user to see in his feed the posts of all the users he is following. What I'm doing after research on Firebase exampl…