ologbonowiwi

Results 113 comments of ologbonowiwi

@PeerRich can you confirm that we still need this and send the Figma or any specification that needs to be implemented?

/attempt #1959 hey @amrhassan, if you don't mind, I'll take up from what you did Options Cancel my attempt

Hey @ttejas123, a PR to it is already open. I'm only waiting the maintainers review.

Hey @Vayras, @ayewo will complete this work, but we still have some pendencies from the current test setup. It's recommended to refrain from attempting this, as 1. it needs more...

/attempt #450 I've discussed this with @ayewo, and I think I'll try this one. I am unfamiliar with ELM architecture, so I'll likely open draft PR(s) along the way and...

Relevant stuff regarding Elm Architecture that can help us to understand more about it: - [Model View Update - Part 1](https://elmprogramming.com/model-view-update-part-1.html) (blog post from [elmprogramming.com](https://elmprogramming.com)) - [Elm - Architecture](https://www.youtube.com/watch?v=vgsckgtVdoQ&list=PLw5h0DiJ-9PDkJEsAdY_TatcZl41_VG-n&ab_channel=FullstackAcademy) (youtube...

One issue, though, is that the `Config::from_file_paths` does not load queries. I've tried `query QueryName {`, `query {`, and only `{`. I'm seeing this error: ![image](https://github.com/tailcallhq/tailcall/assets/100464352/502e9a30-552d-41b6-b6b0-07155a8d50c9) Would you happen to...

Hey @tusharmath, I'm back to working on this one. Where did you plan to parse the operations? I was thinking about add ```rust let operations = Operation::from_file_paths(operations.iter()).await?; ``` and then...

Can you help me write tests for this issue, @tusharmath? I'll start with the test, so it'll make easier to review and ensure the behavior

imho it'd be easier to start this from tests, but after careful consideration, I'll not be able to handle this. Anyone that wants to give it a shot, feel free...