HackXIt
HackXIt
I'm a bit late to the discussion, but I also have been trying to get this to run. ``` #!/bin/sh # BepInEx-specific settings # NOTE: Do not edit unless you...
@AevumTacet How did you get this to work?
> But the next day's version didn't work anymore, nor any of the rest that came after. I am not able to run even the current bleeding edge builds. Oh......
The task log where the error occured for me: [Log - e10d786796b74c239a45f81f61532416.txt](https://github.com/allegroai/clearml/files/15138668/Log.-.e10d786796b74c239a45f81f61532416.txt)
Same issue here, using bitbucket repository host. Sadly no fix since February.
I used a different setup for macvlan on the host: ``` cat /etc/network/interfaces.d/host_macvlan # Configuration for mymacvlan interface auto host_macvlan iface host_macvlan inet static pre-up ip link add host_macvlan link...
> I am getting a 403 when trying to download Valheim Plus on a first time server start. How would I add github personal access token to a docker-compose? I...
I think I figured it out. According to https://github.com/geofffranks/spruce/blob/main/doc/array-merging.md the identifier 'name' is special and in the default behavior of `merge`, it will merge existing items based on the value...
> Once the path to the SDK is located, I suspect it eventually set this as the `CMAKE_TOOLCHAIN_FILE`: https://github.com/raspberrypi/pico-sdk/blob/6a7db34ff63345a7badec79ebea3aaef1712f374/cmake/preload/toolchains/pico_arm_gcc.cmake > > but since it's already set by Conan upon invoking...
Here is a _somewhat minimal example_ on what our CMakeLists look like in our RP2040 projects: CMakeLists.txt ```cmake cmake_minimum_required(VERSION 3.13...3.27) include(FetchContent) # PICO_SDK ------------------------------------------------------------------------------ # Initialise pico_sdk from installed location...