Guillaume

Results 93 comments of Guillaume

@jol64 I didn't want to sound negative of course. I've never implied that DoH was better than DoT or anything like that. Maybe _"shifting toward DoH"_ was too strong. It's...

In our codebase we use [RestClient](https://github.com/NimaAra/Easy.Common/blob/master/Easy.Common/RestClient.cs) from [Easy.Common](https://github.com/NimaAra/Easy.Common). But then again it's another dependency. We could implement an internal RestClient based on this with only the parts we're interested in....

@MichaCo yeah sorry I didn't read properly your message and replied too quickly. I can think of 2 options: 1. Having a CTOR accepting an optional `HttpClient` in case the...

Why was this closed? Even if not the *best* approach, the fix would work and remove any warning message. Please consider reopening and merging.

Really interested in this PR. What is keeping from merging, can I help in any way? Thanks.

I am particularly interested in this feature. Any ETA on this? Is there something I can do to help? Thanks.

Ok I understand what was the issue. ### TL/DR SCSS file was encoded in UTF8-BOM. Switching to UTF8 (without BOM) resolved the issue. ### Explanation I created a single js...

That is unfortunate. But I guess you are waiting to finish up on the new engine before reworking the WebUI? User interfaces are time-consuming development...

@zombieJ and what about AntD mobile?

Hello @meenanader ! Thanks for this PR. Do you have a working example by any chance? :)