Anthony Alaribe

Results 54 comments of Anthony Alaribe
trafficstars

I'm slowly getting a hang of how the state machine works and compiling the events into the AST. So we're slowly getting close to a rough PR. But I have...

That's true. Simply importing the Prelude fixed it. Thanks!!! I'm still new to haskell, so I was mostly following the examples from the repository. But it seems to work now....

Just on the topic of making a pr for Svg support, How would you recommend implementing this? I feel Svg would be better in a different file/namespace. Then we could...

Hi, gentle reminder about this. I know this issue is closed, but it would be nice to get a heads-up, which will help me work on the svg support or....

Could you give a little code example? On Mon, 7 Jun 2021 at 19:32, quxbar ***@***.***> wrote: > Thinking more about it, perhaps a data family would be a good...

> This has lingered for a while now. Will it be merged if I resolve the conflicts? I found this PR searching for postgres-simple instrumentation. It's exactly what we need...

@Drahflow goranger copies the request body into the context so middlewares. So we actually have 2 request bodies. One in the http.Request, and the other in the context. There is...

My bad, you're right. For some reason, i assumed we were reading the raw bytes into the context and not the buffer. But still, what do you think we should...

I can confirm that librust_interop.a exists within the project, compile with the rust cargo

So, I checked the stack-works directory and found .a files, but with a weird file name which is different from what the error mention. So I copied and renamed the...