Pierre C.

Results 9 comments of Pierre C.

Hi, I'm open to PRs if you wish to add this feature! I guess it could only be a matter of adding the `php-radius` package to install a client, since...

Hi, Thanks for your contribution! Please remind me why do you need to add this symlink? (I guess phpipam is using /bin/fping and this is why, but please confirm). Also,...

Hmm, seeing that I'm not the only one to observe this: * https://github.com/tiangolo/sqlmodel/issues/164#issuecomment-1239909973 * https://github.com/tiangolo/sqlmodel/pull/366 (with a different approach though) @tiangolo any thoughts?

> If PR https://github.com/tiangolo/sqlmodel/pull/436 is merged, you'll be able to specify the SQL type explicitly whenever you want. Then PR https://github.com/tiangolo/sqlmodel/pull/366 will become obsolete. It's still worth maintaining/optimizing get_sqlachemy_type though...

Thanks for the write-up @wtarreau ! > Some might even want to use the server's IP address in its name to help easily find it and help with logs. IP...

I understand most projects linking issues here are postponing their 3.11 support due to this. In my case I observed this while having no `os*.py` file in my project (I...

Waiting for a native integration, did you have a look to https://github.com/criteo/traffic-mirroring/? That's what we developed and use internally, based on the SPOE architecture. Even with reasonable performance requirements, it...

@wtarreau Here is a feedback about what we're doing with this, highly opinionated obviously (and sorry @mbrozzo for hijacking a bit your thread :smile_cat:) * use-case is essentially to "test...

> So in your opinion it should be possible to mirror a full backend to another backend (applying a sampling ratio) ? > (...) > I'm asking because I'm seeing...