Daniel Allman
Daniel Allman
I would suggest updating the `userIsInRole` function on like 658 of `roles_common.js` to: ``` userIsInRole: async function (user, roles, options) { let id options = Roles._normalizeOptions(options) // ensure array to...
When will this be merged into the production version of this package? I'm looking forward to testing the changes:)
I tried to get my project running in the meantime, and I am getting this error: ``` I20240327-15:24:02.924(-7)? error on boot.js packages/modules.js:1880 I20240327-15:24:02.933(-7)? const __filename = __cjs_fileURLToPath(import.meta.url); I20240327-15:24:02.934(-7)? ^ I20240327-15:24:02.935(-7)?...
I have modified some things and have resolved the above error, I think it was due to using vite 5 instead of vite 4. Now, I am getting somewhere. In...
Bumping this... Disregard my specific issues, I just really need to know if this bundler supports blaze projects in meteor 3. If so, is there a demo project for it?...
No worries! If the bundler isn't ready for blaze thats quite alright, I just have not been able to figure out if it is for the life of me.
Do you have an example project/ set of config files where blaze and react are working together? To be clear, I have an app that uses both React and Blaze...
I can see if I can put together a repo for this, not sure if that's going to be possible though. The codebase in question is large and nebulous... It...
Delaying the mount is a very good idea. I'm the branch you linked though I'm only seeing the blaze dependency in the meteor packages file, not the code itself...
Progress! I followed you example and got it kinda working. Now, I am getting two new issues. The first is a multi package definition: ``` W20240701-17:57:35.266(-7)? (STDERR) ⚡ Detected multiple...