Fin Christensen
Fin Christensen
As suggested by @MarekPikula in #160. There are two separate approaches for this: 1. Translate profile names only when no profiles exist yet, which would be most likely during the...
Currently, `cpupower` fetches all calculation schemes (average, minimum, maximum, random) every second regardless of the user setting. The user setting currently only controls which number will be displayed. Especially for...
Some cool additional features for profiles would be: - switch devices on/off (bluetooth, hdd spin down time, etc.) - set display brightness
I am currently trying to use the `TwoRayGroundReflection` path loss model in a simulation which uses an `IEEE80211DimensionalRadioMedium`. I realized that `IPathLoss::computePathLoss` gets never called in my simulation and searched...
As this filesystem aims to provide ACID functionality, I tested if it can handle a full machine failure while a write is in progress. My [test](https://github.com/fin-ger/zbox-fail-test) shows that zbox fails...
##### SUMMARY When running `hcloud_server_info`, the returned result contains the following when no backup is configured: ```json { ... "backup_window": "None", ... } ``` ##### ISSUE TYPE - Bug Report...
##### SUMMARY The documentation on `hcloud_network_info` claims that `hcloud_network_info.delete_protection` is always returned, but it is not. I have not set delete protection for a network, and the entry is missing...
I have a rather complicated typescript project setup and flymake is displaying errors that aren't any. How can I disable flymake mode in tss?
When trying to connect to a websocket server that is not running a panic is produced instead of a proper result. ``` INFO:endpoint: Connecting INFO:ws: Queuing connection to ws://127.0.0.1:8090/ws DEBUG:wamp::client:...