hapasa

Results 8 issues of hapasa

Instead of help topic opening in browser, I get messages like below in the Message pane of the IDE: [error] FileManager: show in browser: bad URL: http://sikulix.com/quickstart/ [error] FileManager: show...

bug
aSikulixIDE

``` /// flag which represents the initial state of the tile, if true the tile state is /// set to expanded initially, default = false final bool expanded; ExpandableSettingsTile({ required...

The build for simulator fails at link time: ld: building for iOS Simulator, but linking in object file built for iOS, file '/Users/harri/flutter/.pub-cache/hosted/pub.dartlang.org/tflite_flutter-0.9.0/ios/TensorFlowLiteC.framework/TensorFlowLiteC' for architecture arm64 Even if ML part...

documentation
iOS

I'm on a M1 Mac. It took me a while to discover that I need to run "dart pub get" first to before the .pub-cache directory was created. Then mv...

documentation
iOS

## Summary * OS: MacOS Big Sure * Architecture: arm64 (M1, Apple Silicon) * Psutil version: 5.8.0 * Python version: 3.8.6 * Type: core ## Description I have a 16Gb...

bug
macos

pip install elementpath Installs fine when using graalpy-24.1.2-linux-amd64.tar.gz but when trying to use it, it fails: import elementpath Traceback (most recent call last): File "", line 1, in File "/home/harri/test/graalpy-24.1.2-linux-amd64/venv/lib/python3.11/site-packages/elementpath/init.py",...

The current sapi5,py appears to list the voices that are available in the windows registry under: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Speech\Voices\Tokens\ However, a more comprehensive list is in the registry under HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Speech_OneCore\Voices\Tokens\ and this...

When using VoiceOver on MacOs with flutter, it is impossible to change the slider value in SliderSettingsTile. VoiceOver recognises there is a slider in there and tells how to modify...