Niels Peen

Results 7 issues of Niels Peen

Please allow Pro users to use custom Twitter API keys. This will resolve rate limits for users who use this feature, and also alleviate it for every one else.

feature :balloon:

**Describe the bug** Header::parse removes `` from `message_id`, but not from `in_reply_to`. A message with `Message-ID: ` will have `$message->message_id="[email protected]"` A message with `In-Reply-To: ` will have `$message->in_reply_to=""` As a...

bug
validated
Feature request

The LMDB backend (and some others) does not support comments. Currently DNS-UI always submits a comment, even when it's empty. This results in an error. Please consider omitting comments altogether...

The outcome of a lot of functions depends on vfsStream::getCurrentUser() but there is currently no vfsStream::setCurrentUser(). Instead, it is assumed the current Linux user is relevant or that testing everything...

On Thu, Feb 19, 2015 at 05:40:47PM +0100, Niels Peen wrote: Hello, I’m using a netmaskgroup to see if a given IP matches: ``` if nmg:match(ca) then .. ``` This...

rec
enhancement

The Return/Notify example uses the $_GET variable: ``` $params = [ 'request_params' => array_merge($_GET, $_POST), ]; ``` However, according to the PHP website: > Note: > The GET variables are...

Laravel v12.34 breaks v14.3.0. Reverting to Laravel v12.33 resolves the issue for now. ``` Type of VladimirYuldashev\LaravelQueueRabbitMQ\Queue\RabbitMQQueue::$config must not be defined (as in class Illuminate\Queue\Queue) at vendor/vladimir-yuldashev/laravel-queue-rabbitmq/src/Queue/RabbitMQQueue.php:30 26▕ use Throwable;...