Sharing with the community: text transcoding libraries

Updated the post and yes, it worked. I am a bit disappointed though, how many people will actually try this? I am in no way an advanced user but must I really be so as to catch this?

I think it’s mostly up to the library authors. The config should be possible to change at runtime, I think.

In case of codepagex, I’d try building the mappings modules at runtime with compile:forms. And then expose some config functions which would update app env and then cause recompilation (code:soft_purge, compile:forms, code:load_binary).

In general, I try to design my own libraries in such a way that every config option can be changed at runtime.

1 Like