Damir Vandic

Results 35 issues of Damir Vandic

My understanding of Erlang is limited, but is the typespec of `with_child_span/3` correct in terms of its return type (`opencensus:maybe(opencensus:span_ctx())`? The return type should be whatever the function returns right?

What is you opinion on having the ability to wrap an existing *error* instead of a *message* and thereby also changing the cause of the returned error? Something along the...

Is the goto definition feature supposed to work also outside the current crate? E.g., when you click on a method from an external crate, you cannot use goto definition from...

P-High
enhancement
rls

I'd like to propose the idea of using `github.com/pkg/errors` for errors. Logging regular errors and panic errors could give us proper stack traces which makes debugging / fixing problems much...

Any idea why the end tags are red coloured? Is anyone else experiencing this? I tried resetting my vscode settings but it's still red, is it a bug or something...

Type: Bug
Syntax Highlighting

Hi! First of all, let me start by thanking you (and SmartRent) for this wonderful library 👍 It look really promising 🙂 I'm trying to get the z/ip gateway running...

Should we support configuring `repo` at runtime? We can keep it in the handler state right?

I'm using https://github.com/catppuccin/bat but the latte theme is displayed as dark: ``` ❯ delta --list-syntax-themes Light syntax themes: GitHub Monokai Extended Light OneHalfLight Solarized (light) gruvbox-light Dark syntax themes: 1337...

This PR replaces the `init/0` callback with `initialize/1` (using the old callback still works). In this way, you can for example use ecto dynamic repos with `Commanded.Projections.Ecto`, e.g. ```elixir defmodule...