justlester

Results 7 comments of justlester

> Sorry for the late reply. You need to set `clampLines` to `5` for that. Hi @Frondor, Sorry, my question is a bit confusing. What I meant to ask is...

> Hi Julian, I’ve solved by adding a % sign every 132 characters. I know it’s not the best but it works. Let me know if you figure this out...

Hi, is there any update or possible work around on this?

Since this is a node-pdu issue on parsing the message. I tried to recreate the sendSMS method and used a package called `node-sms-pdu` which is a SMS-SUBMIT PDU (Packet Data...

I was able to create a temporary solution with Vue2 based from @ogabrielsantos's answer. I created a custom component with the following plugins: 1. [@ckeditor/ckeditor5-vue2](https://www.npmjs.com/package/@ckeditor/ckeditor5-vue2) 2. [juice](https://www.npmjs.com/package/juice) (needed to convert...

up! I noticed the decoder found in util.js doesn't have the in or out status, also the realtime logs decoder: ` module.exports.decodeRecordData40 = (recordData)=>{ const record = { userSn: recordData.readUIntLE(0,...