Dave Lucia

Results 123 comments of Dave Lucia

@tsloughter is there any remaining work left on this PR? I'm seeing this manifest when using `Task.async_stream` One of the tasks times out with no child span reported

I was snagged by this as well ```elixir Failed to parse warning: [{:"(", 1}, {:atom_part, 1, 'o'}, {:atom_part, 1, 'p'}, {:atom_part, 1, 'e'}, {:atom_part, 1, 'n'}, {:atom_part, 1, 't'}, {:atom_part,...

I can try to produce one. At the moment I dont have one thats shareable

Let's image than I have `crate_elixir` and `crate_rust`. `crate_rust` doesn't want to have `rustler` as a dependency, but it has some data structure that we may way to ultimately use...

@evnu I think we're on the exact same page here 😆

This also brings up another issue, as far as I can tell, tuple structs and newtypes are not encodeable/decodeable

@sunny-g I stumbled across your repo the other day. Great work! Should this be folded into rustler or should it stay as a separate library? My worry is that the...

I believe the module will fail to load @bigfish24

Started work on this in #321 I'm reworking the rendering of the public-facing event page such that it renders from a live view, which will probably delegate to something that...

This might be a good one for me to take on