Dimitris Karittevlis

Results 6 comments of Dimitris Karittevlis

You need to include `REPOSITORY` and `ACCOUNT` environment variables to define which repository to get releases from.

@samhuntsocial @chichilatte Thanks for the clarification but as you said, Passport fires the `deserializeUser` function for every request which keeps the `req.user` up to date. If we are to use...

I would suggest using [Stripe Elements](https://github.com/stripe/react-stripe-elements) so you can create your own custom form to include coupon code.

I went though the same misunderstanding. I think you don't use that package and you use the one bundled with electron like `const autoUpdater = require('electron').autoUpdater`.

This would be great to get in as we require the context support.

You mean [this](https://github.com/Fredolx/open-tv/blob/main/src-tauri/src/xtream.rs#L283) part constructs the channel url using the origin? My use case would be expecting `http://a.example.com/a/b/streamType/testUsername/testPassword/channelID.ts` for channel formating. Similarly, using the full `url` of the source instead...