Olivier Duhart
Olivier Duhart
A parser generator that simplify the development of parsers for embedded DSL with C#.
This pull request allows to configure starting an ending tag delimiters (default "{%" and "%}" accordingly) 2 arguments have been added to the qtc compiler : - "sTag" for the...
Hi, I wrote this PR to move sharpfilesytem to netstandard2.0 which allows support for - .net framework 4.6 and onward - net core 2.0 and onward Olivier
Lexing is still the performance bottleneck in the global parsing process, if with the generic lexer :  Lexing may be improved by generating source code at build time (source...
Resolves #2870 ---- ### Before the change? When trying to delete a file an exception is raised stating `System.ArgumentException: The value cannot be null or empty. (Parameter 'mediaType')`. And the...
Resolves #ISSUE_NUMBER ---- ### Before the change? * ### After the change? * ### Pull request checklist - [ ] Tests for the changes have been added (for bug fixes...
### What happened? When trying to delete a file using ```csharp var deleteRequest = new DeleteFileRequest($"delete file", content.content.Sha); await gitHubClient.Repository.Content.DeleteFile(RepositoryId,$"notes/{noteName}.md" , deleteRequest); ``` I get the following exception ``` System.ArgumentException:...
Hello, I have a use case where I need to create a new entry to the list and that entry matches the beginning of an existing entry. take a look...
Hello, I think I am facing the same issue as #237 when using itty-router v 5.0.17 ```typescript import { Router, AutoRouter, IttyRouter, IRequest } from 'itty-router' const router = AutoRouter()...
Hello, is there a way to use a .nuspec file to build the nupkg nuget ? As with ``` dotnet pack /p:NuspecFile=my-project.nuspec ```