Daniel Allman
Daniel Allman
The openai client that was targeted by the PR was what I was using before deciding to switch to langchain. I would definitely recommend finishing the PR, sasha's openai client...
I am having a similar issue in my application. I am sending a few hundred records through a subscription. Each record is approximately 15 to 20 kb. When meteor devtools...
> @dallman2 Can you share an anonymized version of the publication's code so we can repro? And the Meteor version too. Thanks! @leonardoventurini , I do not think I will...
I have a theory. I was getting this exact same error, but it went away when I removed the explicit version specifier from the package, ie `[email protected]` became `accounts-password`.
Do you have any versions specified for any packages?
Try with no packages, then re add them one by one without version numbers
I agree with @bratelefant on this. The solution may not be to specifically expand the memory pool available to the dependency resolver, but some sort of migration tool should be...
Hey @zodern, how close is this to being incorporated into the Meteor 3 beta? I have been pulling the thread on why the build times for my (quite large and...
@dr-dimitru @jankapunkt @bratelefant is there a PR in the works for this? We're currently migrating to Meteor 3, and file uploads and downloads are core to the product.
Synchronous Mongo calls on the client side are alright in Meteor 3.0, IIRC. When is this PR expected to be merged in and published? I would love to test this...