Melvyn Laïly

Results 18 issues of Melvyn Laïly

First question: What are the pros and cons of implementing extensions by manipulating the parser vs manipulating the renderer to obtain the same result? How to choose? I have a...

```csharp FileInfo x = new FileInfo("a"); x.Copy("b"); //

Hi, I noticed that the latest [FSharp Spec I could find (4.1)](https://fsharp.org/specs/language-spec/4.1/FSharpSpec-4.1-latest.pdf) indicates in section *3.7 Symbolic Operators* that > Only the operators ? and ?

It seems extraneous trailing white space is not discarded as it should be according to the spec. Link to the spec: http://www.yaml.org/spec/1.2/spec.html#id2787745 Pastebin example (first item is the expected result...

The tutorial video on https://fsprojects.github.io/FSharp.Data/ is broken. It seems like the video disappeared from Channel9 (iframe source: https://channel9.msdn.com/posts/Understanding-the-World-with-F/player). At least I couldn't find it back with a simple search :/...

to https://github.com/saucecontrol/PhotoSauce

Hello :) I imagine you did some research before starting this project, and I guess you probably wouldn't have started the project if there were already a satisfying implementation available....

Fix search results always being empty when using a backend that doesn't return highlights. This notably happens with Synapse on SQLite. ## Type of change - [ ] Feature -...

Z-Community-PR

Warning: the test verifying that method names are resolved doesn't work on .NET 7. I'm not sure whether it's an actual problem with fasmi, or if the implementation of the...

### Description While working on FSharp.Data, I noticed that comparing a UoM abbreviation type with a IJsonDocument type causes an infinite recursion/loop. ### Repro steps On FSharp.Data, I triggered this...