Juan Manuel Vallejo
Juan Manuel Vallejo
Hi, I'm interested in modifying electron-release-server to provide auto update for NSIS installers. Although sha2 is an optional field I would like to include it, which library is used to...
Thanks! I will create an /update/:platform/latest.yml and work with this
Yes! that was useful at first but I'm suspecting my issue is because of the way I'm initializing the players. In the example you provide player states are initialized during...
Here's my code for the player: **AudioPlayer (Container):** ```js import React, { Component } from 'react' import { connect } from 'react-redux' import AudioPlayerView from '../../../components/content/chat/AudioPlayer' import { get as...
I guess JSX won't be properly parsed herre 😞
Nope, I stopped trying and implemented my own solution using a native player :(
Thanks @itsyogesh I got it working with the config you posted :)
Would this solution still support multiple virtual hosts with ssl? What's the latest version that doesn't have the issue? I'm running into the same problem, thanks!