Patrick Marchand

Results 61 comments of Patrick Marchand

``` [Servers.vueServer.Options.takeOverMode] enabled = true ``` is also an option, I think it means we dont have to define the typescript serverpath. Unfortunately it also causes the same crash.

Ok, I noticed some errors in the LogFile and after some tweaks I got it to disappear and get it to print some stuff in StderrFile. My options are currently:...

I was playing with this recently and apparently it does work a bit, I can get the L commands to work in 75% of cases and the Diagnostic info is...

Since I'm seeing some new activity on this depot and since the vue language tools had a pretty major upgrade I wanted to rexplore this. I'll be closing this specific...

I was testing the vue language services in acme-lsp today and I finally got it working. Here's the config: ``` [Servers.tsServer] Command = ["/path/to/bin/typescript-language-server", "--stdio"] StderrFile = "tsServer.stderr.log" LogFile =...

That's one way of putting it. I believe there's precedent, notably in the rust compiler and maybe also elm? But I feel that the practice of shipping man pages with...

I'll see what I can do about that. Would such a project be maintained in the same repo? Can a github project maintain multiple types of releases? Or should I...

This should probably be tagged with wontfix or something like it. I'm closing it. For the record, I currently use a plan9port `plumber` rule so that when I right click...

Opaleye has a similar discussion going on https://github.com/tomjaguarpaw/haskell-opaleye/issues/230 I personally use Numeric(15,6) to represent money, from what I read Data.Decimal seems like a good choice for a haskell datatype but...

So is there any solution for someone using an elm client to connect to a haskell-servant server that uses servant-auth for authentication? It requires that the X-XSRF-TOKEN be set as...