Christophe Bansart

Results 10 comments of Christophe Bansart

It works if I add a this.inputField.executeCommand("hideVirtualKeyboard") before disabling it. I've tried to blur it before with no success ( for information I use virtualKeyboardMode: "onfocus")

Added comment : It seems that you have remove in 4.2.0 the Fraction['REDUCE'] tests. Therefore, my workaround is to come back to mathjs 10.0.0 and install manually fraction.js version 4.1.1...

Hello, actually I've figured out the use of the flag math.Fraction.REDUCE in an old message in this repo. Regarding my need, it's still a core feature that I implemented in...

Hello, first of all thanks a lot for the great job on sortablejs, it works like a charm.I would also be really interested to implement the @elpollitodiablo scenario : Lock...

I fully agree "So it may not be simply enough to say "does it multiply out to give the same expression?" As fully factorized, the expression must be in the...

Your 2009 work is really impressive ;-) I fully tested it. For a given polynom, I observed that 4(0.25x+1)(x+3) is considered as false whereas (x+4)(x+3) is considered as a correct...

Hello, I face the same issue, and difficult to find a workaround THnaks

Hello, It could be a workaround to address that. I experiment it to authorize only two elements to be present in one container. I think that in a similar way,...

Hi, sorry for my late answer. Yes, I create a headless workspace with new Blockly.Workspace(). You are right, the json I try to load contains backpack property. Thus, I delete...

Thanks @johnnyoshika , that works and it prevents the issue. If I understood well, it disables BackPack to be serialize, therefore when I save a workspace the blocks in the...