Dan Rosén

Results 34 issues of Dan Rosén

I can make the server use a schema by adding something like this to the root of the object: ``` "$schema": "http://json.schemastore.org/package", ``` Is there a way to tell the...

Adds operator highlighting for: @ This is matrix multiplication, but care needs to be taken when it is part of a decorator. / * ** These when used in function...

I think the votes should be public information, and possibly with required commentary. For instance, if your word gets downvoted, it would be helpful to know what is wrong and...

feature
voting

Using 4.1.0.0, I have gotten code generated that looks like this: ``` kj_s1ii = (\ b#_aUa -> (let { wild1_X1x = ((M19.>#) b#_aUa 2#) ; ``` However, `b#_aUa` is not...

In the released 4.1.0.0 version, Space is called Symbolic, and some other functions and modules do not have their new names. The first tutorial suggests to install the 4.1.0.0 release,...

I cannot find a function to set the locals for processing jade. I'm attaching the workaround I'm using for now below (a little test included), but I'm surprised that this...

Infix operators without spaces on both sides are not highlighted: ``` apa = x++x ++x++ x ``` Infix constructors are not highlighted: ``` bepa = 1 :+: 1 ``` Or...

I was amusing myself with trying to make a language-server-protocol server on top of ghcid (over at https://github.com/danr/sixserver/blob/master/app/Main.hs). I find the library API very pleasant to use but it is...

Everything does not need to be logged to the json file. Add a flag `--json-verbosity` that fixes this.

enhancement

See where most time is spent and fix it.

enhancement