Jonathan Cobb
Jonathan Cobb
I'd like to increase the `max_connections` setting in the postgresql.conf file. I understand that on a first-run, this file will be created by `initdb`. Is there a way to adjust...
I would like to use jcabi for annotations like `@RetryOnFailure`, `@Async` and `@Cacheable`, but whenever I run my tests I get the following error: java.lang.NoSuchMethodError: javax.validation.Validator.forExecutables()Ljavax/validation/executable/ExecutableValidator; The project I'm working...
The 2.1-stable branch does not include a pre-built jar. Instead, we can update the `.bat`/`.sh` scripts to check for the existence of the uberjar, and built it if needed.
**Is your feature request related to a problem? Please describe.** When installing on Ubuntu, Algo does not have any special support for the most recent version. In particular, iptables has...
I think this line would break if the `if (error)` condition were true, because JS arrays don't have an `.append` method. My IDE was complaining until I changed it. https://github.com/stripe-samples/accept-a-payment/blob/d7c83fed6f677625f511dd591a3a8dd2849c6b13/payment-element/client/vue-cva/src/components/SrReturn.vue#L28