braindevices

Results 55 issues of braindevices

when I add custom data in conandata.yml. ``` system-packages: ubuntu: libunwind: libunwind-dev glib-2.0: libglib2.0-dev fedora: libunwind: libunwind-devel glib-2.0: glib-devel osx: libunwind: null glib-2.0: null fallback: libunwind: libunwind/1.3.1 glib-2.0: glib/2.64.0 ```...

enhancement

I guess the pygimp is not going to be supported or ported for python3? Is this the official repo? Is this going to be merged into gimp repo or do...

I have this in Folder settings.json ``` "clangd.path": "/usr/bin/clangd-17" ``` I complete restart the vscode instance, I also call clangd: restart language server It only works if I put this...

bug

there are many new features I would like to use on current main branch, I wonder is there a nightly release or release candidate for this project? Or I have...

unconfirmed

``` from pydantic_settings import BaseSettings, SettingsConfigDict class Settings3(BaseSettings): model_config = SettingsConfigDict(cli_parse_args=True) foobar: str = "default" b: int # required Settings3() # this line cause problem, pyright expect the b, but...

unconfirmed

I was very confused became apparently our code [just wrap around whatever stdout callback class](https://github.com/ansible/ansible-runner/blob/b965f9cac3bd2314a0b60924403b0265b11f664b/src/ansible_runner/display_callback/callback/awx_display.py#L67) In theory it should be able to respect whatever stdout callback the user set as...

needs_triage

we normally use the yaml or the [diy](https://docs.ansible.com/ansible/latest/collections/community/general/diy_callback.html) callback for stdout, this make the large failure message far more readable on the fly. The json mode put the output the...

needs_triage

## Problem > Currently you must define your selections ahead of time and cannot dynamically select fields. This is because it is impossible to statically type queries using a dynamic...

## Bug description if we have model like following: ``` model Test { id String @default(uuid()) @unique manifest Json } ``` It will generate prisma model: ``` class Test(bases.BaseTest): id:...

### System Information OpenCV: 4.10.0 compiler: clang 17.0.6 Platform: almalinux9 cuda sdk: 12.3 ### Detailed description ``` exception message: OpenCV(4.10.0) opencv-4.10.0/contrib/modules/cudev/include/opencv2/cudev/grid/detail/transpose.hpp:118: error: (-217:Gpu API call) invalid configuration argument in function...

bug
category: gpu/cuda (contrib)