Mattia Corbelli

Results 8 issues of Mattia Corbelli

### Is there an existing issue for this? - [X] I have searched the existing issues ### Summary It would be interesting to include the ability to generate sample data,...

feature

I installed the buildpack on heroku, activated via corepack pnpm and then did a deployment test. The error message I get is the classic ERR_PNPM_PREPARE_PKG_FAILURE. Packages are hard linked from...

bug

### Description After updating to macOS 15.4 beta 4, my Next.js project gets stuck during the page compilation process. There are no error messages in the console—it just remains in...

area/osx
status/triage
version/4.38.0

### Describe Currently, react-icons requires importing each icon set separately (e.g., react-icons/fa, react-icons/md, etc.). This structure makes it difficult to dynamically import icons based on runtime variables, as JavaScript module...

**Title:** Issue with `observeAsync` in Meteor 3.0.4 causing user object to revert to database state ### Description: There is a bug in Meteor 3.0.4 related to the `publish` of the...

Project:Mongo Driver
Project:Accounts (in user apps)
idle

# Issue: `helpers is not a function` in `meteor-collection-helpers` after upgrading to Meteor 3.2 ## Description After upgrading my app to **Meteor 3.2**, I encountered the following error when trying...

When a custom collection is set to manage users via Accounts.config, it is set correctly, but the old users collection is still created. It would be useful to arrange for...

Project:Accounts (in user apps)
hacktoberfest
idle

**Describe the bug** After upgrading to **Meteor 3.3.1**, the `matb33:collection-hooks` library no longer works as expected. Using hooks on a collection results in the following error: ``` TypeError: Cannot read...