Skip to main content
2 votes
2 answers
101 views

Consider the following expect script, which attempts to automate an approval flow that is managed by a program X that we lack the source code for: eval spawn $argv set timeout -1 expect -ex {Approve ...
merlin2011's user avatar
  • 76.7k
1 vote
0 answers
35 views

I have mac silicon M1: % uname -m arm64 and macOS = Sequoia: % sw_vers ProductName: macOS ProductVersion: 15.3.1 BuildVersion: 24D70 I have command line tools installed: % pkgutil --...
Heifetz_Fan's user avatar
0 votes
0 answers
64 views

I am using this C# code to call a python script. Process.StartInfo = new ProcessStartInfo() { FileName = @"/usr/bin/python3", Arguments = $@"{cmd} {args}", // cmd is the ...
Aaron Pascua's user avatar
0 votes
0 answers
80 views

I have been developing a small python-based package that contains multiple scripts that are to be used as command line tools in linux environment. This has a typical package structure: MyPackage/ ├── ...
Sungil's user avatar
  • 1
0 votes
1 answer
128 views

I use replxx as modern command-line tool. I found example but in this example there is only one thread. I make separated thread for replxx, from main thread I want ask replxx to exit... How do it? I ...
user avatar
1 vote
1 answer
157 views

I’m quite new to async/await concept in Swift. So I’ve developed a small playground for myself: import Foundation func dummyLoop() async { print("inside dummy fcn") for i in 0 ..<...
Dmitry's user avatar
  • 2,229
0 votes
1 answer
75 views

Flutter web and desktop apps are working perfectly fine, but not getting deployed on Android device. Flutter 3.19.6 (latest) Android Studio - Jellyfish 2023.3.1 (latest) gradle 7.6.3 Java JDK - 19 (...
Wakeel Furqan Ahmed's user avatar
0 votes
1 answer
102 views

I have installed Android Command Line Tools on Windows 10. I am unable to install Android Studio. I have then installed the files needed to run Android Command Line Tools. When I run flutter doctor -v,...
mufc9000's user avatar
1 vote
0 answers
415 views

Everything is ok util upgrade to xcode15.3 and macos14.0. When I use xcodebuild to build my app, some error occured: error: "ShopAssistant" requires a provisioning profile with the ...
PengShilei's user avatar
0 votes
0 answers
251 views

In an attempt to list all available Android SDK packages, I used windows terminal and navigated to the %ANDROID_HOME%/tools/bin directory on Windows 10 Pro. I then tried running the Android " ...
Coding Alternatives's user avatar
-3 votes
1 answer
108 views

I have to review lots of java logs from various sources, that contain java objects dumped to a single long line. Sometimes I'd like to see them in a more formatted fashion. Note that I'm not in ...
Brad Parks's user avatar
  • 73.6k
2 votes
3 answers
215 views

We have a platform that records our callcentre calls and at the end of the wav file adds some xml that holds important metadata about that call. I'm trying to read a folder of these wav files and pull ...
Sam's user avatar
  • 354
0 votes
1 answer
305 views

I've created a command line tool using SPM. (I also added swift-argument-parser the project.) I can open the package.swift file and Xcode opens a simulated project that lets me view, edit, and build ...
Duncan C's user avatar
  • 132k
0 votes
1 answer
135 views

Playing with low-level networking code in several languages on several platforms, I followed this example from the Apple developer forum to get a Network.framework example working. It works great but ...
hippietrail's user avatar
  • 17.4k
0 votes
1 answer
312 views

The following scenario I have written my own CLI tool with python and want to establish a connection to the AKS. As I found out it is only possible with REST API (if there are other ways please let me ...
makina's user avatar
  • 3

15 30 50 per page
1
2 3 4 5
23