James

Results 41 comments of James

I have a very large app running Blaze and Viewmodel, most of the time it is not an issue, but sometimes I would enjoy some performance benefits. @ManuelDeLeon I don't...

Thanks for this, I have used it successfully on my branch.

Have you made any progress on this, this looks like an awesome package and would be great to have a Java backend?

I get this with `meteor run android-device` as well.

I just updated 2 old production Meteor with Blaze apps to 1.7 and they both almost went flawlessly, in 9 years of Javascript programming I have never updated a major...

This level of control would be great.

I am very interested in using SDK-ts with a distributed network, I'd love to help you test things out here, I'm just not sure where to start. I would like...

Actually it work fine in Chrome at least, paste this in the console: ```javascript const { Resonate, Context } = await import('https://esm.run/@resonatehq/[email protected]') async function downloadAndSummarize(context, url) { console.log('downloadAndSummarize: main function-')...

My idea is to implement a RemoteStore to pass to SDK that connects with websockets to a distributed network of. Maybe I'm way off base, but it seems like it...

How is work going on V2?