ensemblebd
ensemblebd
is the repo owner awol? I don't understand how a perfectly good pull request isn't acted upon. sheesh. guess that's the nature of npm and all these insane changesets from...
I believe the logic the engineers meant this for, was to ensure that precisely what is used locally is what ends up on the server. Since npm can get pretty...
@StorytellerCZ understood. Do you think it may be permissible(or evaluable), if perhaps a changeset was produced whereby: - a new build parameter was offered: --serverPackages [embed | manual] - default...
Yup the installation guide is trash. The only thing that worked for me in an actual live website which isn't built for this plugin, was to: ``` require(['/_assets/vendor/store-js/dist/store.modern.min.js'], function(result) {...
Excellent, thank you for the patch! I made some adjustments for my use case scenario to hook the func and attempt to use it preferentially ``` window.storageReadyCallback = function(storage) {...
`meteor add service-configuration` ``` ServiceConfiguration.configurations.upsert( { service: "google" }, { $set: { clientId: "123456790.apps.googleusercontent.com", secret: "XXXEXTRAHASHYXXX" } } ); // note: see also ----: let fbconfig = Meteor.settings.facebook; ServiceConfiguration.configurations.upsert( {...
FYI I was able to get it working. Man the documentation on all of these packages makes this tough. There were tons of issues I had going on. But I'll...
Guten tag :) The client we were hired by to develop a project for, ended up scrapping their ambition/funding before we got anywhere significant. So this boilerplate is about **a...
As an update to this incredibly helpful post by @tjementum , it should be noted that the project.json file will be replaced by csproj in a near future update. So...
Same, occurs on iPhone 11 @ > 14.0 < 14.4.1 14.4.1 works fine (iPhone 12). Will reply if I find alternative or details of value. But so far it's a...