crapthings
crapthings
build server-only are include web.browser and web.browser.legacy want to save some build time that build server only
https://github.com/meteor/meteor/blob/ecf726ebf383917baba929e26adc40bd95281eab/packages/ddp-server/livedata_server.js#L248 if its a login user, this value is still empty.
https://github.com/crapthings/meteor-multiple-accounts-sandbox this is a demo i've made https://streamable.com/cnkj4 demo repo https://github.com/crapthings/meteor-multiple-accounts-sandbox ### issue with 1.8.2 account-base, when we login account, the localStorage only save rootUrl based suffix to key, this...
when you invoke Meteor.call, Meteor.subscribe, i want to know which method or publication i'm working with currently. there's this.userId better have something like this.methodName this.publicationName
    ```py import torch import numpy as np from PIL import Image, ImageOps from diffusers import AutoPipelineForInpainting import rembg modelName = 'kandinsky-community/kandinsky-2-2-decoder-inpaint' pipe = AutoPipelineForInpainting.from_pretrained(modelName, torch_dtype...
https://streamable.com/hy8xf its not sync and the other user's cursor always on start of text
this failed to test with 1.0.3.1.
i see there're session, reactive-var and all others wrapper except meteor/reactive-dict