Jon Rafkind
Jon Rafkind
runwda can fail due to wda not starting up properly. I am not 100% sure why wda fails to launch, but if it does not launch then runwda should exit...
This PR adds a new ssh command `device-info` that responds with the name of the tun device, and the cidr of the tun. Example output: ``` name=tun0 cidr=192.168.200.13/24 ``` I...
We should be able to load the game data from a zip file containing all the lbx files.
### What version of `nebula` are you using? master as of today ### What operating system are you using? linux ### Describe the Bug https://github.com/slackhq/nebula/blob/a800a488577f3bbdf15411dfe3ea0347619c7a21/noise.go#L49 this line bypasses the `s.c.Encrypt()`...
try to use opengl for shader support in sdl2
https://github.com/slackhq/nebula/blob/a5a07cc7603187a75b116f26601882a93c371170/examples/config.yml#L156 The default value for punchy.respond is false, but in the sample config file the commented part shows `true`. Many of the other commented out fields show their default value...
### Ebitengine Version 2.7.2 ### Operating System - [ ] Windows - [ ] macOS - [X] Linux - [ ] FreeBSD - [ ] OpenBSD - [ ] Android...
When let g:replay_record=1 is on the first few frames of the video show the current state of the buffer, which is some arbitrary point in time, possibly a few moments...
A yubikey can be forced in u2f mode by invoking ``` fido_dev_force_u2f(token); ``` `MakeCredential` should invoke this before calling `fido_dev_make_cred`, perhaps if MakeCredentialOpts had a `ForceU2F=true` field or some such....
use golang and ebiten