René Larch
René Larch
A working Solution could be a custom implementation of a `HtmlFormatter` ```csharp using var premailer = new PreMailer.Net.PreMailer(input); var result = premailer.MoveCssInline(customFormatter: new MyHtmlFormatter()); ``` ```csharp public class MyHtmlFormatter :...
I've the same bug after upgrading to Umbraco 7.13.2. I would be thankful if you throw out a release, so I can remove my ugly hack-fix.
After reviewing the source code, I've determined that significant modifications would be necessary to implement this feature effectively. Accepting `Memory` or `Span` would only be advantageous if used for all...
Hi @AntoninJcb, I'm sorry, but a three monitors set-up, like yours, is not supported right now. And it would be very difficult for me to add this feature, as long...
Hi, I really appreciate these additions; great work! I reviewed the `array.aggregate` implementation and believe it could be improved by making the seed value optional. Making the seed value optional...
> @r-Larch I played around with that idea. The order if the 2 parameters would need to swap from seed & function to function and optional seed. Right? But when...
Hi, Is there a possibility of adding more clustering trainers? Specifically, I'm interested in **Affinity Propagation**. Are there any plans for this? Would a pull request be welcome?
In my [commit](https://github.com/r-Larch/EFCore.BulkExtensions/commit/025f3786201e14531a71bc21ff9983a7eb4c9e69) I did a small hackfix to solve the issue for me. **This code probably only works in my case for `BulkInsert` on PostgreSQL** but it may serve...
I recommend using [SharpToken](https://github.com/dmitry-brazhenko/SharpToken) because it is the fastest with lowest memory consumption thanks to my latest PR to that repository. [Benchmark Code](https://github.com/dmitry-brazhenko/SharpToken/blob/main/README.md#performance-compared-to-tiktokensharp-and-tokenizerlib) Benchmark results: ``` BenchmarkDotNet v0.13.12, Windows 11...
Great, I i created the issue to remember, PR follows wenn I have a little more time 👌