jolonf
jolonf
The `getProperty` functions in the `AudioObject+Helpers.swift` file are handy and would only need to be redefined elsewhere if they aren't public. https://github.com/rnine/SimplyCoreAudio/blob/ba8b651a18a0ad5d10ccc00171bf554fc7c6ae2e/Sources/SimplyCoreAudio/Internal/Extensions/AudioObject%2BHelpers.swift#L13
I created a new table, and not realising an id column is already created, created a new id column and selected primary key. After realising my error I deleted the...
Importing `deltasigma` produces the error: `AttributeError: module 'fractions' has no attribute 'gcd'` From: https://docs.python.org/3.5/library/fractions.html#fractions.gcd "Deprecated since version 3.5: Use math.gcd() instead."
Installing bsv-p2p doesn't automatically install the bsv package. The bitcore-p2p package.json includes bitcore-lib as a dependency whereas bsv-p2p doesn't include bsv as a dependency.
I couldn't get CocoaPods to work so followed the git instructions, dragging the `Parcoa.xcodeproj` into my project. I get the above error for the following line: https://github.com/brotchie/Parcoa/blob/28199a2c248f910e790cf62e3ca7cf010ec0ffa2/Parcoa/ParcoaPredicate%2BCombinators.h#L36 I noticed that...
Fixes: https://github.com/ml-explore/mlx-swift-examples/issues/310 Currently there is no way to persist the cache between calls to `generate()`. This is a relatively simple fix by adding `[KVCache]` parameters to the `generate()` functions which...
Currently `MLXLMCommon` has some basic support for a cache, however it isn't persisted across calls to `generate()`. Even though it appears there could be a way to pass a `KVCache`...
I get the following error when loading a Gemma3 model: `unsupportedModelType("gemma3")`