remote-access
Here are 107 public repositories matching this topic...
-
Updated
May 24, 2020
When selecting the SQL Server Experimental Option via the Tools / Options the Sql script currently in the help file needs updating to include two fields; RedirectAudioCapture, InheritRedirectAudioCapture
If you already have the table created quick fix
alter table [mRemoteNG].[dbo].[tblCons] add [RedirectAudioCapture] [bit] NO
-
Updated
May 17, 2020 - C
-
Updated
Jun 7, 2019 - C#
-
Updated
May 23, 2020 - Python
-
Updated
Jan 21, 2018 - C++
-
Updated
May 9, 2020 - C
-
Updated
Oct 1, 2019 - Shell
add setup.py file
Citing the doc: "The setup script is the centre of all activity in building, distributing, and installing modules using the Distutils."
source: https://docs.python.org/3/distutils/setupscript.html
For the Python community the setup.py file is a standard to know how to set up the environment just out of the box. Instead of running the right scripts in the order it would be better to have one kn
-
Updated
Apr 17, 2020 - Go
-
Updated
May 21, 2020 - Ruby
-
Updated
Oct 19, 2019 - C#
-
Updated
Feb 28, 2017 - Shell
-
Updated
Apr 26, 2020 - Java
If you now hit F1 on any primitive you are taken to the help page for that primitive for the version that you are currently running (resolved #546).
WIBNI the Help-> Dyalog Help and Help -> Documentation Centre links did the same.
https://help.dyalog.com/17.1
https://www.dyalog.com/documentation_171.htm (no "." in the version !)
IDE:
Version: 4.2.3437
Platform: Win32
Dat
-
Updated
Sep 2, 2019 - Go
-
Updated
Feb 7, 2017
-
Updated
Oct 15, 2016 - Shell
-
Updated
Dec 17, 2017 - Python
-
Updated
Mar 27, 2020 - JavaScript
-
Updated
Jul 20, 2017 - Go
-
Updated
May 22, 2017 - Python
-
Updated
Jan 8, 2018 - PowerShell
-
Updated
May 13, 2020 - Python
-
Updated
May 22, 2020 - Python
-
Updated
Oct 21, 2019 - Java
-
Updated
Mar 14, 2020 - C++
-
Updated
Jun 10, 2019 - Python
Improve this page
Add a description, image, and links to the remote-access topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the remote-access topic, visit your repo's landing page and select "manage topics."


I used to launch pupy using the script
./start-compose.sh(like mentioned in your documentation). But it looks like this file no longer exists.Did you remove this functionality ? If so can you plz remove it from the documentation ! If not, can you tell me please how I can launch
pupynow with docker-compose ?PS : pupy rocks, really thank you for the author and contributors.