Alexander Mattoni

Results 37 comments of Alexander Mattoni

Would also like to see this - selects rendered at the bottom of the page either jump the scrollbar, or get cut off.

I also noticed that having a route like `/test/*` and going to `/test/test1/` does not give me any remaining path, which leads to other complications. Is this on purpose?

An important item to note from my own experiments: Using `array_agg()` the listed fields in the parenthesis MUST be listed in the exact same order as the fields of your...

Ah, thanks @abonander. It looked like there was another interesting proposal to do a `fetch_group_map_by`, but I don't see anything in the PRs for that work. Is it currently being...

I'm having a similar issue but with an array of enums, trying to insert in bulk using `unnest` like the FAQ calls for: ```rust sqlx::query!( r#" INSERT INTO "Expansion"(region) SELECT...

Thanks for the response, I must have missed that in the docs. Is there no way to test takeEvery with expectSaga? That's what I was using when the error occurred.

Here's my use case: We want to jam on our schema in a separate repository, and the repo for the graphql server we submodule that external repository with the SDL....

It looks like that may be the code, yes. EDIT: Acutally, that looks like the code to serialize the key in subscriptions, which works correctly. It's just when constructing the...

Thanks for the hard work! What's the status on @conventional-commits-rs? I'm having some trouble finding a good rust commitizen tool and would love to see this one get some love...

> I came up with an example of how to work around this: https://github.com/kylecoberly/playwright-socket-mocking-example > > It's not bulletproof, but it's fairly simple and should allow you to send socket...