amadman

Results 21 issues of amadman

I use tulsi to generate xcode project for mediapipe macOS example app, but it failed with this error. ![Snip20220706_2](https://user-images.githubusercontent.com/1617427/177531261-c1e18d1e-0719-4461-8fb5-84ab65a05d8d.png) ![Snip20220706_3](https://user-images.githubusercontent.com/1617427/177531293-fa652210-9d40-4f87-b932-9ef9104b5028.png) ![Snip20220706_4](https://user-images.githubusercontent.com/1617427/177531333-249ee2dc-901e-49a0-83d2-28909458a4c7.png)

https://github.com/migueldeicaza/SwiftTerm/issues/227

https://github.com/woshiccm/Pecker/blob/52f241f94a2ba5893068acae74d7a05490a5197c/Sources/PeckerKit/SourceKitServer/Workspace.swift#L24

add LuaLu an IDE runs on iOS devices

[bugfix] fix sort on null object at header.html line 12 [bugfix] fix toggle sidebar issue I used the VS Code to debug Jekyll plugin script, so there are some related...

compile the latest code( e4eb4f6725d836b7915230f54adedfb605379254 ) failed with error: ``` Running sparse-matrix-test ... 0s... SUCCESS sparse-matrix-test Running numpy-array-test ...c++ -std=c++14 -I.. -I/Users/andy/Workspace/kaldi/tools/openfst-1.7.2/include -O1 -Wall -Wno-sign-compare -Wno-unused-local-typedefs -Wno-deprecated-declarations -Winit-self -DKALDI_DOUBLEPRECISION=0 -DHAVE_EXECINFO_H=1...

bug
stale

I use this code to `localEcho.handleCursorInsert(text);`, everything looks good. But the comment saids the function`handleCursorInsert()` is Internal API, I wonder if this is the right way to handle paste event.

The springboardservices provides many functions to interact with the device, like get/set app icon, get device interface orientation, get wallpaper and so on. https://iphonedev.wiki/index.php/SpringBoard.app/MIG_subsystem

good first issue

my Fastfile ``` ruby lane :gen_appicon do appicon( appicon_image_file: 'iBackupExplorer/Resources/AppIcon512.png', appicon_devices: [:macos], appicon_path: 'iBackupExplorer/Resources/Assets.xcassets' ) end ``` the generated appiconset ![Snip20221119_33](https://user-images.githubusercontent.com/1617427/202837924-2b87b839-5e63-4564-932f-295341fbeaa9.png) I guess this is caused by the wrong param...

https://github.com/takasek/XcodeExtensionSample/blob/2e3162d4bbc596abcf72d8db1edcb0bd224855bd/Extension/SourceEditorCommand.swift#L243C9-L243C65 Your App is sandboxed, the SwiftLint is not sandboxed. I didn't run this project, but I think this may be the reason.