Jens Axel Søgaard

Results 128 issues of Jens Axel Søgaard

Crome (and others?) otherways complains that certain HTML Elements (p and div) does not have the appendTo nor the get method.

1. The community section [1] does not list Slack. 2. The first paragraph of the docs at [2] mentions Slack and links to http://slackin.mathquill.com/ But it seems that link is...

On https://bossanova.uk/jspreadsheet/v4/ the installation instructions are: ``` // From a CDN ``` However this fails due to `jsuites`. I suggest adding ``` ``` to the from CDN installation instructions.

The following program produces the error: ``` ../../../Applications/Racket v8.10/share/pkgs/errortrace-lib/errortrace/stacktrace.rkt:699:2: variables: undefined; cannot reference an identifier before its definition ``` in Racket 8.10. I expected the error to be highlighting in...

confusing behavior

Hi, I am using racket-mode to edit text written in a Scribble-inspired format. It looks something like this: ``` @chapter{Vektorer i planen} @table-of-contents[2]{} @section{Vektor} @index{vektor}@index{forskydning}@index{hastighed}@index{fart}@index{knob}@index{pil} @index{vektor, definition}@index{repræsentant}@index{skalar}@index{nulvektor} I dette kapitel...

enhancement

Even though ~ can be used in an identifier (check this) it can't be used as the first character. https://stackoverflow.com/questions/1661197/what-characters-are-valid-for-javascript-variable-names Thus `mangle` needs to handle the first character specially.

Currently the text book formula > binomial(n, k) = n! / k! / (n - k)! is used to compute binomial coefficients. I suggest using the algorithm below. The text...

The element Inequality implements inequalities of the type `y≤f(x)`. Since inequalities of the type `f(x)≤y≤g(x)` are common, I suggest adding an DoubleInequality.

It seems https://github.com/schemedoc/bibliography/blob/master/page9.md is missing. There is a page9.scm with contents but the corresponding markdown file is missing.

It would be great to have "gradient" in the list of objects. Both a gradient in a fixed point as well as in a movable point would be great. https://en.wikipedia.org/wiki/Gradient