Bheesham Persaud
Bheesham Persaud
Configuring yielded: Could NOT find UTP (missing: UTP_LIBRARY UTP_INCLUDE_DIR) Call Stack (most recent call first): /very/long/path/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake:600 (_FPHSA_FAILURE_MESSAGE) cmake/FindUTP.cmake:74 (find_package_handle_standard_args) cmake/TrMacros.cmake:136 (find_package) CMakeLists.txt:503 (tr_add_external_auto_library) -- Configuring incomplete, errors occurred! See also...
### What is the issue? I was having trouble building with a pre-installed libutp on my system. Configuring yielded: Could NOT find UTP (missing: UTP_LIBRARY UTP_INCLUDE_DIR) Call Stack (most recent...
There are parts of the `ConfigMap` that should be `Secret`s, such as the: - `INFLUXDB_HTTP_SHARED_SECRET`; - `INFLUXDB_HTTPS_PRIVATE_KEY`; - `INFLUXDB_HTTPS_CERTIFICATE`. See also: https://github.com/influxdata/influxdata-operator/issues/10#issuecomment-515653867
## Summary Description: - Tool repo URL: https://github.com/exercism/cli - Plugin repo URL: https://gitlab.com/bheesham/asdf-exercism ## Checklist - [X] Format with `scripts/format.bash` - [X] Test locally with `scripts/test_plugin.bash --file plugins/` - [X]...
Fixes #6934
Uses `fmt::print` to log failure messages. Results in a connection failure being printed as: Unable to send request to 'http://localhost:9091/transmission/rpc/': Couldn't connect to server Fixes #7010
Dialogs by themselves aren't submitted when pressing the Enter key, for that we need to add an event handler to the dialog itself. One approach I tried was to add...