Join the final Bug Hunting Session for LibreOffice 6.1!

LibreOffice users around the world help developers to test new features and fix bugs before a new version is released. After the first and second Bug Hunting Sessions of LibreOffice 6.1, which were held on April 27th 2018 and May 28th 2018 respectively, we’re glad to announce the third Bug Hunting Session on July 6th – the last one before the release of LibreOffice 6.1!

LibreOffice 6.1 is due to be released in mid August with many new features described in the release notes and this is our last chance to test and find issues before its release.

In order to find, report and triage bugs, the tests during the Third Bug Hunting Session will be performed on the first Release Candidate version of LibreOffice 6.1, which will be available on the pre-releases server on the day of the event. Builds will be available for Linux (DEB and RPM), macOS and Windows.

Mentors will be available on July 6th 2018, from 7.00 UTC to 19:00 UTC for questions or help in the IRC channel: #libreoffice-qa (connect via webchat) and its Telegram bridge and there will be a dedicated session to test the new offline help system available in LibreOffice 6.1 from 14:00 and 16:00 UTC.

Of course, hunting bugs will be possible also on other days, as the builds of this particular Release Candidate (LibreOffice 6.1.0 RC1) will be available until the end of July, when the second Release Candidate will be available.

With your help, we can make LibreOffice 6.1 the best release yet – thanks!

Firebird high-level native client for Node.js / TypeScript updated to v0.0.1-beta.2 with a few changes

Firebird high-level native client for Node.js / TypeScript updated to v0.0.1-beta.2 with a few changes:

Fixed crash after re-creating native client – #11
Moving to monorepo using lerna and yarn workspaces.
Fixed #2 – Throw an error when the client library is not loaded correctly.
Replace mocha and power-assert by jest.
Added appveyor.yml and build status.
Fix warning C4530 in Windows build.
Add node 10 to travis build matrix.

Build Status Build Status

Usql: v0.7.0 released

If you’ve not seen usql before, it’s a universal command-line client for SQL databases , modeled on psql. usql makes it easy to work from the command-line, in a simple and consistent way across any database and on any platform (Windows, macOS, Linux). usql is written in Go, and provides things like syntax highlighting and compatibility with databases other than PostgreSQL

https://github.com/xo/usql

It does have support for Firebird SQL via GO driver
https://github.com/nakagami/firebirdsql

1 28 29 30 31 32 296