Paulo Mogollón
Paulo Mogollón
When updating a document using direct ```Collection.direct.update()``` previous is still fetched with just the _id. This behaviour doesnt make sense, as it should completely bypass the hooks functionalities. This causes...
**Describe the bug** Async hooks dont wait for the hook to return to perform the Collection op, for example. **To Reproduce** ```javascript Tickets.before.insert(async function ticketsBeforeInsert(userId, doc) { doc.idNumber = await...
Deployment fails because node v14.21.4 is not found. The script is trying to install from nvm, but I dont think this version is available from nvm. Meteor version: 2.13 ```log...
* Moved listeners to a separate file * Changed listener event names * Send what the event receives to RN * Implemented new listeners This PR is just a draft...
:thinking: It is working for me - see https://github.com/mieszko4/react-native-zoom-us-test/commit/27ecd8bc642678fe3dccb385b1ceae884c54504b However, I cannot show both screen share an video at the same time _Originally posted by @mieszko4 in https://github.com/mieszko4/react-native-zoom-us/issues/142#issuecomment-930425871_
Hi, Im having an issue when running any command from firebase-plugin, we get ``` NoMethodError: [!] undefined method `[]' for nil:NilClass ``` This is happening when the sign-in challenge is...
When inserting a document with options, like to bypassCollection2 it throws an exception. collection.insertAsync(doc, {bypassCollection2: true}) Exception in Mongo write: TypeError: object is not a function at packages/mongo/mongo_driver.js:322:1 at runWithEnvironment...
Im using a new black project but whenever I try to update or create a new project with v3-beta I get the following error: Im using ubuntu 23.10 ```bash =>...
When the laptop wakesup from sleep I get this error, not sure how to better describe it. It doesnt seem like a critical bug, but still something to check. ```bash...
Some days ago zoom released their first beta version of the [react native SDK](https://developers.zoom.us/docs/meeting-sdk/react-native). It looks like it will be a good moment to start checking if this new SDK...