Brian Rak

Results 17 issues of Brian Rak

I see support in the code for actually sending MFS as part of the LLDP advertisement packets, however I can't actually find any code that sets lldpd_port.p_mfs outside of tests....

feature request

I have graphite-web configured with a bunch of gocarbon 0.13.0 backends configured as CLUSTER_SERVERS. Whenever I try to render a graph in graphite, I get this error back from it:...

bug
carbonserver

In parsePasswordOTP, if the user is using the DVORAK keyboard layout, you take care of fixing the OTP, but leave the rest of the values mangled. This means that if...

https://github.com/ActiveCampaign/activecampaign-api-php/blob/2bf5b72ba8668de8dcb27e194948028276e748c5/includes/Connector.class.php#L267-L268 There shouldn't be a reason that you need to blindly disable TLS verification by default. Your production API endpoints appear to have valid certificates.

``` $ composer show kwn/php-rdkafka-stubs --latest name : kwn/php-rdkafka-stubs descrip. : Rdkafka extension stubs for your IDE keywords : versions : * v2.2.1 latest : 0.0.1 type : library license...

**Feature description or problem with existing feature** We have a few directories that contain a number of generated files (100,000's), and we often have developers fail to setup their intelephense...

- [x] This is not a support question, I have read [about opensource](https://www.powerdns.com/opensource.html) and will send support questions to the IRC channel, [Github Discussions](https://github.com/PowerDNS/pdns/discussions/) or the mailing list. - [x]...

auth

- [x] This is not a support question, I have read [about opensource](https://www.powerdns.com/opensource.html) and will send support questions to the IRC channel, [Github Discussions](https://github.com/PowerDNS/pdns/discussions/) or the mailing list. - [x]...

auth
defect

Supermicro X11SSE-F boards use an entirely different auth scheme from the previous ones (but yes, they've hijacked auth type 16 again...). Luckily, they present a server version of 055.008, so...

See http://stackoverflow.com/questions/16333054/what-are-the-implications-of-registering-an-instance-method-with-atexit-in-pytho You're using atexit here to log out, https://github.com/tenable/nessrest/blob/master/nessrest/ness6rest.py#L113 However, this prevents the Scanner object from ever going through garbage collection. That means in a long-running app, it'll stick...