Bear Giles
Bear Giles
Sample output - I attempted to attach a zip file containing the HTML content but it was far too large due to the bundled images. (Call graphs, etc.) Therefore I...
I wasn't aware of that effort. Thanks for the info. Is it C or C++? I don't recall if the server can directly link to C++ yet but it's often...
See [Feature Issue 9226](https://github.com/testcontainers/testcontainers-java/issues/9226)
I don't think you can make that assumption at all. The Cloudera installer, at least before they somehow put everything behind a paywall, allowed you to specify Active Directory (iirc),...
Sorry for the huge PR but it had to cover a lot of territory... and it's still missing some things. (Esp. documentation!) The README.md file has more details but the...
I've been exploring the cleanest way to handle the 'backend -> docker image' step and a maven plugin looks like the best approach. I know you've mentioned the pgxn plugin...
I've been working on a separate side project to exercise the generated docker image a bit(*) and discovered that I can simplify the implement. However I also discovered that the...
quick note - it looks like the PR may be missing nearly everything - like the PR was pulled from an initial commit. I'll look into that. (I only noticed...
Here's a bit of info from my other project. First, a quick descent through the obvious tables. ``` postgres=# select * from pg_catalog.pg_extension; oid | extname | extowner | extnamespace...
After a bit of thought I realized that classnames can stored as standard options - no need for an extra table. I only thought of that because of my initial...