Leonardo Venturini

Results 8 issues of Leonardo Venturini

I believe this line should be either calling `runLog.log` or `Console.error`: https://github.com/meteor/meteor/blob/6922fb6457d339d7b4fc76c73d10df3ed54c1871/tools/runners/run-all.js#L182 I got this error ![image](https://github.com/meteor/meteor/assets/17411182/e35bfd43-225f-4e8c-ac6d-e41006c426e2) When it should be outputting something like this ![image](https://github.com/meteor/meteor/assets/17411182/74ab5493-948e-447c-bec2-bbdd669ee02e) It is happening on...

When passing a callback to an insert the insert actually happens synchronously in the wrap and then the callback is is run asynchronously, which we think misses the point of...

Right now the init call (http) needs to occur on the same server as the event source connection is established at for some event event functionality to work. Authentication actually...

bug

A CLI can be important for a few things: - List and manage plugins - With the help of a configuration file can even start/stop the app, etc - Can...

feature

https://forums.meteor.com/t/helene-a-lightweight-real-time-web-framework-for-node-js-and-bun/60626/19?u=leonardoventurini

enhancement

https://github.com/meteor/meteor/issues/13072

Project:Accounts:Password

- Add info about publishing packages - Add info about `sudo` and troubleshooting (Gabs' issue) to main docs

Project:Docs

If you ran `meteor node` in a project which was not initialized/had its bundle downloaded, it would revert to the Node.js version of the bundle installed by default. The solution:...

Project:Tool