Louis Frament
Louis Frament
## Proposed Changes - Fix hyperlinks of page https://ocelot.readthedocs.io/en/latest/features/requestaggregation.html Github link *Issue 298* currently returns to 404 error page -> [Issue 298](https://github.com/ThreeMammals/Ocelot/issue/298), should be #298  
Hello, just downloaded this cool utility. Please allow me a first UI feedback. ### View mode single line, truncated at the end (not really critical, but a tooltip showing the...
Hello, Thanks for this site that we use regularly. Currently to share a Path expression and its result to a colleague, I have to screenshot the whole site, which is...
> Angular\src\app\core\paths.ts depends on 'static-path'. CommonJS or AMD dependencies can cause optimization bailouts. For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies I was using "static-path": "0.0.1" but still got the warning after upgrading...
**Assemblies affected** - `Microsoft.AspNetCore.OData.Formatter` 8.2.5 - `Microsoft.AspNetCore.OData.Extensions` **Describe the bug** The odata app is hosted behind multiple proxies. It needs to send the publicly exposed urls back to the client...
Hello and thanks for this wonderful module that makes it easy to integrate with angular. Did anyone manage to generate inline markers using this package? Official demo here: https://microsoft.github.io/monaco-editor/playground.html?source=v0.33.0#example-extending-language-services-model-markers-example Reference...
- Resolve #4650: add STRING_SPLIT function to T-SQL grammar - Resolve #4662: add support for GROUP BY ROLLUP / WITH ROLLUP syntax to TSql grammar
Hello I can't find any reference to STRING_SPLIT function in the Parser nor the Lexer files I found STRING_AGG and STRING_ESCAPE but not STRING_SPLIT, that should exist since Sql Server...