Major Disorder
Major Disorder
- Updated .gitignore to latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore - Fixed inconsistent access modifiers for `ExtendedClientConfiguration` properties. All properties now have private setters, as I feel the configuratiuon object should be immutable....
@raol, today I published my fork on nuget. The main reason being I needed a strongly named assembly for our project. I'm using the fork in my own package: https://github.com/dimi3tron/Amazon.SQS.ExtendClient.Compression...
The constructor overload of ExtendedClientConfiguration accepting "ExtendedClientConfiguration other" does not set or copy the S3KeyPovider on the new instance. This could be by design, but looks like an oversight.
This PR Changes the type registration and header paths to play nice with the new Godot 4.x model. **!** This will break the build for all Godot 3 branches including...
The image with the wiring diagram seems t obe missing. Can you upload another version?
When specifying zoom, the raw output produces trailing black pixels because of a faulty calculation in the output writer. To fix: on `Ln 43` of `raw_output_writer.cpp` change ```cpp write(white, zoom_...
**Is your feature request related to a problem? Please describe.** The approach used for the methods select_row, select_rows and update_rows is inherently flawed and vulnerable to SQL injection. In my...
**Is your feature request related to a problem? Please describe.** It seems like a good idea to me to always escape table and column names when building queries. This will...