Khaled Osman

Results 9 issues of Khaled Osman

The repo seems to be a bit out of date and isn't using best practices when it comes to performance for angular applications, so this article might be unrealistic for...

version: 2.0.10 I have the current code ifvisible.setIdleDuration(900); ifvisible.idle(function() { console.log('idle') document.body.style.opacity = 0.5; }); ifvisible.wakeup(function() { console.log('wakeup') document.body.style.opacity = 1; }); // instead of setInterval, this will not call...

bug

- Update & Migrate all dependencies - Update to vue3, add typescript - Enable differential service with --modern flag - migrate to ionicons v5

Added a new documentation on how to setup semantic-release with bitbucket pipelines and private npm registries, based on personal experience and #951 .

# This is a (Bug Report / Feature Proposal) Feature Proposal for README / documentation ## Description I was able to cut my package sizes by more than half and...

I would like to run a command that uses the newly updated package.json version and write it into a file that is added to git to be included as part...

The repo seems to be a bit out of date and isn't using best practices when it comes to performance for React applications, so this article might be unrealistic for...

Replace for loop with [Array.prototype.every](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/every)