Dennis Schridde

Results 217 comments of Dennis Schridde

I cannot access `build #440` -- it says I am lacking the "read" permissions. I would like to take a look at the logs, to figure out what my patch...

Could you please hand in your patch as a pull request?

Could the summary please be adjusted to `error C2371: 'pcre': redefinition; different basic types / error: conflicting declaration 'typedef struct real_pcre8_or_16 pcre'` in order to make this report easier to...

You mean to copy the [code from Penlight](https://github.com/stevedonovan/Penlight/blob/master/lua/pl/types.lua)? ```lua --- is the object either a function or a callable object?. -- @param obj Object to check. function types.is_callable (obj) return...

But the assertions reside in luassert/src/assertions.lua, i.e. in luassert, which currently does not depend on Penlight.

Theme settings: Would be fine with me. I can also simply create a derived theme and just leave Hyde alone in its current form.

I also just ran into the `paginator.pages` issue.

I think your error is a little bit different, because it is about `web.server` and not just `server`. My error happened right when installing stratum — I did not even...

Based on my reading of https://github.com/grafana/tempo/blob/7961fb746daeea8f274db3e8ebbcac78b74f05b8/docs/design-proposals/2023-11%20TraceQL%20Extensions.md#instrumentation-scope, https://github.com/grafana/tempo/pull/3967 implements this.