Results 56 issues of Kasper Peulen

I was also posting this in the do proposal: https://github.com/tc39/proposal-do-expressions/issues/9 To me, it sounds most logical that if any of the `if`, `switch`, `for`, `while`, `try` keywords are used in...

letting operator names as End act like \End

enhancement

It makes from this: ``` Actions Select an action: dispatch(new Actions.ChangeSelected(e.target.value))} > {actions.map(action => {action} )} {exerciseIdInput} Close ``` This: ``` Actions Select an action: dispatch(new Actions.ChangeSelected(e.target.value))} > {actions.map(action =>...

bug
enhancement

When I type \text and then press spacebar, this works. When I try the same trick with \mathbb or \mathfrak this doesn't work. I would really like to have support...

Feature
LaTeX parsing

I've made a list of unicode symbols that behave different from the corresponding LaTeX macro: ``` \begin{align} \alpha &=α\\ \Bbb R &=ℝ\\ \sum_{k=0}^n&=∑_{k=0}^n \\ \prod_{k=0}^n&=∏_{k=0}^n \\ \sqrt{2}&=√{2} \\ \sqrt[3]{2} &=∛{2}...

Feature Request
Good first contribution
Code Example

# 🌈 Feature Would be great if the TS version of the editor can be bumped to the latest version (4.7). I really love the new control flow Analysis for...

I don't know, but I find it odd that if I add jest definitions that they are globally available. It is may be a bit nitpicking, but now I get...

bug
libdef

This is the example: ``` const xMin = (-0.7); const board = JXG.JSXGraph.initBoard('jxgbox', { boundingbox: [xMin, 0.23, 10.5, -0.025], }); const mu = 5; const sigma = 2; const normal...

enhancement

I have two problems with chartStyle='bar' chart element: * You can't set any attributes to the borders of the bar. As you can in regular polygons. Even if I try...

I have here an animation: https://sowiso-animations.firebaseapp.com/rational_number.html I was noticing that even if the slider doesn't change value, the whole board is updated just by clicking the slider, and slightly moving...