Peter Rekdal Khan-Sunde
Peter Rekdal Khan-Sunde
Maintain a master event loop that handles inbound connections. Then dispatch the connection to a slave loop which does the actual work. I think you might be able to achieve...
AV1 support
@alalek FFMPEG 4 now supports libaom enabling encoding of AV1 videos. I'm thinking of adding support for it in opencv_thirdparty. If the final binary `opencv_ffmpeg.dll` does not increase that much...
The problem is that every time an application is updated, the user has to add (accept) a new firewall exemption. This is probably fine for most users, but this application...
It would be nice to restart the application after a successfully applied update. Shimmer.Client.Restart() See https://github.com/github/Shimmer/issues/118#issuecomment-24181867 https://github.com/github/Shimmer/issues/118#issuecomment-24184128
I forgot to report this, but all our programs are obsfucated. Therefore when we call update manager, there is always new releases to apply because assembly version to shimmer is...
When creating a new release, delta diffing is not run on `content` directory so you basically end up with a useless delta package about the same size as the previous...
@shiftkey Version: 0.7.2 Please note that the update directory is empty, and i just wanted to test what Shimmer does in that case. Appearently it results in a epic crash....
# Reproduce steps 1) Install 2) Uninstall 3) Install 4) :boom: Deleting `%LocalAppData%\MyFancyAppName` before attempting 3) resolves the problem. # Log ``` [WARN][2013-09-25T10:52:54] POCOObservableForProperty: Shimmer.WiXUi.Views.WelcomeView is a POCO type and...
Is this something that is planned for 1.0? Having used Shimmer only for a day two, you guys have convinced me that this is the way to go. It's incredibly...
During the release stage, check for template.release.wxi in the Release folder or in $(SolutionDir) ``` ``` This would make it easy to add custom behavior to the generated Wix template.