Ashley Heath

Results 4 issues of Ashley Heath

First pass at add and put methods for building collections and maps within beans (see #100). * Creates `addPropertyName(value)` methods for collections and one-dimensional arrays within beans. Higher-dimensional arrays are...

Example class: ``` @BeanDefinition public final class Example implements ImmutableBean { @PropertyDefinition(validate = "notNull") private final String exampleProperty; private static class ExampleInner { private final String innerProperty; private ExampleInner(String innerProperty)...

RFE

**Describe the bug** Updating the tool using the install powershell script: fails due to the powershell aliases already being present (and overwrites any existing config the user has with the...

It seems postgres is compiled by default with an [id size of 63 bytes](https://www.postgresql.org/message-id/CAKFQuwar0TStiq7T45uZGRg6JXpkpy8rMZ4r5ZXVu4q5oeaqCg%40mail.gmail.com). `procrastinate_notify_queue()` performs ```sql PERFORM pg_notify('procrastinate_queue#' || NEW.queue_name, NEW.task_name); ``` that means there's a practical limit of...

Issue appropriate for: newcomers 🤩
Issue contains: Some SQL 🐘
Issue type: Feature ⭐️
Issue contains: Some Python 🐍