Jens Reimann
Jens Reimann
This PR is based on #48. Only the last commit belongs to this PR. --- This adds support for [tracing-flame](https://github.com/tokio-rs/tracing/tree/master/tracing-flame). (See #47) This PR works, but might need some work...
First of all, this crate is awesome! One thing I am missing is the ability to use [tracing-flame](https://github.com/tokio-rs/tracing/tree/master/tracing-flame). I think having this as an option for tests might be helpful....
Trying to use `MqttBrokerServer` with a username/password combination fails with "bad username or password", while the credentials are ok. Enabling the log shows why: ``` node-wot:binding-mqtt:mqtt-broker-server:debug MqttBrokerServer trying to connect...
I really love this crate. I just wish it would have support for `chrono` types, like Duration.
Currently the CI is disabled for the telemetry-e2e package. This is a tracking issue to get this re-enabled eventually. Blockers are: * https://github.com/helm/chart-testing/issues/332 * https://github.com/kubernetes/ingress-nginx/issues/6245 * Number of CPUs on...
The original plan was to add ioFog to the package to deploy IoT workflow (Kura) on the edge. Currently this is still missing. This is the tracking issue.
Each project chart and package chart should provide some information on how to secure the installation. Including, but not limited to: * Installing custom certificates * Setting custom credentials Ideally...
Choosing a different dialog font works. However, the main application (which is not a dialog) doesn't change. Which seems to make that feature a lot less useful. Also, some dialogs...
Having the new version installed, it fails to start up, presenting the following exception: ``` java.lang.NullPointerException: Cannot invoke "org.wso2.lsp4intellij.client.languageserver.wrapper.LanguageServerWrapper.getStatus()" because the return value of "org.wso2.lsp4intellij.client.languageserver.wrapper.LanguageServerWrapper.forProject(com.intellij.openapi.project.Project)" is null at org.wso2.lsp4intellij.statusbar.LSPServerStatusWidget$IconPresentation.lambda$getClickConsumer$0(LSPServerStatusWidget.java:150) at...
In the documentation (https://www.sea-ql.org/SeaORM/docs/advanced-query/custom-joins/) there is an example of `Expr::tbl`, which seems to be missing. ```rust .column_as( Expr::tbl(Alias::new("fruit_alias"), fruit::Column::Name).into_simple_expr(), "fruit_name" ) ``` I assume either the documentation or the code...