Ian Williams

Results 38 issues of Ian Williams

This appears to be related to the usage of `path.split(':')`, rather than `path.split(os.pathsep)` (Windows path splits on `;`, not `:`).

Right now, `/status` is the only way to update a status from slack-cli. However, it'd be nice to use things like expiration times on statuses - this isn't supported in...

Per sampsyo/wideq#39 and sampsyo/wideq#40, it looks like there's support for querying/setting the swing state on supported HVAC units. Therefore, it would be nice to be able to modify these settings...

**What problem does your suggestion solve** As of 1.3, there's a new unified gizmo on beds for setting usage policies (dropdown for colonists/prisoner/slaves). At the moment, there's an additional gizmo...

enhancement

I intend on running Ansible in a CD pipeline. I deploy my FreeIPA server accordingly in my playbook's tasks: ```yaml - name: Install and configure FreeIPA role vars: ipaserver_domain: my.domain...

### Summary This is related to [this PVE Forums thread](https://forum.proxmox.com/threads/intermittent-network-loss-from-vm-node.142042/). I'm having issues with a slow-to-respond PVE API, and the current timeout is set to the default of 5 seconds....

feature
module
plugins

It seems as if all of the elements of the circuit (using the alternate motor driver, DRV8835) can run on 3V, and the button-cell has a significantly-higher mAh rating. Is...

https://github.com/NetSPI/AWSSigner/blob/204a457a7d6225ae1d20088325a783968e55060d/src/main/java/com/netspi/awssigner/model/persistence/FileProfileImporter.java#L25 The above line is used during the import process for profile files (either exported by AWS Signer, or from the `~/.aws/config` file locally). The former supports profile names with...

Previously, Burp did not allow for easy state tracking for extensions across restarts of Burp/reloads of the extension/reloads of the project. This meant that extensions had to either be reconfigured...

Hey folks, I'm seeing some examples in an API where, when HTTP/2 requests are enabled (and AWS Signer is signing the request), the request is malformed and rejected by the...