Greg Poole

Results 31 issues of Greg Poole

On the [How to backup your instance](https://github.com/nextcloud-snap/nextcloud-snap/wiki/How-to-backup-your-instance) wiki page, the instructions on how to restore are missing a step where the tar file is extracted. I also think it's a...

Stale

The warning about using for...of states that regenerator-runtime is required: > iterators/generators require regenerator-runtime, which is too heavyweight for this guide to allow them. Separately, loops should be avoided in...

pull request wanted

**Page Affected:** https://developers.google.com/web/fundamentals/native-hardware/fullscreen#fake_it_auto-hide_the_address_bar **What needs to be done?** The suggestion to use `scrollTo` as a hack to hide the address bar doesn't seem to work in Safari anymore and as...

Documents [a solution](https://github.com/dperson/openvpn-client/issues/90#issuecomment-462167761) for the following error when using pre-made config files downloaded from VPN providers: ``` --up script fails with '/etc/openvpn/update-resolv-conf': No such file or directory ``` I have...

Hi there, Thanks for your work on this, it's a great time-saving tool for processing stuff for mailing! I noticed that you've restricted the width and height dimensions being applied...

Following the instructions currently in the README under "Running Locally" leads to an error when trying to install the extension. The following error is seen after following both methods (about:debugging...

I was interested in using this library for a project, but the profiling results are from some time ago and unfortunately jsperf.com has been down for some time. I ran...

In some cases, the hook will call `onTriggered` unexpectedly if the clicked element removes itself from the DOM via an `onClick` handler. It seems like by the time `useDetectClickOutside`'s click...

The package published at @analytics/google-analytics seems to be the newer GA4 package, but the usage shown was for the older UA version, so out-of-the-box usage with the sample code threw...

Adds an additional check for `ServiceWorkerRegistration` being defined before trying to access it, allowing the module to be imported in non-browser environments or browsers that don't define `ServiceWorkerRegistration`. Fixes #173