Bevan Weiss

Results 12 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",...

### Windows Sandbox version 10.0.22621.3527 ### Windows build number 10.0.22621.3593 ### Other software _No response_ ### Steps to reproduce the bug It would be great if it were possible to...

feature-request

Add support for GPIO_HIGH_SPEED mode for STM32F1xx mcus, allows for them to be set to 50MHz (with GPIO_HIGH_SPEED flag) instead of the 10MHz limit currently imposed. Also change how Alternative...

This adds support for SDIO / SDMMC interfaces on the following STM32 mcu series: - STM32F2 - STM32F7 - STM32H7 - ~~STM32L4~~ (but not all it seems... just the L43x+)...