Jack Wakefield
Jack Wakefield
This is a small change to allow the database path to be specified using the `DB_PARALLEL_DATABASE` environment variable. The variable naming follows Laravel's `DB_DATABASE` variable naming for the SQLite database...
Enabling profiling in `application/config/application.php` and `application/config/database.php` results in the profiler content being duplicated at the bottom of the page. Commenting out `\Laravel\Profiling\Profiler::attach()` in `MongoProfiler::attach()` fixes the issue.
These changes are copied from `lean_and_mean.zig` The main reason for doing this is for i386 builds, where Zig defines `std.os.windows.WINAPI` as `Stdcall` rather than `C`, and Zig doesn't support variadic...
**Describe the bug** Ganymede failed to archive a live stream, with no video item being created. This is the first time I've encountered this. The only relevant logs I could...