hello96

Results 3 issues of hello96

Hi there! I was trying something really simple like this snippet: const { translate } = require('free-translate'); (async () => { const translatedText = await translate('hello world', { from: 'en',...

Hi everyone! I'm getting a strange error when trying to validate a BDOC container: ![image](https://github.com/user-attachments/assets/159560a4-4b0c-48b0-8ba5-ae15ab5399c8) My code: ``` Java Container container = ContainerBuilder.aContainer(DocumentType.BDOC) .fromExistingFile(bdocFileName) .build(); // Validate the container ContainerValidationResult...

Hello, where does the [email protected] private address comes from? Whenever I run the docker image I keep getting this address. How should I change it? Thanks beforehand :)