Gajus Kuizinas
Gajus Kuizinas
Open to it. As long as it is behind a flag, I see no harm.
I don't think this is "dumb". Project directory structure is "dumb" if `index.js` is used with `create-index` in a directory that includes files without `export default`. In the above case,...
> Also, I can change the file permissions and gitignore back np. Yes, please.
The current PR is a mess. It would probably be easier to force push just the changes.
You can override `fetch` client https://github.com/prisma-labs/graphql-request#using-a-custom-fetch-method, which allows you to use something like https://www.npmjs.com/package/fetch-retry instead.
I think it should be: ```ts const bar = (shape: T): z.infer[keyof z.infer] => { return null as any; }; ``` although not 100% sure
> Please, use path.join. Good catch. A PR is welcome.
@Rossidges Is there a client-side workaround for this that you can suggest?
Looks like it is just hard-coded with no way that I can see to modify externally. https://github.com/esnet/react-timeseries-charts/blob/645d00563a0f00cca970b5a0c6ee8f3aa988112b/src/components/EventMarker.js#L22
@pjm17971 Any chance of this being addressed?