Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added labels to the map #38

Merged
merged 11 commits into from
Jan 28, 2022
Merged

Added labels to the map #38

merged 11 commits into from
Jan 28, 2022

Conversation

philippewarren
Copy link
Contributor

Comment on lines 27 to 39
- name: Install system dependencies
run: |
sudo apt-get update
sudo apt-get install nodejs npm
sudo apt-get install nodejs npm build-essential

- name: Update npm
run: sudo npm install -g npm@latest
run: |
npm --version
npm install -g npm@latest
npm --version

- name: Install the VUE.js frontend
working-directory: catkin_ws/src/opentera-webrtc-teleop-frontend/teleop-vue
Copy link
Contributor Author

@philippewarren philippewarren Jan 25, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Related to the warnings in CI

Comment on lines 1 to 22
module.exports = {
root: true,
env: {
node: true,
node: true
},
extends: [
"plugin:vue/vue3-essential",
"eslint:recommended",
"@vue/typescript/recommended",
"@vue/prettier",
"@vue/prettier/@typescript-eslint",
"@vue/prettier/@typescript-eslint"
],
parserOptions: {
ecmaVersion: 2020,
ecmaVersion: 2020
},
ignorePatterns: ["/submodules/*"],
rules: {
"no-console": process.env.NODE_ENV === "production" ? "warn" : "off",
"no-debugger": process.env.NODE_ENV === "production" ? "warn" : "off",
"comma-dangle": [
"warn",
{
arrays: "always-multiline",
objects: "always-multiline",
imports: "always-multiline",
exports: "always-multiline",
functions: "never",
},
],
},
"prettier/prettier": "off"
}
};
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Related to the warnings in CI

Comment on lines -206 to +380
window.addEventListener("keyup", this.onKeyUp);
window.removeEventListener("keyup", this.onKeyUp);
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed this, I assumed it was a typo

@philippewarren philippewarren requested a review from doumdi January 27, 2022 22:52
@doumdi doumdi merged commit 6dd2516 into main Jan 28, 2022
@philippewarren philippewarren deleted the labels branch April 11, 2022 15:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants