Jake Wesorick

Results 21 comments of Jake Wesorick

Is this still an issue? If I use this gem does it not work with sending reset password emails?

It should always go left to right regardless of locale. ![Screen Shot 2022-07-07 at 2 26 04 PM](https://user-images.githubusercontent.com/801062/177716385-b1ae4bbb-9e55-4c74-9249-0df4f8f66587.png)

Just want to throw my support in behind this PR. I can really use this.

Ok that mostly worked. Jest then recognizes it as a module. But then my specs are still written as CommonJS so I had to add ```js "transformIgnorePatterns": [ "/node_modules/(?!react-cheetah-grid)" ]...

@dipakchandranp Same for me. The promise is always returning false on iOS.

The $_ENV fix was not my issue. I was missing the `autoload.php` file in my `venfor.zip`. Make sure you have run `php composer.phar install`, which generates the `autoload.php` file, before...

To add to this, on Heroku I currently need to commit new code to change the env variables. Having access to process.env would let us change the environment variables through...

In my browser console: ` Warning: ReactDOM.render is no longer supported in React 18. Use createRoot instead. Until you switch to the new API, your app will behave as if...

May be related, I am getting `Error: no-response` when trying to play mp3 audio on my site with the default runtime caching. ` Failed to load ‘https://abc.cloudfront.net/123.mp3’. A ServiceWorker passed...

I am having this issue. Proposed solutions are not working.