Jehonathan Thomas
Jehonathan Thomas
How did you forward request to TransparentEndPoint? Did you use port forwarding on Router?
Okay. I haven't properly tested transparent end points either. Since I don't have the right testing environment required for transparent endpoints. Even if we forward request to the proxy we...
Thank you. I currently have hand full of things I am busy with.
Are you perhaps calling StartProxy multiple times, trying to bind to same port and IP twice or more? Please provide a full project to reproduce this issue perhaps by uploading...
I am not sure on the syntax for event handling in VB.Net. Its been years. ``` Dim eventHookFactory = New EventHookFactory() Dim keyboardWatcher = eventHookFactory.GetKeyboardWatcher() keyboardWatcher.Start() ``` I see that...
It will not as long as someone can modify the code and make it work. When I worked on it a while ago I couldn't make it work, since then...
I have implemented a hotkey in past, not on low level though. Basically it was like a Collection of keys and then removing items from collection when it matches the...
I agree that we should use an action delegate, but if you can isolate the changes for hotkey and PR to a [feature branch](https://github.com/justcoding121/Windows-User-Action-Hook/tree/feature) I can work on integrating the...
There seem to be a [similar issue in Exoplayer repository](https://github.com/google/ExoPlayer/issues/5223), not sure if that helps. Relevant comments below. https://github.com/google/ExoPlayer/issues/5223#issuecomment-446275387 > Samsung apparently is using different metatdata keys than other vendors,...
I did a workaround for this by implementing a MetaDataProvider. It seems like the default meta data provider was not able to find METADATA_KEY_ARTIST from the mp3 file attributes. So...