Matheus Richard

Results 86 comments of Matheus Richard

Sorry to ping you again, @nobu. Can we get a second look at this?

@peterzhu2118 can you take a look at this?

@hsbt any plans on merging this (or not)?

@ronwsmith Cookiejar released a new version. We can update and add Ruby 3.3 to CI now

I'm not against this per se, but what about JSON? Ruby has support for that in the stdlib, so we wouldn't need an external dependency.

Oh, I totally missed that!

A work-around (snippet from a Stimulus controller): ```js const choices = new Choices(this.element, { allowHTML: false, removeItemButton: this.element.multiple, }); const form = this.element.closest("form"); if (!form) return; form.addEventListener("reset", () => {...