Boto3 is the Amazon Web Services (AWS) Software Development Kit (SDK) for
Python, which allows Python developers to write software that makes use of
services like Amazon S3 and Amazon EC2. You can find the latest, most up to
date, documentation at `Read the Docs`_, including a list of services that are
supported.
ok sthen@
This API is mainly for Terminal Emulator implementors, or those writing programs
that expect to interpreted by a terminal emulator and wish to determine the
printable width of a string on a Terminal.
<...>
ok sthen@
The renderer, gpu, plugin and utility processes are now using pledge(2)
Unfortunately the GPU process only requires an rpath pledge because of
Mesa trying to parse two configuration files, /etc/drirc and ${HOME}/.drirc
So currently the GPU process will use an rpath pledge in the next
week or so so that people can test, but this situation has to be
resolved because it is not acceptable that a mostly unused configuration
file is being parsed from a library and that stops us from using less
pledges and thus disallowing the GPU process to have read access
to the filsystem ... like your ssh keys.
This is a Perl script that extracts URLs from correctly-encoded MIME email
messages. This can be used either as a pre-parser for urlview, or to replace
urlview entirely.
Urlview is a great program, but has some deficiencies. In particular, it isn't
particularly configurable, and cannot handle URLs that have been broken over
several lines in format=flowed delsp=yes email messages. Nor can it handle
quoted-printable email messages. Also, urlview doesn't eliminate duplicate
URLs. This Perl script handles all of that. It also sanitizes URLs so that
they can't break out of the command shell.
This is designed primarily for use with the mutt emailer. The idea is that if
you want to access a URL in an email, you pipe the email to a URL extractor
(like this one) which then lets you select a URL to view in some third program
(such as Firefox).
OK sthen@, tb@
It was the same story again: TLSv1_*_method() are TLSv1.0, not TLSv1.x.
Should fix problems landry@ and sthen@ (and likely others) were seeing.
Joint work with and final okay sthen@
with tweaks by me. This allows printing multiple documents into one PDF,
headless operation, adding a document outline, ToC, headers/footers and
links, using the "screen" media-type, and disabling smart-shrink.