Listen watcher for Spring
This gem makes Spring watch the filesystem for changes using Listen rather than
by polling the filesystem.
On larger projects this means spring will be more responsive, more accurate and
use less cpu on local filesystems.
WWW: https://github.com/jonleighton/spring-watcher-listen
Dalli is a high performance pure Ruby client for accessing memcached servers. It
works with memcached 1.4+ only as it uses the newer binary protocol. It should
be considered a replacement for the memcache-client gem.
The name is a variant of Salvador Dali for his famous painting The Persistence
of Memory.
WWW: https://github.com/petergoldstein/dalli
Waybar is highly customizable Wayland bar for Sway and wlroots based
compositors providing the following features:
- Sway (Workspaces, Binding mode, Focused window name)
- Tray [#21](https://github.com/Alexays/Waybar/issues/21)
- Local time
- Battery (Linux-only)
- Network (Linux-only)
- Pulseaudio
- Memory
- Cpu load average
- Temperature (Linux-only)
- MPD
- Custom scripts
- Multiple output configuration
- And much more customizations
https://github.com/Alexays/Waybar
=> usnistgov-dataplot-20190426-7236db0_GH0.tar.gz is not in /usr/ports/graphics/dataplot/distinfo.
=> Either /usr/ports/graphics/dataplot/distinfo is out of date, or
=> usnistgov-dataplot-20190426-7236db0_GH0.tar.gz is spelled incorrectly.
*** Error code 1
Pointy hat: pfg
The issue seems to be caused by Gradle caches being cleaned up
between build sessions [1]. It did not come up before because the
cached files were not old enough to be deleted.
Cleanup happens after a build session, so running the two build
targets (yajswDevUnpack and buildGhidra) in the same session fixes
the issue.
[1] https://docs.gradle.org/current/userguide/directory_layout.html#dir:gradle_user_home:cache_cleanup)
PR: 239472
Submitted by: Tamas Szakaly <sghctoma@gmail.com> (maintainer)
# Changelog
All notable changes to GNU Radio will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html), starting with version 3.7.12.0.
Older Logs can be found in `docs/RELEASE-NOTES-*`.
## [3.8.0.0-rc2] - 2019-07-20
This is the second release candidate for GNU Radio 3.8.
### Fixed
#### Project Scope
- Last minute patch lead to SWIG libraries not getting installed into the right Python paths
#### gr-utils
- `gr_modtool`: Paths with spaces in them used to break
### Changed
#### GRC
- Copy & Paste behaviour now like on 3.7: appending numbers to block IDs only on conflicts
## [3.8.0.0-rc1] - 2019-07-17
This is the release candidate for GNU Radio 3.8.
For brevity reasons, this document does NOT contain a complete CHANGELOG
comparing 3.8.0.0 to 3.7.0, because the development model changed underway, and
there's no human-feasible way to detangle the changes from more than six years
of development.
The major user-relevant changes will be noted here in the actual release.
What we can do here is point out that we've got a glorious amount of 215
individual contributors that added at least one commit since 3.7.0.
This is a **big** step towards the future of the world's most popular FOSS SDR
framework.
Let us ride eternal, shiny and chrome.
Pet Portlint
PR: ports/239345
Submitted by: mike.english@gmail.com