distalx
distalx
Is it necessary to include these node_modules in their entirety? can we get by, by adding only `dist` code? some modules also have their documentation and examples included with them....
If we remove the jQuery completely. How would it affect the current usage? i.e. `this.$` inside the template API like `onRendered` and other places. And what would the migration path...
I love the sound of the standalone blaze. In past, I come across a diagram explaining the internals of blaze. Not able to find it at this moment. If we...
+1 Started running into the same issue after updating the node version to `14.18.2`. Passenger version is `6.0.12` ``` App 22612 output: (node:22612) Warning: Accessing non-existent property 'padLevels' of module...
Hi @FooBarWidget & @CamJN. How do you think this should be resolved? Should we update the **Winston** to its latest version which is 3.6.0 ATM?
Thank you @CamJN, I have just done a fresh setup and this issue has been resolved for me in version `6.0.13`.
@rglover, Thanks for the quick response. I can help you with maintenance tasks. Should I go ahead and make the proposed changes?
For me all tests are green. Keeping a `jQuery` for test-only dependency as of now.
This issue is related to #989. This [code](https://github.com/codebuddies/codebuddies/blob/staging/server/main.js#L207) is how we used to keep track of these numbers, it stoped working after removal of mizzao's meteor-user-status [package](https://atmospherejs.com/mizzao/user-status).