travikk

Results 4 issues of travikk

Hey, Using standard config for pino: ```typescript const logLevel = 'debug' const loggerOptions: loggerFactory.LoggerOptions = { name: 'rootLogger', level: logLevel, } const rootLogger = loggerFactory(loggerOptions) export const getLogger = (name:...

help wanted

**What language does this apply to?** JavaScript **Describe the problem you are trying to solve.** Currently, all generated getters for primitives in _pb.js files call to `jspb.Message.getFieldWithDefault` and there seem...

enhancement
javascript
triaged
port-fix

This PR adds new argument to `mutateFn` allowing for access to `queryClient` as well as `meta` object. This feature should make it easier to attach authentication headers from within `mutateFn`,...

documentation
package: query-core

### Describe the bug Hey, So I found a very specific conditions, in which useQuery will cache an error thrown by queryFn, and then from there on out always return...

help wanted
has workaround