ralph emerson

Results 7 comments of ralph emerson

Here's the code that I wrote: This code below is triggered from a different template ``` 'click .btnGenRandom': function (e, tmpl) { function alphanumeric_unique(strlength) { return Math.random().toString(36).split('').filter( function(value, index, self)...

Things I have done so far: - Use autopublish + mysql-shadow, result have duplicate - Use subscribe/publish work instead of autopublish still duplicate - Disable mysql-shadow and all the subscribe/publish...

Every time I insert a data to my collection the first data seems to duplicated or repeated, See picture above on my first report

My test have an initial data on the MySQL database then replicated to mongodb, and I inserted a data. Just now I checked, if there are no data on both...

any update on this project?

@timbrandin any update on this?

Try this. Works for me!! ``` const qrStyle = { width: "80%", height: "60%", top: "0", left: "0", overflowY: "hidden", overflowX: "hidden", objectFit: "cover" } { if (!!result) { setData(result?.text);...