frogcjn
frogcjn
``` git clone https://github.com/mit-han-lab/torchquantum.git cd torchquantum brew install hdf5 export HDF5_DIR="$(brew --prefix hdf5)" pip install --editable . python fix_qiskit_parameterization.py ``` reference: https://stackoverflow.com/questions/66741778/how-to-install-h5py-needed-for-keras-on-macos-with-m1
### Describe the bug Could not install tweedledum with pip and macOS 13. (Python 3.10.5) ### Reproducible example code pip install tweedledum ### Expected behavior ``` Collecting tweedledum Using cached...
This pull request add visionOS support for AppAuth-iOS. most of the change is happening in adding OIDAuthState and transferred classes from iOS and macOS in the folder `Source/AppAuth/visionOS`. Package.swift do...
fix macOS startHTTPListener memory crash if there is an error and return nil URL related issue: https://github.com/openid/AppAuth-iOS/issues/107 When there is a starting error happened, the Swift call to startHTTPListener will...
## Proposed changes developer could directly build xcframework using MASL xcframework aggregate target, and generating a swift package in ./archives folder. ## Type of change - [x] Feature work -...
How to use Python 3 with Swift?
tvOS support. Thanks!
needs `scrollViewShouldScrollToTop` function in `HakubaDelegate`
TVOS support thanks!
It is inconvenient to de-highlight row when a row has been selected the cellModel has no information about the table and hakuba object, so it is hard to dehighlight the...