Dan Farley
Dan Farley
Hi! I'm wondering if it's possible to create a link to a tagged region (or singular tag) similar to how they can be [included](https://docs.asciidoctor.org/asciidoc/latest/directives/include-tagged-regions/)? Sometimes the relevant code blob is...
I'm working on adding CodeChecker support for our codebase and the docs mention that you should use `assert()` to guide clangsa around false positives. Our codebase doesn't currently use `assert()`...
I use Spaces to organize personal vs work windows. Caprine doesn't let me put it in only one Space, trying to drag it to my personal Space is blocked. It...
I'm using bindgen and cbindgen together to build both C->Rust and Rust->C headers so we can start writing pieces of our C code in Rust. I think the issue boils...
Our codebase (all Python3) has a few places where we ended up writing comments that look like `# type: some description ...` prior to adding Mypy. They're usually within a...
I'm working to set up `dmypy` in a multi-root workspace where we'll need to run multiple instances of `dmypy` for various subsets of files. We're hoping to do something like...
We're currently using v0.2.0 since we have a customized version of `libhs`. Since trying to update to Python 3.10 we're seeing the following error (in a container based on [`python:3.10-bullseye`](https://github.com/docker-library/python/blob/4c86fbef4c546a65e372c9bc8c27b8c17bfe42fd/3.10/bullseye/Dockerfile):...
If you think you're gonna maintain this at all, might I suggest making it compatible with WowUp? https://wowup.io/guide/section/get-addons/install-from-url
I'm using VSCode to attach to several remote containers which are created using Docker Compose. These containers appear to have unique names that show up under "Attributes > Name" in...