Eric Schultz
Eric Schultz
No issue to report but after trying to understand papertrail, I found this gem and I am floored at how elegant and clear it is. I wanted a way to...
First off, awesome project. I'm really excited at the idea of such a fantastic piece of software being open source. Looking though the code, I was trying to understand the...
## Is your feature request related to a problem? Please describe. In the last few days, https://trojansource.codes/ reported a new [CVE](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42574) related to bidirectional control characters in code. When certain...
I have a form where I do client side validation and then, on submission, I could receive back additional errors from the server. Additionally, I have validateOnChange turned on because...
Currently, the Facebook and Twitter share buttons in the followup pane of the donation wizard include a link to the donation page. That donation page link does not include any...
## Description We get a number of warnings in the shared_user_context file because we use the last argument as keyword parameters. This is deprecated and not allowed in Ruby 3....
Currently, there's no way to expand child objects in jbuilder files. Ultimately, we should be able to do this. As an example, look at the following (simplified) transaction object for:...
The entire front end must be made fully accessible. As part of this, best practices for React should be used. The libraries to use are: * ... List libraries ......
**Is your feature request related to a problem? Please describe.** Typescript has valuable typechecks through it's [strict mode](https://www.typescriptlang.org/tsconfig#strict) that we're not using because we don't have strict mode on. Using...
Depends on #971 Expandable API objects can be shrunken or expanded. An expanded object is simply the full object for example, if an object has a expandable `transaction`, it would...