Lance Pollard

Results 60 comments of Lance Pollard

I tried adding this, but still same error: ```js config.resolve = { ...config.resolve, sharp$: false, 'onnxruntime-node$': false, extensions: ['.ts', '.tsx', '.js', '.json', '.mjs'], } ```

Here is my play example: ```ts /* eslint-disable @typescript-eslint/no-unsafe-member-access */ import { Trie } from 'dawg-lookup' const trie = new Trie( ` hello world apply apple appendix apprehension apprehend appreciate...

I am in the same boat, here I have JSON specified: ```tsx import { json } from '@codemirror/lang-json' ``` And I'm not seeing any syntax classes added to the DOM:...

@meltingice yes I am getting this with doing `import Psd from 'psd'` in a Next.js v14 app: ``` ⨯ ./node_modules/.pnpm/[email protected]/node_modules/coffee-script/lib/coffee-script/coffee-script.js:114:0 Module not found: Can't resolve 'module' https://nextjs.org/docs/messages/module-not-found Import trace for...

I'm getting `{}` when logging `Psd` from `import Psd from '@lancejpollard/psd'` when I try this, so not sure, any recommendations after seeing what my PR tries to do?

Same here, I looked through the remark-prism code, and didn't find any way to hook into adding a custom language :( @sergioramos do you know if this could be added...

Actually I'm doing this in Next.js, but still not doing anything: ``` remarkPlugins: [ [remarkPrism, { plugins: [path.resolve('./prism.plugin.custom-lang')] }], [remarkMath], [remarkGfm], ], ```

@GastroGeek how did it eventually turn out after all these years, any luck?

@GastroGeek I was trying to automatically generate diagrams for all possible chords (https://music.stackexchange.com/a/135150/51238), but it seems not that useful as an after thought.