John L. Armstrong IV

Results 151 comments of John L. Armstrong IV

Here’s some old code I was experimenting with (and a more [polished version](https://github.com/fromtheexchange/image2svg-potrace)): Codeblock This code block is licensed under GPL-2.0. ```js const potrace = require("potrace"); const fs = require("fs-extra");...

Supporting `SharedArrayBuffer` would unblock access to packages like: - https://wasm-vips.kleisauke.nl/ - https://ffmpegwasm.netlify.app/ - https://webcontainers.io/guides/quickstart Does anyone have any updates or workarounds?

More info on the error, which persists in `20.12.1`. It seems you can install any version so long as you are not in a folder with a `.tool-versions` file. In...

@ljharb I’m using `@typescript-eslint/[email protected]` thanks for looking into it! Not sure why it’s passing, but the only difference in my project is updating [`eslint-plugin-react`](https://togithub.com/jsx-eslint/eslint-plugin-react), so it has to be one...

@jacob-ebey have you found any workarounds? I’m trying to integrate https://litestream.io/ too

Related to - https://github.com/zed-industries/zed/issues/4815 - https://github.com/zed-industries/zed/issues/5267

@Moshyfawn that’s a great feature! I noticed it worked in `markdown`, but not `typescript`, `tsx`, or `astro`. Is there a way to enable that language-dependent feature in other languages?

Would it be possible to add npm [eslint-plugin-no-use-extend-native](https://www.npmjs.com/package/eslint-plugin-no-use-extend-native) with tracking issue https://github.com/dustinspecker/eslint-plugin-no-use-extend-native/issues/136 ?

Does this issue also cover the other config repositories? - https://github.com/xojs/eslint-config-xo - https://github.com/xojs/eslint-config-xo-typescript - https://github.com/xojs/eslint-config-xo-react

I ran into this error by using [TypeSpec](https://typespec.io/) to generate OpenAPI 3 definitions, which are then provided to Kiota.