trivialkettle
trivialkettle
## Description of the problem, including code/CLI snippet I try to authenticate via .netrc over API / CLI ## Expected Behavior Authentication should work ## Actual Behavior I get only...
Hi, if, for example I have a schema that has a duplicated class name, whats the best way to handle this? Currently the class builder "fails" silenty. E.g. I reference...
Hi, I could need the vendor (and model) information of a device. The device-profile templates contain vendor information (and sometimes model information in the name). Would it be possible to...
Hi, Do I see it correct, that encapsulation is not supported? In the spec: https://www.oasis-open.org/committees/download.php/66091/MQTT-SN_spec_v1.2.pdf > 5.5 Forwarder Encapsulation I have an forwarder and a connect from the client is...
Hi, after an update to 0.21.0 I could not login into the dashboard. I tried core version 8 and 9 via `registry.supertokens.io/supertokens/supertokens-postgresql:` The logs say: ``` st-backend-1 | com.supertokens {t:...
The plugin version 0.18.0 states > This app cannot be installed because the following dependencies are not fulfilled: > Server version 28 or lower is required. Though it still seems...
If POSTGRES_USER, POSTGRES_PASSWORD and POSTGRES_DB are set, the postgres container automatically creates the database and role with the set name and password.
The version top-level element is now obosolete: https://docs.docker.com/compose/compose-file/04-version-and-name/#version-top-level-element-obsolete
The official docs (https://docs.docker.com/compose/compose-file/05-services/#ports) states: > HOST:CONTAINER should always be specified as a (quoted) string, to avoid conflicts with yaml base-60 float.
Hi, I tried to compile the version 2 code and ran into the following build error: ``` $ BUILD_DIR=./build ./script/prepare_externals.sh $ cd build/ $ cmake .. -DCMAKE_BUILD_TYPE=Release -DCC_MQTTSN_CLIENT_DEFAULT_LIB=OFF -DCMAKE_PREFIX_PATH=$(pwd)/externals/comms/build/install\;$(pwd)/externals/cc.mqttsn.generated/build/install\;$(pwd)/externals/cc.mqtt311.generated/build/install --...