Martin H. Bramwell
Martin H. Bramwell
Jeff, I tried your patch but get the following. I know nothing about Python so I'm afraid I don't know where to begin to try to solve the problem myself....
I do this: ``` function buildPageDiv(index, spec, path) { const imageSpec = document.createElement('img'); imageSpec.setAttribute('src', `${path}/${spec.page}.jpg`); imageSpec.setAttribute('alt', `${spec.page}`); imageSpec.setAttribute('class', 'responsive'); const pageImage = document.createElement('div'); imageSpec.setAttribute('class', 'page-image'); pageImage.appendChild(imageSpec); const pageContent = document.createElement('div');...
I notice this problem was first reported by "Muhammad Izzuddin Al Fikri" as a response to your Medium article last August 29. I also tried [the example](https://github.com/blackpuppy/vue-kindergarten-example) by @blackpuppy, and...
I've made another commit -- all necessary changes upgrade Astronomy from 1.2 to 2.1.0.
The [Meteor Mantra Kickstarter](https://github.com/mantrajs/meteor-mantra-kickstarter) works with Astronomy 1.2. I have just now committed a clean-up and upgrade of Astronomy to v2.1.0 to [my kickstarter fork](https://github.com/warehouseman/meteor-mantra-kickstarter/commit/d0f5bab5553c921791aa806bfe525b207710d24e). I am trying to keep...
You are much more likely to get well informed answers asking that question in [the Meteor Forums](https://forums.meteor.com/).
I would also like to know the correct way to handle trapping server-side errors. In terms of ergonomics users should **never** see server-side error messages, of course, but during development...
I am seeing the same thing, yup.
How did you do that exactly? When I change .meteor/release to 1.3.0 instead of 1.3.2.4 I get : `This project says that it uses Meteor 1.3.0, but you don't have...