Lance Pollard
Lance Pollard
@pseudotensor thanks for the initial response! I am completely new to language models so I don't have the context to know a lot of where to begin. All I know...
What is required to support 1.3 if I may ask?
Any update on this? Not working for me either. https://github.com/dolanmiu/docx/issues/2590
Here is what I would like to see: ```md # Hello World I am some text. - a list item - a second list item I am a [link](https://google.com). And...
Not sure why the code is not getting sourcemapped to TypeScript (unminified), I see the `//#sourceMappingURL=index.js.map` in the dist/index.js file, is this fixable? I'll open another issue.
@pastelmind any ideas about why this might not be working in my examples?
I guess you aren't meant to use this locally, you are meant to use the production database?
@arxpoetica yeah I'm in the same boat, I am just trying to have two databases in 2 separate vercel projects, one a playground and one production. Maybe you can have...
Also, when trying to build with Next.js `pnpm build`, I am getting another error, if you have any ideas here, will [post to the Next.js group](https://github.com/vercel/next.js/discussions/61804): ``` Error: Expected to...
My `next.config.js` which contains my webpack config is like this: ```js /** @type {import('next').NextConfig} */ import nextTranspileModules from 'next-transpile-modules' import createMDXPlugin from '@next/mdx' import withYaml from 'next-plugin-yaml' import path from...