Mike Beckerle
Mike Beckerle
I tried the suggested method of exporting a configuration, editing the JSON to change the name, then importing a new backup job, as a way to achieve this "clone then...
I have same issue in entirely different code base (Apache Daffodil).
Can't find an upvote button. But I vote for this feature. In all cases where we use value classes, it's inner-loop code where we're using it to avoid overhead like...
This in XML is also causing an infinite loop: ``` myAttribute=`value" ``` Note that the quotes are mis-matched.
I would be happy with a setting/flag optional argument for XML loader calls indicating a desire for stricter XML 1.0 semantics, vs. lax XML/HTML4 compatibility semantics with the default being...
The TDML runner needs log4j core, so the CLI will because it can run TDML tests. But Daffodil proper, used via API as it would be when embedded into a...
@susmita-m145 we're moving towards release 3.1.0 soon. I'd like to get this charset in. Can you fix the review-comments issues?
Charsets are now pluggable as of daffodil git hash c81b213b02ac414a39290787cf2eea14d83fdc26, so this can be done as a dynamically loaded charset extension now. I'm not at all opposed to building this...
I didn't even want to create PRs for these, but github won't shut up about various of my "parked" things pushed to my fork, which are really just pushed there...
Do we need to test this on RHEL 9 too?