Nick Taylor

Results 259 comments of Nick Taylor

Can I `.take` this one?

You can use the `tsd` package to test the types. See https://github.com/bfred-it/intervalometer/pull/1 for an example. You could put them in DefinitelyTyped if you feel they'll become a burden.

Having said that, I'm sure people would update them for you in your own repo. Another option, if you're open to it, is to just convert the project to TypeScript.

@kyllerss, I've added this to our backlog. At the moment, I'm unable to give a timeline though.

> > hot reloading > > Do we get to make use of this in a browser extension context? We should be able to. I've done this in the past...

You can actually use parcel's watch to handle this. There is an example of this in https://github.com/ceoimon/react-parcel-ts-extension-boilerplate/blob/master/package.json I'll have a proof of concept up tomorrow latest Friday.

Just linking [my comment](https://forem.dev/nickytonline/comment/i) from @benhalpern's post [Is the approach to privacy within the forem browser extension valid?](https://forem.dev/ben/is-the-approach-to-privacy-within-the-forem-browser-extension-valid-3cp3) as it contains info relevant to this issue.

I can definitely implement this, but if someone else wants to take it on, go for it. If not, I'll get around to this during Hacktoberfest at some point.

Unassigning you for the moment @CBID2 as the PR has been open since October 2023. If you decide to pick this up again, feel free to assign yourself.

For the time being @tobySolutions, so we can use it in the project, I've gone with the environment variable approach I've mentioned in this issue. See https://github.com/open-sauced/app/pull/3108