Devin Rhode

Results 293 comments of Devin Rhode

Run each one individually

Any news here? I'm facing the same issue. I have a cypress test doing cy.text().includes, somehow te-migrate doesn't know that .text() returns a string It might not be too hard...

I'm evening seeing things like: ``` interface FOO { // @ts-expect-error ts-migrate(2304) FIXME: Cannot find name 'Array'. emails: Array // @ts-expect-error ts-migrate(2304) FIXME: Cannot find name 'Record'. selectedPreferences: Record }...

And, with a very strict tsconfig.json compilerOptions, there are tons of other errors that are completely un-touched, when they should have a `// @ts-expect-error` comment added above them.

false alarm! Using latest ts-migrate (0.1.26) and this command: ``` yarn ts-migrate migrate . --plugin ts-ignore --sources="node_modules/**/*.d.ts" --sources="node_modules/@types/**/*.{ts,tsx}" --sources="apps/**/*.{ts,tsx}" --sources="libs/**/*.{ts,tsx}" ``` Seems to create proper @ts-expect-error comments if the `--sources`...

Hey @cxw42 what's the status on FF support?

Looks like the steps in "Hacking on TabFern" for the switchover branch might now be right... not sure... Shouldn't a dev change to switchover branch? And branch off of switchover?...

I tried loading this, I have the extension icon in the top right in FF, but clicking it doesn't do anything :(

(So I guess that's what the status on FF is :)

Double clicking the icon still does not do anything for me, also tried disabling all extensions except for stylus, restarting, and still nothing for single/double click. I am using FF...