Thomas Craipeau

Results 9 issues of Thomas Craipeau

with objects for _id the return of doc._id after insert is of the type "new ObjectId("964b098402035b3de292d00f")" meteor : [email protected] matb33:[email protected] mongo server version 4.2

in swarm mode the network mup-proxy is not created I must do it manually before passing mup setup for it to work Mup version (`mup --version`): 1.5.1

Bug
swarm

in swarm mode the use of a private docker registry causes a deployment error Mup version (`mup --version`): 1.5.1 Output of command ```bash Started TaskList: Pushing Meteor App [51.**.***.***] -...

Hello with the update for my application in the minimongo tab the collections remains empty, in the old version I saw the data well

I can't apply a change to a `useInfiniteQuery$` https://tanstack.com/query/latest/docs/framework/react/guides/infinite-queries#manually-removing-a-single-value-from-an-individual-page ``` const queryClient = useQueryClient$(); const newPagesArray = oldPagesArray?.pages.map((page) => page.filter((val) => val.id !== updatedId), ) ?? [] queryClient.setQueryData(['projects'], (data) =>...

there is a problem is when you click on the profile that does not redirect to the profile but shows a 404 https://diasp.org/posts/523437 example here when I try to click...

Meteor 1.6 uses the 8.8.1 version of node and npm 5.4.2

Hello, I am encountering an issue while updating an application from Meteor 2 to Meteor 3. In my application, I use `Meteor.userId()` within helpers and other functions wrapped with `Meteor.bindEnvironment`....

with the package install it returns DDP._CurrentPublicationInvocation.get() undefined https://github.com/meteor/meteor/issues/13258#issuecomment-2314923925 https://github.com/Meteor-Community-Packages/meteor-collection-hooks/blob/migrate/3.0/server.js#L30 ```js Meteor.publish('TestBindEnvironment', async function () { if (!this.userId) { return null; } const test = Meteor.bindEnvironment(async () => { console.log('bindEnvironment...