Uwe Sauter
Uwe Sauter
Feature request: make the destination path configurable where the sqlite database is saved. Reason: I'm running a cluster with several hundred servers that all boot from read-only NFS share. I...
When installing maps from inside Nextcloud v0.1.10 is downloaded and activated on my server running PHP 8.1.7. Trying to manually install v0.2.0-lightly by downloading and extracting the package inside the...
When struggling with a level it would be nice to have a button that would provide a hint or two before giving a set of instructions on how to complete...
Version 0.6.3 on Arch Linux ``` $ ./oh-my-git ERROR: make_dir_recursive: Method failed. Returning: err At: core/os/dir_access.cpp:185. Godot Engine v3.2.3.stable.official - https://godotengine.org OpenGL ES 3.0 Renderer: Mesa DRI Intel(R) HD Graphics...
Environment: Arch Linux glibc 2.33-4 ``` $ locale LANG=de_DE.UTF-8 LC_CTYPE="de_DE.UTF-8" LC_NUMERIC="de_DE.UTF-8" LC_TIME="de_DE.UTF-8" LC_COLLATE="de_DE.UTF-8" LC_MONETARY="de_DE.UTF-8" LC_MESSAGES="de_DE.UTF-8" LC_PAPER="de_DE.UTF-8" LC_NAME="de_DE.UTF-8" LC_ADDRESS="de_DE.UTF-8" LC_TELEPHONE="de_DE.UTF-8" LC_MEASUREMENT="de_DE.UTF-8" LC_IDENTIFICATION="de_DE.UTF-8" LC_ALL= ``` When doing a commit by CLI the...
Are there any plans (and an ETA) to release a new version? There have been multiple releases of PBSpro in 2020 and 2021 but only OpenPBS 2020.0.x. Did Altair loose...
Heading in chapter 5 reads "5.1. Summary of Steps" and heading in chapter 5.1 reads "5.2. The target specification JSON file", probably related to #33 .
Assume you have a Spack environment defined via ``` spack: concretization: together view: true packages: all: compiler: [[email protected]] specs: - package1 - package2 ``` What else needs to be defined...
For everyone trying to follow along using a current (4.2.7) version of `clap` here's a working solution: ```rust use clap::{Arg, ArgAction, Command}; fn main() { let matches = Command::new("echor") .version("0.1.0")...
On a recently fresh installation of Rocky Linux I often get disconnected like: ``` # console n061901 [Enter `^Ec?' for help] console: FileRead(): SSL error on fd 3 # echo...