Carlos Baraza

Results 47 comments of Carlos Baraza

Looking forward to this being fixed. It is quite frustrating, because it defeats the whole point of having strong typing... Mutations could easily break at runtime because you missed a...

Just noticed that the slow export is to AV1. Just export to H264 and it will be as fast as it used to be. It seems to me that the...

Could it be related to Hyperkit I/O being slow?

@KATT Hello Alex, just spent some time implementing my own version of `withTRPC` that supports SSR per page. Given that there are multiple upcoming changes in both NextJS and TRPC...

@mmkal that `serverSidePropsPrepass` is an interesting approach. I found it quite frustrating that the recommended way in Apollo now is to prefetch the queries in the `getServerSideProps` function. We like...

This was discussed in the issues: https://github.com/WebAssembly/design/issues/980#issuecomment-278503786 and https://github.com/WebAssembly/design/issues/112. It is not straight forward to fit this design with `wasm`, as it would break with the two letter similitude with...

@tannerlinsley do you think we could get this one in before final v3?

@theo-champlin I submitted a PR to fix the issue (#377). I had the same problem when adjusting a column width, some rows where not being remeasured when they changed the...

An index does not solve the problem (tried with many different indexes). The sorting happens after some `row_to_json` loop over all the data, which defeats the purpose of the pagination....

This would be a great add-on. Anyone found a workaround for preventing multiple Null values on a column with a unique constraint that doesn't involve partial unique indexes?