Mats Stijlaart

Results 37 comments of Mats Stijlaart

> The community may well discover a common parameter. That would be the ultimate goal

> I would think that one might want to preserve the order of a list, and get it's intersection with another list @Chadtech That is exactly what the original ticket...

I'm having the same issue, but I can seem to reduce it to the restrictions of a transitive dependency. For example when I have the following dependency: ```json "dependencies": {...

I've just implemented this: https://github.com/stil4m/elm-syntax/pull/66 @ollef Would this fit your need? @jfmengels Would this allow you to reduce your code base on `elm-review` a bit? Did I miss anything?

I've considered those. The main thing that needs to be tackled in that sense is the post processing of the parse. By default an incorrect syntax tree is parsed, while...

Your expectations are correct. Could you reproduce this when you run Transmission on your local machine? It may be due to the environment in which you run on your Raspberry...

@MartinSStewart I see the advantages on the reduction of the JSON data. However, I'm not sure if it has to be implemented directly. It is possible to rewrite the current...

I've just merged the PR ;). Had some changes I wanted to bring to `master` as well.

`Operator` is actually only used during parsing as far as I can see. It is an intermediate value. The following syntax (`foo bar baz + 1 * 3`) is broken...

Hi Jeroen, Yes. Do it :) > On 2 Nov 2022, at 16:46, Jeroen Engels ***@***.***> wrote: > > > @stil4m Would you be fine with me officially deprecating the...