claydugo
claydugo
I am attempting to draw more than 50 images to a panel but I seem to be hitting some sort of limit. For testing I am using 1x1 pixel images...
Hello, I would like to be able to install your package using `conda` and I have been going through the process of building a recipe to do this. In [this](https://github.com/conda-forge/staged-recipes/pull/24668#issuecomment-1839419694)...
### Dupe Check - [X] I have [searched Warp feature requests](https://github.com/warpdotdev/warp/issues?q=is%3Aissue+label%3A%22Feature+requests%22) and there are no duplicates ### Describe the solution you'd like? Pane movement bindings do not wrap around. I...
I did this with their recommended setup where you specify a revision. You can alternatively set it up to use the users `ruff` binary with something like: ``` repos: -...
I have been reading your exciting results about modifying SAM2's `image_size` in [this thread](https://github.com/facebookresearch/sam2/issues/138#issuecomment-2271567643) and trying to implement them in my own workflow. For context I am working with images...
### Description This PR fixes an issue where pixi resolves symlinked `pixi.toml` files to their real location, causing the `.pixi/` directory to be created relative to the symlink target instead...
## Problem When `pixi.toml` is a symlink, pixi resolves it to the real file location and creates the `.pixi/` directory relative to the target, not the symlink. This breaks common...
Closes https://github.com/dmlc/decord/issues/361
## Problem Decord uses `ctypes.RTLD_GLOBAL` when loading `libdecord.so`, which exports all symbols (including FFmpeg/libav) into the global namespace. This causes symbol conflicts with other libraries that use similar dependencies, leading...
``` - ⚠️ WARNING client.supports_method is deprecated. Feature will be removed in Nvim 0.13 - ADVICE: - use client:supports_method instead. - stack traceback: /home/clay/.local/share/nvim/lazy/vim-illuminate/lua/illuminate.lua:117 /home/clay/.config/nvim/lua/plugins/lsp.lua:46 [C]:-1 /usr/local/share/nvim/runtime/lua/vim/lsp/client.lua:496 /usr/local/share/nvim/runtime/lua/vim/lsp/client.lua:1101 /usr/local/share/nvim/runtime/lua/vim/lsp/client.lua:593 vim/_editor.lua:0...