Shridhar Gupta
Shridhar Gupta
Hi, I have a react native app where I'd like to just use the login token if a valid one is available. Is this the correct way? ```js const token...
Hi, I'm quite new to apollo and trying to get meteor accounts access setup through graphQL. How do I go about using the [latest apollo instructions](https://www.apollographql.com/docs/react/recipes/meteor/#server) in conjunction with this...
I'm getting the following error with the `video: { log_file_path: STDERR} ` option `Unknown input format: 'x11grab'` This page seems to suggest that `avfoundation` should be used instead on mac....
I get this error when using with Meteor 1.6.1 and FlowRouter, using the following code: ```jsx import { Accounts } from 'meteor/std:accounts-ui'; ... FlowRouter.route("/login", { action(params) { mount(AppLayout, { content:...
## Environment ``` System: OS: macOS 10.15.6 CPU: (16) x64 Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz Memory: 964.21 MB / 16.00 GB Shell: 5.7.1 - /bin/zsh Binaries: Node: 12.18.3 -...
**Is your feature request related to a problem? Please describe.** Looks like `calorie` is being deprecated: https://developer.apple.com/documentation/healthkit/hkunit/1615359-calorie **Describe the solution you'd like** Support the other HKUnit types for smallCalorie, largeCalorie,...
Hi, first of all thanks for this amazing library. I'm trying to figure out the proper use for rendering & caching with SSR/Next. I'm using `fetchOptions: { cache: 'force-cache' }`...
Hi, could you please create an example with a drawer that: * is non-dismissable * has multiple snap points (even 2, minimized and full) * has scrollable content * allows...
In a query like this: ```tsx useQuery( triplit, triplit .query('directors') .include('allFilms', (rel) => rel('allFilms').include('actors').build()) ); ``` In the `ClientQueryBuilder class`, why not expose the current `Q` Query and a reference...
Hi, is there a way to support typed JSON's ? https://www.prisma.io/docs/orm/prisma-client/special-fields-and-types/working-with-json-fields#typed-json I added custom types in my drizzle schema (https://orm.drizzle.team/docs/column-types/pg#jsonb), but unfortunately they get overwritten with every change/generate.