Kyle DeTella

Results 8 comments of Kyle DeTella

Things have been pretty quiet, but that's understandable, life happens. I have been hesitant to commit to maintaining a fork because I know I myself will not have the bandwidth...

I was running into the same issue with JSON files. As per [this comment](https://github.com/microsoft/TypeScript/issues/33827#issuecomment-1020221358) in [#33827](https://github.com/microsoft/TypeScript/issues/33827), I was able to fix the problem by adding the following to my `tsconfig.json`:...

I ran into the same issue. This is because `t` returns the keyCode `116` which is mapped to `F5` in the [`isSpecialKeypress` method](https://github.com/firstopinion/formatter.js/blob/master/src/utils.js#L146). That makes the `t` character keypress return...

@grrizzly The quick fix was to comment it out. That is certainly less than ideal. I will get around to working on a more practical fix (hopefully) soon. Also, it...

> The [SEO documentation page](https://mintlify.com/docs/settings/seo) mentions that we can customize the SEO default value globally (ex: `og:image`) in the `mint.json` file; however, I don't find such parameters in the [`mint.json`...

> seems to work for me with node and `--loader` flag > > ```diff > { > "scripts": { > - "not-work": "ts-node-esm src/main.ts", > + "dev": "node --loader ts-node/esm...

I was banging my head against the wall for a while on this one. None of the solutions I encountered here (or in the JSDom, Jest, or ESBuild repos) were...

I'm seeing this as well. I believe it's because dependabot calls `pnpm update` instead of just `pnpm install`