hellectronic

Results 6 comments of hellectronic

Have a problem, running qtodotxt. I git cloned the repository and tried to run it from source. Before I installed python3 and pyside with homebrew. I am on Snow Leopard....

My simple workaround is to replace the Document-tag in the resulting message string. ``` String document = value.document(writeParams); String updatedDocument = document.replaceFirst(PAIN_DOCUMENT_TAG, PAIN_DOCUMENT_TAG_UPDATED); ```

Thank you for your comment. My use case is to generate a document with this tags because the service processing the XML needs them.

> Hi, thank you for responding. I am aware I can catch and handle the exception everywhere as workaround, but that is far from ideal., since the goal is to...

Would it make more sense, to have an index.js that exports all components as _named exports_ instead of importing Dropdown and then access the other components through it? I suppose...