Omar Habash

Results 18 comments of Omar Habash

My terminal is suddenly not opening to the current project (zsh / mac). I keep reading about `newWithCwd `. But there is no keybinding with the `when` equal to `workbench.action.terminal.newWithCwd`...

> For me update doesnt work i have following error: `require() of ES Module /Users/adamg/WebstormProjects/testng/node_modules/inquirer/lib/prompts/base.js from /Users/adamg/WebstormProjects/testng/node_modules/inquirer-autocomplete-prompt/index.js not supported. Instead change the require of base.js in /Users/adamg/WebstormProjects/testng/node_modules/inquirer-autocomplete-prompt/index.js to a dynamic...

any solution? ``` "firebase": "^9.6.9", "@angular/fire": "^7.2.1", ``` ``` "executor": "@angular-devkit/build-angular:browser-esbuild", ``` ``` Node : 18.13.0 OS : darwin-arm64 npm : 8.19.3 nx : 18.2.4 @nx/js : 18.2.4 @nx/jest :...

also struggling with this. my user is logged ``` import { AngularFireAuth } from '@angular/fire/auth'; private afAuth: AngularFireAuth, return this.afAuth .signInWithPopup(provider) .then((userCredentials) => this.loginSuccess(userCredentials)); ``` now in another part of...

I am also interseted in easy ways to for my users to get their uid... How do you guys do it with the chrome extension?

@jpoles1 do you know how that request works?

How did you guys get api accounts? https://rocketgit.com/user/gdr/bitmoji/source/tree/branch/master/blob/update_json.py ```def login(username, password): headers = { "User-Agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/48.0.2564.116 Chrome/48.0.2564.116 Safari/537.36", "Content-Type": "application/json", }...