Handling duplicated routes in Vue.js

Handling duplicated routes in Vue.js
For one of my side projects, I’m using Vue.js[2] to develop a web client. Vue.js offers an official router for the framework called Vue Router[3]. In order to navigate between Views, the framework offers the following function: router.push({ name: 'home'}) But what happens if we are already in the view home? We get the following nasty error: NavigationDuplicated { _name: "NavigationDuplicated", name: "NavigationDuplicated", message: "Navigating to current location ("/home") is not allowed", stack: "Error at new NavigationDuplicated (webpack-int…/node_modules/vue/dist/vue.
Read more →

The magic of SSH Remote Forwarding

Access machines behind a firewall remotely using SSH Remote Forwarding
Read more →

How to know which CPUs have been allocated to a job?

Check how to get the physical CPU IDs allocated to a Slurm job
Read more →

Ldap Triggers

LDAP Triggers is a python package which allows executing an arbitrary script when an LDAP entity modification is detected.
Read more →