Transport classes and utilities shared among Python Elastic client libraries
This library was lifted from elasticsearch-py and then transformed to be used
across all Elastic services rather than only Elasticsearch.
A fast, minimalist directory tree viewer, written in Rust. Inspired by the
command line program tree, with a powerful interactive mode.
Features:
- Classic and interactive modes: Use lstr for a classic tree-like view, or
launch lstr interactive for a fully interactive TUI.
- Theme-aware coloring: Respects your system's LS_COLORS environment variable
for fully customizable file and directory colors.
- Rich information display (optional):
- Display file-specific icons with --icons (requires a Nerd Font).
- Show file permissions with -p.
- Show file sizes with -s.
- Git Integration: Show file statuses (Modified, New, Untracked, etc.)
directly in the tree with the -G flag.
- Smart filtering:
- Respects your .gitignore files with the -g flag.
- Control recursion depth (-L) or show only directories (-d).
ChangeLog:
https://openvsp.org/blogs/announcements/2025/09/01/openvsp-3-45-4-released
Bug fixes:
* Fix event handling for ‘View Front Of’ to not make shift weird.
* Fix VSPAERO::Renew()
* Fix MergeFaces, which was preventing LE/TE panels from merging then splitting.
* Ensure degen cruciform intersection points are coincident
* Merge (don’t intersect) degen cruciform meshes
- Restructure version and build numbering
- Refactor Makefile and patches based on linter tools
- Modify USES, BUILD_DEPS and variables to ease node version maintenance
- Shift openssl to USES macro
- Accomodate npm 11.2+ 'Unknown env config' warn/deprecation
Changes:
https://github.com/ONLYOFFICE/DocumentServer/blob/master/CHANGELOG.md#904
PR: 288919
What's new:
Smb4K 4.0.4 (2025-07-31):
- Fix serveral issues with the UNC-to-URL conversion in the mount dialog.
- Port to KUIServerV2JobTracker. KUIServerJobTracker is in the process of
being deprecated.
- Update README.md to reflect the right location of the license files.
Smb4K 4.0.3 (2025-06-15):
- Do not copy empty credentials into the URL when reading the password,
and, thus, fix the failed mounting of home shares in particular, which
have no credentials.
Smb4K 4.0.2 (2025-05-15):
- Fix regression that Smb4K could not be compiled anymore with Qt versions
prior to 6.8.
Smb4K 4.0.1 (2025-05-13):
- Use Q_APPLICATION_STATIC instead of Q_GLOBAL_STATIC to avoid crashes on
exit (BUG #500855).
Changelog: https://invent.kde.org/network/smb4k/-/blob/4.0.4/ChangeLog
The chromium source archive hosted at GitHub is splitted into multiple
fragments due to size constraints. We have to concatenate them into a
single tarball before extracting it.
Previously, the combined tarball was written to DISTDIR/DIST_SUBDIR,
which may not be writable by the poudriere user. So change the
directory to WRKSRC:H and manually extracting the tarball to avoid
such breakage.
While here, replace WRKDIR/PORTNAME-ELECTRON_VER with WRKSRC:H for
better consiceness and readability.
PR: 289226
Reported by: Dan Kotowski <dan.kotowski@a9development.com>
Tested by: Dan Kotowski <dan.kotowski@a9development.com>
clang with debug assertions enabled (on -CURRENT) crashes when it
tries to compile a consumer code of devel/glaze. As a workaround clang
from ports has been used on -CURRENT to avoid the error. Recent switch
of the branch name from CURRENT to PRERELEASE broke the build again.
As a new workaround we use port's llvm when base clang is built with
debug assertions enabled regardless of the branch name.
PR: 289205
Reported by: Ralph Zitz <ralph@zitz.dk>
Tested by: Ralph Zitz <ralph@zitz.dk>
cmake requires at least C++17 to build correctly if math/octave is
already installed.
math/octave is now a fixed dependency for nlopt, as this is the
only way to guarantee that Octave packages such as
math/octave-forge-mboct-fem-pkg will find a sufficiently
complete nlopt.
PR: 289110
Reported by: stephen@
MFH: 2025Q3
Collection of tree-sitter grammars
Language support such as tokenizing and highlighting is provided by Tree-sitter.
Each language requires a Tree-sitter grammar to have tokenization and queries
to provide additional features such as syntax highlighting.
Lapce has select few (Rust, JSON, TOML) grammars built-in for convenience.
All other languages need to provide an externally loadable grammar in a form of
shared library, which this port provides.
PR: 278837
Changes since 1.6.0:
This release adds CSV and JSON output support for issue listings and upgrades
deprecated endpoints to ensure compatibility with the latest Jira APIs.
- The new API does not return the total number of entries anymore, so the total
issue count is no longer displayed in the search results.
- Consequently, the startAt parameter in the new API is unsupported. Therefore,
the from part of the --paginate=<from>:<limit> flag is effectively ignored.
Users can still paginate using the maxResults parameter (e.g., --paginate=10).
- feat: Add option to list issues in raw JSON by @evg656e in #840
- feat: Add releases Subcommand by @vkhitrin in #851
- feat: Support num comments in issue list cmd by @ankitpokhrel in #853
- feat: Support CSV when listing issues by @ankitpokhrel in #854
- feat: Allow skipping notification on edit by @ankitpokhrel in #855
- feat: Add command line arg delimiter for custom delimiter instead of tab. by
@iksi4prs in #662
- feat: Add support for environment variable to specify config file path by
@aazon in #858
- fix: usernames can be 2 chars by @jontyq in #890
- fix: Update deprecated endpoint by @ankitpokhrel in #892
- fix: csv format priority by @ciricc in #882
- chore(docs): Add packaging stats to Installation section in README.md by
@kskarthik in #857
- @evg656e made their first contribution in #840
- @vkhitrin made their first contribution in #851
- @iksi4prs made their first contribution in #662
- @aazon made their first contribution in #858
- @jontyq made their first contribution in #890
- @ciricc made their first contribution in #882
- @kskarthik made their first contribution in #857
Full Changelog: https://github.com/ankitpokhrel/jira-cli/compare/v1.6.0...v1.7.0