Jack Brown

Results 11 issues of Jack Brown

It's unclear why this is happening. This is on a push of the master branch as of today's date. Host's config.txt: ``` disable_splash=1 dtparam=i2c_arm=on dtparam=spi=on dtparam=audio=on enable_uart=1 gpu_mem=160 ```

The symptom for this is the following error: ``` Failed to download image 'registry2.resin.io/v2/@sha256:' due to 'failed to register layer:open /var/lib/docker/aufs/layers/: no such file or directory ``` A user reported...

Slack has deprecated the channels.info endpoint (https://api.slack.com/methods/channels.info), and it no longer works at all with apps created after 10 June 2020. You're now supposed to use the conversations.info endpoint (https://api.slack.com/methods/conversations.info),...

There's some overlap between .editorconfig configuration files (https://editorconfig.org/) and taplo config. What do people think about falling back to relevant .editorconfig settings either if there's no taplo config file, or...

I love cargo watch, and use it all the time. I'm hitting an issue now though where I need to perform some cleanup/teardown prior to shutting down the watched process...

I'm attempting to use `$expr:snake` with a path containing slashes. My use-case is for automating tests, where test fixtures are in a hierarchical structure, and I'm auto-generating test modules based...

I've added more explicit documentation around how to interact with the `leds` module. I also ran `cargo fmt` against the repo, which found some changes.

We advertise an OData API, but we don't expose the $metadata endpoint. This should be documented clearly. Really, we should document all ways in which our exposed API differs from...

scope/enhancement
reference/API

This change makes the following changes: * Add a new feature (`i3-4-18-1`) to support marks in the nodes returned from `get_tree` * Add an example illustrating how to use the...

Unless I'm missing something (which is quite possible!) it looks like the `marks` field of the IPC response to the `get_tree` method is not present in i3ipc-rs. Is there a...