Andrew Ruthven

Results 11 issues of Andrew Ruthven

The docs for RT::Asset::Create say you can specify names with HeldBy and Contact, but without this patch, that doesn't work.

Hey, I'm trying to follow the instructions on https://github.com/opencomputeproject/OpenNetworkLinux/blob/master/docs/GettingStartedWedge.md to install FBOSS on a Wedge 100, but the step to install fboss-w100 fails because the package isn't available. Help? This...

These patches allow CustomFields to be set on transactions via the REST API. Thread on rt-devel is here: https://lists.bestpractical.com/pipermail/rt-devel/2016-March/012530.html It is a resurrection of https://github.com/bestpractical/rt/pull/178 which I expect was automatically...

Net::LDAP::Server::Test binds to IPv6 by default if IPv6 is enabled, but Net::LDAP uses 'localhost' which resolves to an IPv4 address. Even when I switched the call to Net::LDAP->new() to use...

**Is your feature request related to a problem? Please describe.** I am grouping together a number of topics under a common topic in the index, mostly server names grouped by...

html theme

Currently if a user uploads a CSV file it is processed as part of the HTTP request For even a vaguely large file this can take a while and leaves...

Hey, According to the perldoc for Badger::Class::Methods, you should be able to use this module directly, however it fails to compile with Perl v5.36: ``` puck@dirk:~/personal/RT/debian/Badger$ perl -Ilib -c lib/Badger/Class/Methods.pm...

Hey, Badger::Codecs fails to compile with Perl v5.36: ``` puck@dirk:~/personal/RT/debian/Badger$ perl -Ilib -c lib/Badger/Codecs.pm Bareword "CHAINED" not allowed while "strict subs" in use at lib/Badger/Codecs.pm line 60. BEGIN not safe...

There's a missing semicolon...