Duvergier Claude

Results 35 issues of Duvergier Claude

Could it be possible to display multiple "single view" (sic) at the same time? It think that displaying 3 "single-view" side-by-side on a standard terminal resolution would be possible. Here...

The `$callback` parameter of `Highchart::render()` is there to support the third parameter of the [`Highcharts.Chart()`](https://api.highcharts.com/class-reference/Highcharts.Chart#Chart) JavaScript method: `callback` ("_Function to run when the chart has loaded and and all external...

On a _freshly_ installed Debian VM I can't get to list AirPlay devices as I get: ERROR persistent: Net::PTTH crashed! SocketError: getaddrinfo: Name or service not known Is there something...

I sometimes find it easier to set volume using "up" and "down" ([+] and [-]) buttons, it allows fine-grained tuning which is rather difficult with slider (moreover when the latter...

TL;DR: _PHPCompatibility_ thinks my `Foo::mysql_bar()` is one of [Original MySQL API](http://php.net/manual/en/book.mysql.php)'s [`mysql_*` functions](http://php.net/manual/en/ref.mysql.php). Consider the following PHP code: ``` PHP

Type: bug
Type: enhancement

I wonder if ntfy supports [Mattermost](https://mattermost.com) (a _Slack_-like messaging service you can self-host). I believe Mattermost have some compatibility with Slack API: Slack clients can easily talk to a Mattermost...

I like the GPG key based ACL of this tool and can see how it prevents leaks. But I fail to imagine the real-world usage in a team of developers...

I noticed the example of command to get the static-compiled binary requires to manually type in the desired version. This PR changes the command to automatically get the latest version...

Is there a place for "write" methods on messages in this library? I want to alter e-mails stored on an IMAP server (id. remove some attachments, keeping the e-mail in...

I needed to get all the headers of a message as an array (`Received`, `X-Mailer`, `X-Spam-Status`, etc.) . Here is what I did: ```PHP function parse_rfc822_headers(string $header_string): array { //...

enhancement
feature request