Guille

Results 27 comments of Guille

hi @amazonelope , have you tried acting on the proposal using the "finalize" action? The call should be something like this: ` near call act_proposal '{"id": , "action": "Finalize"}' --accountId...

+1 on this error @trusktr , and maybe @MaxGraey knows too.

Is there any progress on this? The community keeps asking for it on a monthly basis.

I fixed it using: ``` var pell_focused = false var pell_content = document.getElementsByClassName('pell-content')[0] pell_content.addEventListener('focus', ()=>{pell_focused=true}, false) function pell_add_image(url){ if (!pell_focused){ pell_content.innerHTML += "" $('html-output').textContent = pell_content.innerHTML pell_content.focus() } else{ pell.exec('insertImage',...

thanks @doriancrutcher . does this affect us? how can we fix it?

@AhanR nobody is working on it as far as I know

4 years later, `create-near-app` creates either a contract or a frontend.

I can confirm this bug, and that the solution of changing `modules.exports` to `export default` fixes it