johanib
johanib
@sabas Thanks! I'm not sure how I missed ->setStrict(true), but it solves my linebreak issue :sweat_smile: One more thing I don't understand, given these EDI segments: ``` FTX+AAI+++PLS ENSURE TO...
For my purposes I do not need to extract the individual FTX+AAI segments. But afaik, the readEdiDataValue function is build on the idea that the caller specifies what it wants...
@sabas I created this pr: https://github.com/php-edifact/edifact/pull/135 I did some small refactoring to reduce the amount of nested if/else constructions. Please let me know if you have any comments.
:confetti_ball: Just a question: What is the release process like? I see the latest tag / composer package is from October last year. Can we release this version? :)
I think this error occurs in newer Jira versions. In our case, we needed this fix, and also this change: https://github.com/lesstif/php-jira-rest-client/pull/549 to make the integration work again.
I think we should upgrade to simplesamlphp/saml2 5 as well. Ill take a look.
I was not using typescript, but used signature_pad like this: `window.SignaturePad = require('signature_pad').default;` Changing it to this removed the errror: `window.SignaturePad = require('signature_pad');` (this might be a legacy way of...