Mohammad Azeem

Results 11 comments of Mohammad Azeem

first update the sources by running : `apt-get update` then upgrade using :`apt-get updgrade` then install the veil dependencies by : `./setup.sh --silent --force` the above command the override the...

Hey fellas just do one thing use this instead: [https://github.com/mohammadazeemwani/Veil](url) instead >> Enjoy.

> I am new, so idk properly for the replcaing part of cryptodome can u tell it in a bit detail. how do we replace it? Use the above link...

> Or is it possible that the service worker no longer needs to be set up separately because the browsers have changed and have now implemented their own service worker...

> Hi, how do I get the pwa into foreground, when I tipp on a received push notification? Is there no click action for push notifications? Of Course there is:...

> Thanks for your code, but I get errors, when I copy this code into my project. First I put it in the constructor of app.component.ts where I already activated...

> @mcblum nope, I removed Axios and used fetch instead. Why use an incomplete library that can’t even perform equally as good as the base code? regarding this can you...

running into same issue here but not for serverless but for electron build in production target: arm64 dep, the error only shows in production not in development and is hard...

It is very very very much imp that this will not work if you are doing development on `http` instead use `https` the `navigator.clipboard` API is not available over `http`...

@AdnanHussainTurki Were you able to resolve it, facing similar issue here