Cloudflare is a Ruby wrapper for the Cloudflare V4 API. It provides a light
weight wrapper using RestClient::Resource. The wrapper functionality is limited
to zones and DNS records at this time.
WWW: https://github.com/socketry/cloudflare
Roy Thomas Fielding's thesis Architectural Styles and the Design of
Network-based Software Architectures describes Representational State Transfer
which comprises several core concepts:
- Resource: A conceptual mapping to one or more entities.
- Representation: An instance of a resource at a given point in time.
Async::REST models these abstractions as closely and practically as possible and
serves as a basis for building asynchronous web clients.
WWW: https://github.com/socketry/async-rest
Async::HTTP is an asynchronous client and server implementation of HTTP/1.0,
HTTP/1.1 and HTTP/2 including TLS. It supports streaming requests and responses.
WWW: https://github.com/socketry/async-http
google-cloud-logging is the official library for Stackdriver Logging.
Stackdriver Logging allows you to store, search, analyze, monitor, and alert on
log data and events from Google Cloud Platform and Amazon Web Services (AWS). It
supports ingestion of any custom log data from any source. Stackdriver Logging
is a fully-managed service that performs at scale and can ingest application and
system log data from thousands of VMs. Even better, you can analyze all that log
data in real-time.
WWW: https://github.com/googleapis/google-cloud-ruby/tree/master/google-cloud-logging
Google API Extensions for Ruby (gax-ruby) is a set of modules which aids the
development of APIs for clients and servers based on gRPC and Google API
conventions.
Application code will rarely need to use most of the classes within this library
directly, but code generated automatically from the API definition files in
Google APIs can use services such as page streaming and request bundling to
provide a more convenient and idiomatic API surface to callers.
WWW: https://github.com/googleapis/gax-ruby
mypy-protobuf generates mypy stub files from protobuf specs. protoc-gen-mypy is
a python implementation of the plugin.
WWW: https://github.com/dropbox/mypy-protobuf
Test2 normally uses unique IDs generated by appending pid, thread-id, and an
incrementing integer. These work fine most of the time, but are not sufficient
if you want to keep a database of events, in that case a real UUID is much more
useful.
WWW: https://metacpan.org/release/Test2-Plugin-UUID
Currently Test2::Plugin::MemUsage only works on unix systems that provide
/proc/PID/status access. For all other systems this plugin is essentially a
no-op.
WWW: https://metacpan.org/release/Test2-Plugin-MemUsage
Test2::Plugin::DBIProfile will enable DBI::Profile globally so that DBI
profiling data is collected. Once testing is complete an event will be produced
which contains and displays the profiling data.
WWW: https://metacpan.org/release/Test2-Plugin-DBIProfile
../helper/cinnabar-fast-import.c:250:51: error: too few arguments to function call, expected 5, have 4
if (!get_tree_entry(note, path, &git_oid, &mode))
~~~~~~~~~~~~~~ ^
./tree-walk.h:71:1: note: 'get_tree_entry' declared here
int get_tree_entry(struct repository *, const struct object_id *, const char *, struct object_id *, unsign...
^
* Remove the SNMPBIN option that was introduced with r490477 and which is no
longer required since the 1.2.4 release.
It was used as a workaround to override the internal PHP SNMP calls which
led to graphs that didn't update within cacti.
The PHP SNMP extension can now be enabled/disabled by a re-purposed
variable in the configuration file.
While I'm here:
* Remove superfluous "+=" from PLIST_SUB and SUB_LIST because there are no
previous definitions of those variables.
* Remove CONFLICTS_INSTALL as net-mgmt/cacti88 is no longer present in the
Ports tree since the end of 2018.
Changes since 1.2.3:
https://github.com/Cacti/cacti/blob/release/1.2.5/CHANGELOG
PR: 238434
Submitted by: Michael Muenz <m.muenz@gmail.com>
Reported by: Matthew Horan <matt@matthoran.com>
Approved by: maintainer timeout (2+ months)
MFH: 2019Q3
Caveat: the icon isn't displayed in xfce's Applications menu, see https://bugzilla.xfce.org/show_bug.cgi?id=15855
Requested by: John L. Males <jlmales@gmail.com> (user; reported/requested via e-mail)
The patch is from upstream, via openSUSE, and modified so it just
hard-codes the version of KDE Frameworks (KCalCore in particular)
in ports at this time. That makes it pick the new API introduced
in KF5 5.61.
Reported by: pkg-fallout
This is the final version of the 4.x series and a patch version bump.
There is a 5.x series, but this likely needs to be moved to a jna4 port
and the dependencies updated before doing so. I've done some light
testing of elasticsearch6 with this without seeing any problems.
. Add a JAVA_VERSION specification and restrict it to Java 8
This does not compile with Java 11. I haven't tried 6, 7, 9 or 10, but
all of those are potentially going away soon, so it is kind of pointless
to do so.