Omar Habash

Results 14 issues of Omar Habash

How can i achieve this syntax in my TS project `console.log('hello'.red)`

Wondering if there is a way to control the zoom and translate separately? I want to translate faster without having to zoom

I set my app up same as in the readme. when i try to enter a mention i get the following error ``` fs.js:3 ERROR Error: [Parchment] Cannot insert mention...

I am trying to `ng serve --prod` but i get an error. >Error: Unexpected '/'. Escaping special characters with \ may help. Looking online. It seems to be an issue...

**Firebase:** ``` "firebase": "^9.6.8", ``` **AngularFire:** ``` Angular CLI: 13.3.0 Node: 14.16.0 Package Manager: npm 6.14.11 OS: darwin x64 Angular: 13.2.5 ... animations, cdk, common, compiler, compiler-cli, core, forms ......

My users will be uploading different size images. Is there a way to make sure either we resize the uploaded image OR make the watermark cover 100% width?

Can i make custom break point name in the confix like below? ```const bp_config = { breakPoints: { custom: {min: 1000, max: 1919}, }, debounceTime: 100 };```

I am using this exactly as described in the readme. I dont have much more info to provide. The browser often crashes when tabbing away and coming back or resizing...

I am having trouble reaching `carrieraccount`. Ive notice several situations where @types might be out-of-date? ``` import * as shippoClient from 'shippo'; shippoClient('**').carrieraccount; ``` results in the following error >Property...

I have an angular app which server side renders my app. Problem is - my app uses jquery so the server goes crazy with errors (`ERROR ReferenceError: $ is not...