internet
Here are 914 public repositories matching this topic...
-
Updated
Mar 18, 2022 - Java
I think it would be good to describe/list the capture technologies Wireguard is using for each platform. e.g. Windows it using wintun.net driver, Linux it is using /dev/tun etc.
Likely an advanced topic.
-
Updated
Mar 16, 2022 - JavaScript
-
Updated
Jan 12, 2022
-
Updated
Sep 17, 2020 - Java
Describe the bug
The game freezes when receiving a message that does not fit in one line.
To Reproduce
Your System:
- OS: Windows 10
- Game version:
-
Updated
Apr 30, 2022 - C
Describe the task
Lots of texts within Jamulus' UI (probably mainly What's This / tooltips) contain descriptions like "This means X in the Jamulus software". At least to me, this sounds unnatural, especially when translated.
Should we shorten this to "This means X in Jamulus"?
Initial discussion by @ann0see and me here: htt
-
Updated
Dec 26, 2021 - Java
Houseparty users can be found by checking the following URL: https://houseparty.com/add/{placeholder}.
-
Updated
May 8, 2022 - Java
-
Updated
May 12, 2022 - JavaScript
-
Updated
Sep 30, 2021 - Python
-
Updated
May 14, 2022 - Python
-
Updated
Mar 6, 2019 - C
So what we more or less want to accomplish here to start is this:
Adding the debian/* (ubuntu/, fedora/, etc.) folders and the docker setup to each (dependency) pkg's respective git repo (so nanoservice, python-nanomsg, etc.).
Probably makes sense to pick off one or two of these dependencies to start, then fork the dep repo and make a branch to work on.
**Things for us are
-
Updated
Nov 9, 2021 - Python
-
Updated
Oct 11, 2020 - Go
Add documentation about how to add a WireGuard configuration on Mac
-
Updated
Feb 19, 2022 - Python
-
Updated
Nov 22, 2021 - JavaScript
-
Updated
May 2, 2022 - Python
-
Updated
Dec 19, 2018 - Inno Setup
-
Updated
Dec 4, 2018 - C++
-
Updated
May 7, 2022 - CSS
-
Updated
Jun 4, 2019 - Swift
Improve this page
Add a description, image, and links to the internet topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the internet topic, visit your repo's landing page and select "manage topics."



在Ubuntu系统下使用dev-sidecar时,程序需要安装根证书,但是在安装时会出现以下问题:
要解决此问题,可以打开终端,运行
sudo /opt/dev-sidecar/@docmirrordev-sidecar-gui --no-sandbox,以root身份安装证书,从而避开sudo的密码询问步骤,解决问题。在安装完证书后,重新启动程序,就能发现证书安装成功了。