Arik

Results 56 comments of Arik

Hey @veryordinally, I have modified the pattern matching to only match on the positive push num operators. I suspect having to run op_code.to_u8() on every single op code may have...

I think #8199 and #8414 are instances of a similar, and quite possibly the same, issue.

It appears I haven't found this issue when I opened #10482. Feel free to close that one if it's a duplicate.

I am running into a similar bug where given a method with a `Deref` generic that may look like this: ```rust trait Foo { fn do_foo_stuff(&self) -> String; } fn...

I believe #8414 describes a related issue.

Seconding this issue. It would be really nice to have some sort of built-in retry/restart semantics for serve commands. Going beyond the K8s restart policy referenced above, it might be...

Wow, that was fast! Do answer your second question: I think sat/vByte is probably the most convenient.

By the way, thank you so much for implementing this! Shall I close this issue?

Sorry, allow me to clarify. The data in the input would definitely be finalized, but merely represented in a broken down manner for easier programmatic access. By "partially finalized" I...

I think those representations would work great! And there's definitely no pressure or rush from my end; I was merely playing around with it and thought that the deconstructed representation...