Nacho Codoñer
Nacho Codoñer
Reported on slack: https://meteor-community.slack.com/archives/CN350MY1G/p1704695310758029 Some time back, we were tasked with addressing an issue occurring in a specific code scenario that seems to break isomorphism. The next code behaves differently...
I have been testing the extension, concretely the experimental feature of npm subfolder intellisense, which works greats. However, when having [scoped packages](https://docs.npmjs.com/getting-started/scoped-packages), such as `@scope/package-name`, it doesn't work. I have...
Context: https://forums.meteor.com/t/post-your-tips-for-updating-to-meteor-v3/61625/16 ## Implementation There are two ways to implement this to ensure by default the db is not removed. 1) Fetch beforehand all the folders and files within `~/.meteor/local`...
## Issue This issue was reported and reproduced https://github.com/meteor/meteor/issues/13101 and https://github.com/meteor/meteor/issues/12939. ## Fix The provided fix is to make `WebApp.addRuntimeConfigHook` async compatible. The callbacks provided to this function [describe hooks](https://github.com/meteor/meteor/blob/devel/packages/webapp/webapp_server.js#L357)...
Context: https://github.com/meteor/meteor/issues/12940 This PR replaces the ['@vlasky/whomst'](https://github.com/vlasky/whomst) dependency with a different method to get the gid from group names provided by the UNIX_SOCKET_GROUP environment variable, introduced in [#11451](https://github.com/meteor/meteor/pull/11451). The change...
Context: https://github.com/meteor/meteor/issues/13110
Distinguishing this PR from https://github.com/meteor/meteor/pull/13193 to cover Node upgrade here and distinctly to `babel-preset-meteor` upgrade, as causes more issues and likely critical breaking changes for next release, more details on...
- [x] Bump the version of babel-preset-meteor and @meteor/babel npm packages used on the meteor tool - This is to include properly these changes https://github.com/meteor/meteor/pull/13171 - [ ] Research issue...
Hi @JorgenVatle. I have started to adapt the [simpletasks example repository](https://github.com/fredmaiaarantes/simpletasks) to use `meteor-vite`. For that I forked it https://github.com/nachocodoner/simpletasks-meteorvite, and adapt the vite.config.js as explained on the `meteor-vite` repository....
I've made some core changes to enable the creation of new packages that can completely replace the app bundler with a modern version, following the approaches discussed in the forums,...