Igor Karatayev
Igor Karatayev
… in non updatred state and prevent rebase from continuing. Fixed that by updating submodules after rebase was initialized.
For declaring some command like this `[Command("run", "Run commandlet.")] public async Task RunCommandlet([Option(0)] string commandlet, [Option(1)] params string[] parameters)` if last indexed parameter is params then it will accept all...
Here is my case. I am writing an app which need to accept parameter switches for another app it is using. So for example I am trying to call my...
…ble - original hook was not wokring, now it try until console.startScript is available Original code was waiting for PyRun_StringFlags_S to be called, but it never was. Anno is creating...
### Environment details * Operating System+version: Windows 10 * Compiler+version: * Conan version: 2.0 * Python version: 3.11 have setup conan download cache in global.conf but it does not work...
Tried to use ArduinoBLE on Espressif Esp32 -WROVER board and had a kernel panic and reboot loop on BLE initialization. It was crashing on `esp_bt_controller_init(&bt_cfg);` somehow. That change fixes the...
`#!/bin/sh` `dotnet ignore $@` by pasting this script in your path folder with name `git-ignore` will add up a git command and that tool can be used with git syntax....
Fix for an issue https://github.com/golang/go/issues/66011 andtroidapi parameter not working when using gomobile build command