Volker Dufner

Results 6 issues of Volker Dufner

Hi @davisking, building dlib 19.19 on macOS with LLVM 9.0.1 Clang complier fails, because of the `target_compile_features` command which was introduced in CMake version 3.1. ## Expected Behavior Build and...

bug

Hi @Neargye, thanks for implementing semver! We've been using it in our project since version 0.1.8, but had to add the build metadata ourselves. It would be nice if you...

After building and launching the app ``` npx react-native run-ios info Found Xcode workspace "EthereumRNBoilerplate.xcworkspace" info Launching iPhone 11 (iOS 15.5) info Building (using "xcodebuild -workspace EthereumRNBoilerplate.xcworkspace -configuration Debug -scheme...

Hi guys, `thiny-dnn/tiny_dnn/network.h` crashing while calculate the loss value: ``` /** * calculate loss value (the smaller, the better) **/ template float_t get_loss(const std::vector &in, const std::vector &t) { float_t...

Hi Moralis team, together with @YosephKS we found a minor mismatch between the Unity SDK and the EVM API code generated for the self-hosted server cloud code. In [NativeApi.cs#L451](https://github.com/MoralisWeb3/web3-unity-sdk/blob/main/Runtime/Web3Api/Api/NativeApi.cs#L451) and...

# 💬 Description When opening the ESP32 flash configuration, the warning popup "Unable to find sdkconfig file" is displayed. # 🚶 Steps to reproduce the issue 1. Open Run/Debug Configurations...