Chip Collier

Results 13 issues of Chip Collier

Howdy! I'm trying to specify the parameters to link with my build of OpenCV and I have a bit of a problem. ```powershell $env:OPENCV_LINK_PATHS = "$env:KPNS_VENDOR_ROOT\x64\vc16\staticlib,$env:CUDA_PATH\lib\x64" $env:OPENCV_LINK_LIBS = "zlib,libjpeg-turbo,libjasper,ippiw,ittnotify,ade,cudart_static,cublas,cufft,opencv_world452" $env:OPENCV_INCLUDE_PATHS...

Howdy! With the introduction of the new package manager (build.zig.zon) I was interested in experimenting with a way to add support to zig-gamedev so that individual libraries can be referred...

enhancement

Howdy! I'm developing a plugin for an application and find the the output of macos_bundle is adding some friction. What would be ideal is that I would `bazel build //plugin:foo`...

Ahoy! I do not expect this to be merged as is. But to get the conversation going I wanted to open a PR with the initial attempt. I can download...

We use some geographically distributed gitlab mirrors and our submodules use relative urls in order to avoid hardcoding which gitlab mirror they are cloned from: ``` [submodule "FOO_SDK"] path =...

Howdy! I just purchased remedybg so please pardon me if the docs already explain but I was wonder if it's possible to contribute native visualization for Rust data structures, or...

Type: Enhancement
Priority: 3 (Low-Med)
Component: Watch Window
Component: Engine

Could there perhaps be a wiki added to this repo with a gallery of common fixups, maybe a generated table of crates with their known fixups? Another interesting possibility is...

Hi! I'm new to embedded rust, and I probably just don't understand the cli options to svd2rust and how to get working output. An example from the SVD I'm using...

Howdy! The CodeLLDB plugin is very very slow on Windows unfortunately. However! The microsoft debugger works pretty well. In order to use the debugger with dynamic bevy I'm using the...

C-enhancement
S-setup
Z-small

Changelog: Feature: Add ``tricore`` compiler architecture support Docs: TODO Close https://github.com/conan-io/conan/issues/16318 Hello! I'd like to start the process here in adding support (whatever that might mean) for tricore-gcc. Currently I'm...

type: feature