Łukasz Jan Niemier
Łukasz Jan Niemier
Track onur/docs.rs#73
You could use Erlang API, which mean that all you need is to create `Module.register_attribute(__MODULE__, :telemetry_event, persist: true, accumulate: true)` and then just create all entries needed. You do not...
I was thinking about it, and I think that maybe it would be better to split library into two: - Event registration - Event extractor This should make the migrations...
I think that the thing what @geekrohit meant is to be able to limit authorised users to one organisation only.
I do not want to `set shell=/bin/bash` as I am using NeoVim terminal support which run `&shell` when started.
I have written my wrapper around `zap.SimpleRequest` where I have: ```zig pub const Writer = std.io.Writer(*const Self, zap.HttpError, sendBodyChunk); pub fn writer(self: *const Self) Writer { return .{ .context =...
@chasers wrong link
I have tested with OTP 26 on #368 branch. Works fine there (but I haven't tried release mode yet).
#590 will close this one
I was thinking more about `error` level for test failures and `info` for skipped tests.