Jeremy Mahieu

Results 36 issues of Jeremy Mahieu

Replaced weird usage of Inc() with IncTo() which seems to be made for this exact case. And slight compaction of code with the foreach loop statement. Sidenote, `GC.MaxGeneration` is designed...

Slightest imporvement possible but it saves a line and uses a standard way to convert it. Available in all the standards since Framework 4.6

# Redirection URL path ## Summary I use traefik as a reverse proxy. My different services are differentiated by path. - my.domain.com/service1 - my.domain.com/service2 - my.domain.com/service3 I want service 1...

# Does not work well with SSE (server sent events) ## Summary When proxying SSE traffic, it often doesn't work or is slow and events only come in occasionally and...

When browsing to `http://:/` I get `There was an error while logging in: accessing discovery url (https://example.net/auth/realms/master/.well-known/openid-configuration) failed: handshake failed` When attaching to the docker console, if I do `curl...

**What kind of change does this PR introduce?** (check one with "x") - [x] Bugfix - [ ] Feature - [ ] Code style update (formatting, local variables) - [...

I have an excel that looks like in the screenshot. ![image](https://user-images.githubusercontent.com/23409814/82303915-e3eb3c80-99bb-11ea-8bf4-156b4214dd33.png) [TestFileHeaders.xlsx](https://github.com/paulyoder/LinqToExcel/files/4649187/TestFileHeaders.xlsx) My mapping class looks like this. ``` public class UnitExcelRow { [ExcelColumn("barcode")] public string Barcode { get; set;...

The function [has been deprecated](https://www.vapoursynth.com/doc/pythonreference.html?highlight=register_format#Core.register_format) in favor of query_video_format(). This makes xaa no longer work.

Using prometheus-net.AspNetCore 8.0.1 in a .NET 7.0 application (7.0.9). Application runs for many days without problems until it becomes unresponsive. We have `FirstChanceException` events logged, so this is the reason...

**System Information (please complete the following information):** - OS & Version: Windows 10 - ML.NET Version: 2.0.0 - .NET Version: 7.0 **Describe the bug** Some images have exit data that...

untriaged
needs-further-triage