Marius Kjeldahl

Results 8 comments of Marius Kjeldahl

FWIW, this also works if you want the trig functions to work on degrees by default: ```javascript // Create a parser, replacing rad based functions with deg based ones: function...

Thanks, this is very useful information.

It seems my assumptions about headers etc were wrong. More likely this was related to pages being cached somewhere in the whole loading hierarchy. After some diligent data cleanup before...

Reopening as I am unable to make this work persistently. Sometimes after clearing all data it works as it should after some amount of forced reloads. Other times not. If...

Fwiw, I've done further testing and learned that whether the link is opened with `window.open` or a normal `

The workaround I ended up implementing was to `.fetch` the data from the server, create a `Blob` and `URL.createObjectURL`, and then open this with `window.open(..)`. At least this seems to...

As mentioned earlier I managed to get it working consistently, but Chrome's popup blocker caught the windows. If I clicked the option to open it anyway it worked fine. However...

Absolutely, that I know, the problem is terminal-notifier waits for EOF before doing anything, which means in this context while grep is able to filter, terminal-notifier will not do anything...