Mark Shust
Mark Shust
The react-komposer version is very behind, and newer composeWithMobx isn't included.
I'm receiving this error with Meteor 1.1.0.2: ``` W20150719-08:25:11.512(-4) (blaze.js:71) Warning: Assigning helper with `Template.backend.chartBackend = ...` is deprecated. Use `Template.backend.helpers(...)` instead. ``` However, when I change format to Template.backend.helpers...
**Description** Per https://courses.m.academy/courses/set-up-magento-2-development-environment-docker/lectures/8974570 there have been a couple reports of this happening: **Steps To Reproduce** I have yet to reproduce this on my local machine, however the code should be...
Automatically detect which search service being used from the appropriate --elasticsearch-host value during `setup:install`, per https://github.com/markshust/docker-magento/pull/834
This warning was recently raised after running the GitHub workflows at https://github.com/markshust/docker-magento/tree/master/.github/workflows Examples of warnings https://github.com/markshust/docker-magento/actions/runs/3757523579 All scripts need to be updated to their most recent versions to use Node16...
This error is too prevalent, and is causing too many GitHub issues to be filed: ``` Project directory "/var/www/html/." is not empty error ``` It is also represented by: ```...
I'm correctly setting SeoCollection objects with route_name and title. Title tags appear to be rendering correctly in the browser, however it appears Google isn't seeing the title tag. ![screen shot...
Not an issue, but I thought it would be helpful to other people to easily run this. Create a new directory named "slack-bulkinviter", then once in that directory, copied the...
There's just a React Router example at https://github.com/gadicc/meteor-hmr/blob/master/docs/React_Hotloading.md However, I'm using FlowRouter. Can an example me added for this? I had this module working 6-8 weeks ago, but looks like...