Edwin Mak

Results 20 issues of Edwin Mak

I noticed that the .ruby-version and the Gemfile version are different. This changes the .ruby-version to match the Gemfile specified one.

This PR attempts to make the chat demo more performant or responsive. It does it by utilizing the [Scoping Page Morphs](https://docs.stimulusreflex.com/morph-modes#scoping-page-morphs) In addition to that, I've made these changes to...

### Description This PR updates the configurations necessary to migrate from Heroku to Cloud66. A few notable changes: - config.force_ssl must be NOT be `true` since Cloud66 handles the SSL...

WIP

### Description This PR introduces the ability to utilize turbo and/or stimulus to introduce interactivity to the application. I personally believed I've used turbo & stimulus enough to know it...

Resolves #3260 ### Description This PR adds a page to manage the users for a partner as an organization. This uses the roles! A few additional things to change in...

Hey there~ I ran into an issue with dialyzer using `Mix.env` to control loading the .env file like so: ``` if Mix.env() == :dev do Envy.auto_load() Envy.reload_config() end ``` Dialyzer...

**Description:** Currently, the diaper application is able to deactivate a partner to prevent them from making requests. Although this is a great addition to prevent full-on destroying Partner records, we...

Hey there! My team has been running into some problems with the gem that appears to only affect Firefox users. This appears to be related to turbo as I can...

Hello there, We noticed that our workers when encountered with a delayed job that specifies a deleted object in its handler cause the workers to crash and halt processing more...

Resolves #5086 ### Description I can see that we wanted to change this from saying "Executive Director" since the field inside contains general contact information. This includes some "scaffold" or...

WIP