-
epic adds 1 to whatever you give as the starting number in settings$n_base_agents
-
I have been using a different library called tcljava/tclblend but i wanted to upgrade to a more supported library and found this, problem i have now is that i have one command that doesnt work. The er…
-
![image](https://github.com/user-attachments/assets/25bd5c21-a8cc-483c-8960-706e82526971)
-
Running v0.1.2 (the pip version at the time of writing) on Windows 10.
I'd like to fetch and run cmake-gui on a simple CMake-based project, like the one below. However, the following command fails:…
-
is there a way to cache builds? main use case is for the ci, where we completeley build from scratch every time. conan then pulls these from its cache. we would like to move to cget possibly, because …
-
Hi,
It's possible that I'm just misunderstanding the documentation here, but in the docs it says that using the `--test` flag on the `build` command wil make cget "try to run the `check` target" af…
-
Please add a recipe for libuv. A cmake for that can be found here https://github.com/dacap/libuv-cmake . Can't directly use cgate install dacap/libuv-cmake , as the git download doesn't download the p…
-
should be easy with default clone command updated to 'git clone --resurse-submodules ...'. If there are no submodules it generates no error, if there are - does the right thing.
-
when building boost i get warnings about too low required cmake version 2.8. Maybe you could bump that to something more recent.
-
Tyring to create a side bar using customtkinter
when it is expanded i want it to overlap the label
Sample code:
```
import customtkinter as CTK
class Dashboard(CTK.CTk):
def __init__(s…