Jens Axel Søgaard

Results 128 issues of Jens Axel Søgaard

Fix feedback when email is accidently used as username on login screen. Currently there is no feedback.

Even though resubmission of a link is only possible after a grace period, tell the submitter that the link is a resubmission, so the user has a choice to cancel...

Make a "something went wrong" page to display, when a request throws an exception.

The error message of latex->pict and latex->bitmap is misleading when the paramter latex-path is false.

The function `bez-arc-length` doesn't handle the case where +inf.0 are used as coordinates. #(struct:bez #(struct:pt 203.2 0.0) #(struct:pt +inf.0 +inf.0) #(struct:pt -inf.0 -inf.0) #(struct:pt 203.15 0.0))

The transformations represented by the `trans` structure currently accepts `pt`, `vec` and `curve` as inputs. Allow `point` to be used as input as well.

feature request

![image](https://user-images.githubusercontent.com/461765/86618334-04497780-bfb9-11ea-9236-ad1a50393193.png) ![image](https://user-images.githubusercontent.com/461765/86618501-512d4e00-bfb9-11ea-82af-4e685675133d.png)

Check whether MetaPost calculates the same curve. (curve (pt u 0) up .. (pt (- u) 0) down -- cycle)

> (intersection-point unitcircle (curve origo -- (pt\* 100 (pt 1 1)))) > (pt 0.7071067811865506 0.7071067811865446) > (intersection-point unitcircle (curve origo -- (pt\* 100 (pt 1 1)))) > (pt 0.7071067811865506 0.7071067811865446)...

Detect `(add-between char/string/symbol-datum list-expression)` and signal an error. It should be: `(add-between list-expression string-or-symbol-datum)`

new lint