Dirk Van Haerenborgh

Results 39 issues of Dirk Van Haerenborgh

We are wondering if there are any plans to deliver a subset of the features in a standalone version that can work without connecting to the codestream cloud service. We...

enhancement

When using an executor that is different from tokio (in my case glib), launching a request from the client results in the following message at runtime: ``` 050, marker: }),...

### Description Since angular14, there is support for letting tests fail when encountering unknown components or directives: https://github.com/angular/angular/issues/36430#issuecomment-1117801535 ### Proposed solution It's be great of this could be defined as...

enhancement
PR is welcome

**Describe the bug** The function `registerThemes`, but also pretty much every other class/function, expects the `echarts` object to be available in the global scope. At first I though this was...

enhancement

This is an implementation for #298 (referenced by #991)

waiting

For our UI, we'd like an endpoint that we can call to check if we should enable/disable certain elements based on policies. As briefly discussed on gitter with @thjaeckle, that...

enhancement
in progress
community-interest

As discussed with @thjaeckle over gitter, we're looking for a way to assign multiple policies to a Thing. That would make granular permission control a lot easier to implement. Below...

Currently, every implementation for a server method is a `sync` fn. Are there any plans to go towards `async fn`s for server impls?

We're migrating all our services to log in json format. It'd be nice if hono could follow suit. Just like gelf, quarkus supports logging in json by setting the env...

enhancement