MateuszMazurek

Results 6 comments of MateuszMazurek

Would be good to see the whole project (a github link?), but you might try to edit package.json file and add "type": "module" `..." main": "app.js", "type": "module", "scripts": {...

I would try to console.log everything that is possible first to make sure if fx. `ifcModel` is actually loaded, so maybe try `console.log(ifcModel)`

Can you try to run `npm install` and then `npm run build` again?

Created a pull here: https://github.com/dabeaz-course/python-mastery/pull/65

I believe there is an error here and it should be about the `read_rides_as_dicts` function? Also - there is no solution in this excercise...

Hey @TobiasSeum I needed this functionality last week, and have come up with this (with great help of people from https://people.thatopen.com/) > async highlightByExpressID(expressID) { > const model = this.model...