Blake Kostner

Results 74 issues of Blake Kostner

## The Situation I want to be able to only allow some scopes to be used by specific users. ## The Problem As far as I can see digging through...

First off, this project is super awesome! I love being able to have always up to date mermaid diagrams for my Ecto schemas. I am currently using this library to...

documentation
discussion

This adds `record_exception/1` to `OpenTelemetry.Tracer`. This is a shortcut for calling `OpenTelemetry.Span.record_exception/1` with the current span context.

language-elixir
language-erlang
scope-api

**Is your feature request related to a problem? Please describe.** The Phoenix instrumentation does not inject tracing headers in the response **Describe the solution you'd like** Similar to how [`:otel_propagator_text_map.extract`](https://github.com/open-telemetry/opentelemetry-erlang-contrib/blob/main/instrumentation/opentelemetry_phoenix/lib/opentelemetry_phoenix.ex#L102)...

enhancement

Fixes #384 ## Description of the Change This is a follow up / redo of my #420 appstream PR. I realized I made the previous PR too narrow, and it...

1.4.0

I noticed we have a lot of images, pdfs, and zip files that are not in git lfs. We should move those to `git-lfs` for faster cloning. Also, it just...

Priority: Low

Having a view like so (minified): ```elixir defmodule HalWeb.V2.Inventory.MovementView do use HalWeb, :v2_view has_one :location, serializer: LocationView, link: :location_link def location_link(movement, conn), do: inventory_location_path(conn, :show, movement.location_id) end ``` results in...

1.0.0

This allows using a catchall to release any commits that don't match a rule. This is very useful for shared configurations when you are trying to migrate to semantic-release. With...

This adds some accessibility warnings caught from lighthouse. I think the `docus` `AppAside` organism could use a little love too but I'm not going to talk through the whole thing...

enhancement

This is a bug in Docus but the repo isn't public so I'm not sure where I should report it. ## Issue `content/en/index.md` has no `title` property set, and therefor...

bug-report