Viktor Strate Kløvedal

Results 177 comments of Viktor Strate Kløvedal

I am using Ubuntu Gnome 17.04. When I try to run `pynvim` from the terminal, a window appears for a seccond. And this is the output from the terminal. ```shell...

I like the way Github shows diffs such that matching lines are always next to each others, rather than the way XCode does it, where lines are offset as shown...

> Compiling and packaging extension > > Extensions should be compiled as dynamic libraries (dylibs). > > The minimal extension's package structure should be as follows: > > HelloWorld.ceext >...

Hi, there is currently no way to declare a function like you are trying. There is no way to know the difference between a function declaration `f(x)`, and a variable...

1. _Reserving a set of characters._ This is already done, for the builtin math functions like sin, cos, sqrt etc. see [/src/models/functions.js](https://github.com/viktorstrate/algebra-latex/blob/master/src/models/functions.js) 2. _Looking at the syntax eg. `f(x)` immediatley...

Great 🎉 I will encourage you to try to implement it. __The important files are:__ The `/src/index.js` file, where the object is created The keyword method in [Parser.js](https://github.com/viktorstrate/algebra-latex/blob/master/src/Parser.js#L233) line 144,...

Exactly, the variable `functions` is an array of all predefined functions. See [/src/models/functions.js](https://github.com/viktorstrate/algebra-latex/blob/9c1c9a242b3b73f06cb214009358219c4b85af02/src/models/functions.js)

Okay. Just remove the old parameter. Then we just have to push a major version (v2.0) for next update

Your implementation is great, and I will happily merge it, if you send a pull request. The problem with multi-variable functions is a new issue of its own. You are...

No issue, i've reopened it. > Perhaps an option is in order that can disable European decimal detection? I agree that it would probably be the best solution to add...