Eric Bus

Results 15 issues of Eric Bus

We're currently using this project with both `shallow` and `mount` renders. In some tests we use `beforeAll` with the render function: ```js const renderComponent = () => { component =...

I'm deploying a project without artisan. But when I call update, the following code is always run: ``` // Clear cache if (!$this->getOption('no-clear')) { $this->artisan()->runForCurrentRelease('clearCache'); } ``` I could add...

For some reason, every time the USBHelper tries to contact the Internet, I get an 'Unable to connect to remote server' issue. This seems to be related to the internal...

The script `service-work/class-service-worker.php` has a method `pwaforwp_onesignal_rewrite` which is called every time a page is loaded when logged in as an admin. This results in rewriting the `.htaccess` file contents...

I've setup a bare repository on my production server. When I try to deploy the code, the first step is to checkout the remote branch. But at the time, there...

bug

I've been working on a custom grant_type to incorporate OTP in the normal user_credentials grant_type. This requires a storageMap property with the same name. The main problem is that the...

The ErrorToExceptionFilter does not handle additional HTTP headers that are added to the OAuth2 response.

Every grantType requires a corresponding entry in the storageMap configuration. But the bshaffer/oauth2 library only accepts specific names in the storageMap configuration. This modification requires the re-use of existing (and...

singergi/gearman is replaced by websightnl/gearman due to a maintainer switch

Currently the primary key attribute is always the primary key of the owner object. Normally this is the only logic thing. But my illogical database structure, which I have to...