-
package main
import (
"sync"
"unsafe"
"github.com/heiyeluren/xmm"
)
func main() {
print("Start\n")
f := xmm.Factory{}
m, err := f.CreateMemory(0.6)
if err != nil {
panic(er…
-
- [ ] - Create training materials on DGE principles and best practices.
- [ ] - Schedule and conduct DGE training sessions and workshops for contributors, volunteers, and partners.
- [ ] - Develop a…
-
Right now the calendar os only shown on the main page. But it would be useful to also find it on the wg page. Sone someone can ask to join the events. Thoughts?
-
It's unclear whether WGDCP refers to the protocol implemented by https://git.zx2c4.com/wg-dynamic/about/, or is a custom one (based on the usage of protobuf, I'm guessing it's a custom one). It might …
-
Hello,
I am fresh with wg-access-server, and I run the following sample:
`export WG_ADMIN_PASSWORD="example"
export WG_WIREGUARD_PRIVATE_KEY="$(wg genkey)"
docker run \
-it \
--rm \
…
-
1. https://github.com/chaoss/wg-metrics-models/pull/92
2. https://github.com/chaoss/wg-metrics-models/pull/93
3. https://github.com/chaoss/wg-metrics-models/pull/94
4. https://github.com/chaoss/wg-met…
-
**Working Group Details**
This workgroup will focus on Ethernet for AI tech incubation and enablement
**--Working Group Name:** sonic-wg-ai
**--Working Group Presenter (name and email):** Yanzhao…
-
Requested by the diabetes project in clinical core: https://github.com/hl7-be/core-clinical/issues/77
The difference with .meta.lastUpdate is that the date in this extension is only updated if the …
-
We've long had issues when writing to certain drives, such as network drives as NSLS2 or a spinning disk a BESSY. In these cases dastard sees very high latency when writing to disk, and once it's buff…
-
## Issue description
Using wireguard on a server with several peers added it looks like they aren't brought up properly and since the type is set to "oneshot" it won't even retry. Problem seems to …