Truong Hoang Dung
Truong Hoang Dung
I made a custom `useMutation` hook, which allows returning `data, loading and error` from mutation ```js import useClient from "./useClient"; import gql from "graphql-tag"; import { useState } from "react";...
@joshuarobs What do you mean by `passing in update and using mutationResult` ? The usage is simple: ```js const [mutate, { data, error, loading}] = useMutate(url, mutationQuery) ```
@joshuarobs My `useMutate` is used differently. ``` const onClick = () => { mutate(variables) } ``` This library force variables in the argument of the hook, which i see is...
Any update for this ? I need a center header as a Menu Item
@Anil-matcha To you, what's the recommeded GPU configuration for maximizing performance ?
Also need to specify openai_url if user wants to use local version of OpenAI.
Because it's DHH said, everyone will follow. But it's Rails problem for monopoly on DHH decision. 100% of application has authentication builtin, this decision should be decided sice Rails 2.0....
You can do ```js LRUMap.prototype.fromJSON = function(cache) { return new LRUMap(cache.map(it => { return [it.key, it.value] })) } ```
Any news to merge this ?