Jeffery Utter

Results 26 issues of Jeffery Utter

Dan, I'm digging the idea here, it reminds me of action cable, but the use of Virual Dom is pretty clever. I'm wondering though, why generate so much javascript. It...

Actix tasks don't show their source location in tokio-console. ## Expected Behavior I would expect to see the source location of each task in tokio console ## Current Behavior Most...

C-improvement
A-web

I can't seem to find anywhere this is mentioned in the docs or tests. Is there any way to indicate that parameters are in an array of like objects? For...

I am probably missing something obvious here, but I can't seem to get browserify-rails to recognize es6 files: I have added es6ify to my package.json and `config.browserify_rails.commandline_options = "-t es6ify...

Hi @lexmag , I was wondering if this project could use some additional help with support and maintenance. It looks like there have been no releases for a while and...

In traditional 'state machines' usually, there is a way to disallow a transition. Perhaps based on business rules, consider the example of a cash register state machine. You may have...

question
docs

**Is your feature request related to a problem? Please describe.** It would be nice if elixir-grpc supported client-retries in the same way that Java/Go/C/.NET clients do. **Describe the solution you'd...

enhancement

I am testing out a setup very similar to what is outlined in `streaming.md` to receive the WAL log. The main difference is I am using the `wal2json` logical decoder....

The call to `Tesla.run` could possibly return `{:error, _}` in certain cases (ex. timeout). Since attributes were set in a step after this, they were skipped in these scenarios. This...

elixir
instrumentation
opentelemetry_tesla

According to the [Semantic Conventions](https://opentelemetry.io/docs/specs/semconv/http/http-spans/#status) any trace for a 5xx response should mark the trace with `status: :error`. Previously they were not marked as error unless the client throws an...

elixir
instrumentation
opentelemetry_finch