Jesse Gorzinski

Results 34 issues of Jesse Gorzinski

**Describe the solution you'd like** A `dcmassignuser` command would assign a user certificate to be used for client authentication

**Describe the solution you'd like** A `dcmregister` command would register a new application in DCM

**Describe the solution you'd like** A `dcmverify` command to check for expired (or expiring-soon) certificates

Proposal to add two new GitHub actions for the project: - One CI action to run tests on PRs etc - One to run tests, create a release, and attach...

Similar to #28 For instance, if the .md has: ~~~ Run the following command: ``` my command here ``` ~~~ The command is not rendered properly in the resulting man...

For instance, if the .md has: ``` Look at my list: - thing 1 - thing 2 - thing 3 ``` The list is not rendered properly in the resulting...

closing a cloned JdbcConnection (by calling the copy constructor) results in an NPE: ```fortran org.h2.jdbc.JdbcSQLNonTransientException: General error: "java.lang.NullPointerException" [50000-210] at org.h2.message.DbException.getJdbcSQLException(DbException.java:573) at org.h2.message.DbException.getJdbcSQLException(DbException.java:496) at org.h2.message.DbException.get(DbException.java:216) at org.h2.message.DbException.convert(DbException.java:414) at org.h2.message.DbException.toSQLException(DbException.java:386) at...

Resolves #35 for IBM i

type::feature
source::community
stale::recovered
in-progress

## Expected Behavior Expecting [the "first analysis" demo](https://clinicjs.org/documentation/doctor/03-first-analysis/) to detect an event loop problem as documented. ## Current Behavior "Detected an unknown issue" (This is the first time running Clinic...

### What example(s) need improvement? All the Camel examples ### What improvement(s) could be made? - All should wait on a loop that checks if the context is stopped, rather...

enhancement