Chris Couzens
Chris Couzens
The native Clang (`Apple clang version 12.0.0 (clang-1200.0.32.28)`) on Macs (Mac OS 10.15.7 anyway), seems to break bindgen's support for c++ header files. c header files seem fine. In particular,...
Hello, First of all, thank you for creating this gem. We're looking at using it to automate some Jenkins work 🙂 But we're concerned about the lack of recent activity....
There is currently [one very basic example app](https://github.com/ccouzens/keycloak-openapi/tree/main/example_app), written in nodejs that gets a list of clients. It would be good to have more example apps. The examples can do...
The OpenAPI files are all currently auto-generated. For example, for version 12.0, we download the [HTML documentation](https://www.keycloak.org/docs-api/12.0/rest-api/index.html), it gets processed and we output [OpenAPI documentation](https://github.com/ccouzens/keycloak-openapi/blob/master/keycloak/12.0.json). This is great, as it...
build.sh has been changed to be `chmod +x`. The binary is now built with the executable bit set. The `cp` was removing the executable bit.
### Basic Information tesseract 5.2.0 leptonica-1.82.0 libgif 5.2.1 : libjpeg 6b (libjpeg-turbo 2.1.3) : libpng 1.6.37 : libtiff 4.4.0 : zlib 1.2.12 : libwebp 1.3.0 Found AVX2 Found AVX Found...
It needed support to be able to get the mut pointer from leptonica-plumbing https://github.com/ccouzens/leptonica-plumbing/commit/4a721e7eb107e0af634d4f3d1218a441f2ad729a And for leptonica-plumbing pix to self reference https://github.com/ccouzens/leptonica-plumbing/commit/545708cf8fc3da070852bd4a1f008324fd1a562b It uses this so that methods can take...
This caught us out, as when we removed a deprecated input arg is wasn't as visible as we'd have liked. By adding this option, we can have visibility of deprecated...
Hey, I'd like to add some examples of how typeshare might be used to the Readme. For example having common schemas for parsing JSON. I'd like to add this because...
Hello, Thank you for your project. I've found that when using `browsersWithSupportForFeatures` I get an error when using esmodules, but not when using commonjs. I've attached 2 test files below....