Bevan Weiss

Results 7 issues of Bevan Weiss

This is one of those completely minor items, but I think a slight usability improvement. When adding usage examples, the ordering of the arguments appear to be in alphabetic order...

Given that the "pgxnclient install" method doesn't work under Windows OS, it would be great if there were pre-built binaries available for a more recent release of PostgreSQL (like v12.5,...

When clicking on the executable in the treeview ![image](https://user-images.githubusercontent.com/2055446/209898643-3a57cb62-352c-4b2f-a7cc-ad0f27d7151b.png) DependenciesGui crashes with the stack trace shown below ![image](https://user-images.githubusercontent.com/2055446/209898604-82e68410-a106-4621-b7d5-c0113016d747.png) It's a 100% repeatable event for me, so hopefully would be easy...

As reported in Issue #216, when using a calculated binding, with a ValueGetter, the getter appears to be evaluted only once when initially converted to a TypeNode. This is unfortunately...

This allows to keep the existing TerminatedString behaviour when a field length constraint is applied, where it essentially becomes a SizedString. Whilst also allowing new behaviour that would keep the...

I have a situation in this CIP driver that I'm putting together where it wants to have a field padded to an even number of bytes. But this field might...

## Description I've got a solution with an xUnit Test project within it. I've configured a testenvironments.json file as below ```json { "version": "1", "environments": [ { "name": "Windows ltsc2022",...