jonshipman
jonshipman
I may end up doing a PR for this on my own time, but dropping this here as a note. For all the formats that supportsExif false (and really, we...
In the examples the targets for x64 and x86 are determined by a BITS constant. Recommend switching to IsWow64Process2 to support ARM64. https://docs.microsoft.com/en-us/windows/win32/api/wow64apiset/nf-wow64apiset-iswow64process2 The dll and lib files in the...
I would like to mention that I ran into this issue using the Square gateway (they use the SkyVerge framework for adding to WooCommerce). In their validate_fields method they check...
A query to contentNodes does not populate nodes in the return. To reproduce, run a query: ``` query ThisIsBroken { contentNodes { nodes { ... on SimpleProduct { id name...
Currently you can grab dates like so:  What I am proposing is that we the PostObjectFieldFormatEnum to the date field to return the date as rendered by WordPress. ...
Also a high number of page faults being seen on save. Just wondering if there's a correlation. Recorded 40 minutes of video and the "Saving" took nearly 20 minutes.
Looking over the project, a successful transition from .Net Standard 2.0 and Framework 4.8 into .Net Core 5.0 and dropping WinForms in favor of UWP would allow successful porting into...
Closes #408 Adds a folder that sets up Pocketbase and Remix with a *simple* UI for cookie-based server authentication. Once logged in, there is a demo showcase Pocketbase's realtime API...
Provide a demo example of [Pocketbase](https://pocketbase.io) auth implementation and realtime data subscription. PR inbound