David Precious

Results 19 issues of David Precious

I think it would be very useful to be able to blacklist nick-highlight notifications from certain nicks (and perhaps a similar option to instead accept highlights only from a specified...

Feature

I don't much like hardcoding our URLs in the ircd's source, it feels dirty, but it *would* make things clearer for users... Opinions welcome.

``` 23:16 set #channel mlock +if ##channel 23:16 -ChanServ(ChanServ@services.)- Invalid value ##channel for mode +f. ``` It'd be *nice* if it could be a bit more descriptive as to why...

priority:low

At work, we were using the censoring code from Dancer1's `Dancer::Error` - but I needed to be able to customise the fields a bit, and felt dirty calling a private...

Question

Running this simple test case app, which outputs the request body, `forward()`s to another route and outputs the request body again: ```perl #!/usr/bin/env perl use 5.012; use Dancer; use DDP;...

Needs careful testing. Also, we probably don't want to set the attribute if the user hasn't asked us to; at present the code will set it to 'None' - which,...

In `Dancer::Route->match`, if `%+` has any keys in it, then we will consider the route a match: ```perl sub match { my ($self, $request) = @_; my $method = lc($request->method);...

Bug

I think this will fail initially, but let's see. The branch build failed: https://travis-ci.org/PerlDancer/Dancer/builds/357342445 I'm not sure how to see why - the build log shows e.g.: ``` cpanm --quiet...

At work, we were using the censoring code from Dancer1's `Dancer::Error` - but I needed to be able to customise the fields a bit, and felt dirty calling a private...

enhancement

As part of the Google Code-In, a student reviewed the Dancer documentation for us from the point of view of a new user, noting down the improvements he felt could...

Documentation