Mark Raynsford

Results 79 comments of Mark Raynsford

Ok, I've pushed the changes that were necessary. Currently, the version number is manually set to `0.20.0-alpha` to match what's already in `readium-shared-js`. The POM itself had some metadata updates,...

I suspect I'll be the one actually pushing the packages to Central, as I'm already set up to do so (have PGP keys, have a Sonatype account, etc).

'Ello. > My roadmap is to do 1) a bug-fix release of hexter Real Soon Now(TM), 2) a release of hexter that will run in hosts like Carla that don't...

'Ello. I have about ten years experience writing C/C++ but haven't written any for many years. If you could give me some pointers as to where the changes would need...

I've run into this today parsing an SQL file (rather than connecting to an existing database). Whilst I'm not personally interested in being able to create roles from `jooq`, it's...

Oh... https://www.jooq.org/doc/latest/manual/code-generation/codegen-ddl/#ignoring-unsupported-content

I would really like to see this. I have over a hundred repositories all using git flow, and I've lost track of the number of times I've had to `git...

I'm not sure about that. Unless I'm mistaken, to use the enforcer plugin to do this, the rule implementation would have to implement the infrastructure needed to check the current...

I think the primary difference here is _interfaces_. If I'm a _service consumer_ (a _user_ of a type exposed as a Java interface), then if a new method is added...