Luca

Results 2 issues of Luca

The command `npx create-ol-app {name}` outputs following error: `Cannot read property 'name' of undefined`

Hey guys, i have the problem that i cant login through login() and following code fixed it for me: ``` def login(self, username: str, password: str) -> dict: url =...