Justin Sermeno

Results 12 comments of Justin Sermeno

I ran into the same issue. I was able to partially fix this by following the instructions in this issue: https://github.com/rust-lang/vscode-rust/issues/637. The fix is to switch the engine to use...

Old issue, but perhaps this could be a place for discussing error handling in `hedis`? Any recommendations on how to best handle the cascading `Either` cases when dealing with many...

I'm in favor of that, it would be a great change. Though, exposing the `Redis` data constructors could offer a work around until then. In the long term, is there...

Not one function, but you can do something like this. ``` ghci> import Control.Monad ghci> import System.Random.MWC (create) ghci> import Statistics.Distribution (genContVar) ghci> import Statistics.Distribution.Normal (standard) ghci> g replicateM 10...

@tim-finnigan The automated installation instructions at the link you provided still require Rosetta to install on an M3 Max chip. Is this a regression? Installing from source still works.

Hi, thanks for getting back so quickly. Yes, the code executes StreamData code unless I'm missing something. The `greets the world` test executes and calls the `gen_data_all()` function which calls...

This bug is present again in `v0.7.3`. Reverting back to `v0.7.2` fixed it.

I had to make several changes to my setup in order to get an unrelated issue with Expo fixed: https://github.com/expo/expo/issues/31005. Seems to have addressed my issues with v0.7.3. v0.7.4 also...

Same issue for `xformers`. ``` uv add xformers  ✔  10154  02:23:30 warning: The `extra-build-dependencies` option is experimental and may change without warning. Pass `--preview-features extra-build-dependencies` to disable...

Related issues: - https://github.com/ostris/ai-toolkit/issues/472 - https://github.com/ostris/ai-toolkit/issues/441 If you just disable caching of the text embeddings it gets you past this error, but then causes the errors in issue #441.