Sam Edwards

Results 12 issues of Sam Edwards

This allows configuring the Teleport auth role for U2F TFA support, instead of the default TOTP TFA.

This leaves subprocesses created by Teleport sessions alone when restarting teleport.service Fixes #8

The `teleport.service` systemd unit installed does not contain `KillMode=process`, causing systemd to default to killing the whole cgroup when stopping the Teleport service - this includes killing all processes started...

bug

Hi! This issue is mainly testing the waters for interest in an enhancement to add "non-streaming" transmit/receive capability to libhackrf. This would add a `hackrf_tx_now`/`hackrf_rx_now` or similar, which takes a...

enhancement
software

It would be nice if Nimue could accept configuration files (YAML? JSON? XML?) containing parameters (return address, stack size, etc.) for different versions of firmware, as opposed to hard-coding them...

This may supersede #7 (I'm not extremely familiar with Ansible plugins yet). The integration test playbook mentions an action plugin which is a necessary prerequisite for using the inventory connection...

Currently, every (non-idempotent) Ansible module duplicates the construction of the `Mikrotik` logic and initial call to `mk.login` - this should probably be moved to `mt_common` This has other benefits as...

Some Python files in the repository are in two-spaces-per-level indentation, while PEP-8 (and Ansible as a whole) uses four-spaces-per-level. Which style should be used for this repository?

[Windows SDK 8.0 includes the DirectX core libraries](https://blogs.msdn.microsoft.com/chuckw/2012/03/22/where-is-the-directx-sdk/). It would be a great convenience to our users if Panda's D3D9 backend could target this, as they'd get Direct3D support without...

enhancement
discussion

Since Panda3D is now a C++11 project, would it make sense to deprecate AtomicAdjust, replacing all of the various uses with `std::atomic`? This would allow greater portability to platforms that...

enhancement
cleanup