Juliano Penna

Results 43 comments of Juliano Penna

I'd like to add up some nice features comments could have that are overlooked by other editing tools. **1. Full-featured comments.** This means one can add images, bold/italic/underline, font color......

I'm having the same problem. It works as expected locally, but makes a hard reload in production. The URL only changes the query string, but Firebase forces a hard reload....

After some digging, I found out there is a content sent back from Vercil that isn't returned from Firebase. I'm using `router.push("/schedule")` and `router.push("/schedule?id=some_id")` to hide and show a modal...

Hey @alicanerdurmaz , I was going to send it, but the contribution process seemed to require more time than I can afford at the moment...

Hey, @arndom , thanks for taking this up! Did you try to memoize the result from [`handlePaginationParams`](https://github.com/refinedev/refine/blob/main/packages/core/src/definitions/helpers/handlePaginationParams/index.ts#L10)? It seems to me this is causing the object to change on every...

Yeah, we will have to memoize `queryOptions.select`, otherwise it will always be a new component. React Query also says the select function should be memoized https://tanstack.com/query/latest/docs/framework/react/guides/render-optimizations#memoization

@arndom Are you saying we have to memoize both `select` and the "pagination-function" passed to `useList`? Could you send a PR with the working solution you got? I think it...

It should default to `.sql-formatter.json`, as per the CLI tool documentation.

Hello @jpogran , this was for settings, like `.tflint.hcl`. There was another file, but I deleted it, but I remember it was configuring something as well. I understand what you...

I received the same error when running the following: ```bash az keyvault role assignment create \ --role "Key Vault Administrator" \ --scope "/" \ --assignee "$OBJECT_ID" \ --name "$NAME" \...