autoantwort

Results 48 issues of autoantwort

I have the following models: ```python3 class Game(models.Model): name = models.CharField(max_length=256) def __str__(self): return self.name class Category(models.Model): name = models.CharField(max_length=100) games = models.ManyToManyField(Game) def __str__(self): return self.name ``` and the...

This partially reverts commit 488404bf409a9a5989ebd4bbb64599bd79428872.

CLA Signed

Are there plans to create a new release that includes https://github.com/mosra/corrade/commit/a06a17c4d53ff8394eda0607fc6eb45526f2625d or can every master commit be considered as release ready?

Main motivation: This is what the installed cmake config does: https://github.com/capstone-engine/capstone/blob/5fb8a423d4455cade99b12912142fd3a0c10d957/CMakeLists.txt#L628-L630 Also capstone has very generic header names that *could* collide with other projects: https://github.com/capstone-engine/capstone/issues/1982 https://github.com/wolfpld/tracy/issues/547

Test run for https://github.com/microsoft/vcpkg-tool/pull/802

category:tool-update

Package: qtbase[core,doubleconversion,freetype,gui,jpeg,opengl,thread]:arm64-osx -> 6.6.1#9 **Host Environment** - Host: arm64-osx - Compiler: AppleClang 15.0.0.15000100 - vcpkg-tool version: 2999-12-31-unknownhash vcpkg-scripts version: 94648f5a5 2024-02-05 (26 seconds ago) **To Reproduce** `vcpkg install --enforce-port-checks --allow-unsupported`...

category:port-bug

Currently, different targets are created for static and dynamic builds, making it hard to consume libuv. Imho a lib should be able to consume libuv without caring how it was...

#1424 replaced the `OPENJPEG_INSTALL_INCLUDE_DIR` variable, but not replaces all usages. The non existing variable is still used in the code like here: https://github.com/uclouvain/openjpeg/blob/2d606701e8b7aa83f657d113c3367508e99bd12b/src/lib/openjp2/CMakeLists.txt#L108

This has the same effect then the code before.

### ⚠️ This issue respects the following points: ⚠️ - [X] This is a **bug**, not a question or a configuration/webserver/proxy issue. - [X] This issue is **not** already reported...

bug
0. Needs triage
feature: caldav
27-feedback